From 2f8cb4aade0d5578e8a1a4792d6d6a3e0bfd9229 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9D=92=E5=B9=B4?= <1043706593@qq.com> Date: Wed, 11 Jan 2023 16:42:59 +0800 Subject: [PATCH] remove unused license code --- hugegraph-api/src/main/java/org/apache/hugegraph/api/API.java | 1 - .../src/main/java/org/apache/hugegraph/api/auth/AccessAPI.java | 1 - .../src/main/java/org/apache/hugegraph/api/auth/BelongAPI.java | 1 - .../src/main/java/org/apache/hugegraph/api/auth/GroupAPI.java | 1 - .../src/main/java/org/apache/hugegraph/api/auth/LoginAPI.java | 1 - .../src/main/java/org/apache/hugegraph/api/auth/ProjectAPI.java | 1 - .../src/main/java/org/apache/hugegraph/api/auth/TargetAPI.java | 1 - .../src/main/java/org/apache/hugegraph/api/auth/UserAPI.java | 1 - .../org/apache/hugegraph/api/filter/AuthenticationFilter.java | 1 - .../org/apache/hugegraph/api/filter/CompressInterceptor.java | 1 - .../org/apache/hugegraph/api/filter/DecompressInterceptor.java | 1 - .../java/org/apache/hugegraph/api/filter/ExceptionFilter.java | 1 - .../java/org/apache/hugegraph/api/filter/LoadDetectFilter.java | 1 - .../java/org/apache/hugegraph/api/filter/LoadReleaseFilter.java | 1 - .../main/java/org/apache/hugegraph/api/filter/StatusFilter.java | 1 - .../src/main/java/org/apache/hugegraph/api/graph/BatchAPI.java | 1 - .../src/main/java/org/apache/hugegraph/api/graph/EdgeAPI.java | 1 - .../src/main/java/org/apache/hugegraph/api/graph/VertexAPI.java | 1 - .../main/java/org/apache/hugegraph/api/gremlin/CypherAPI.java | 1 - .../main/java/org/apache/hugegraph/api/gremlin/GremlinAPI.java | 1 - .../java/org/apache/hugegraph/api/gremlin/GremlinClient.java | 1 - .../java/org/apache/hugegraph/api/gremlin/GremlinQueryAPI.java | 1 - .../src/main/java/org/apache/hugegraph/api/job/AlgorithmAPI.java | 1 - .../src/main/java/org/apache/hugegraph/api/job/ComputerAPI.java | 1 - .../src/main/java/org/apache/hugegraph/api/job/GremlinAPI.java | 1 - .../src/main/java/org/apache/hugegraph/api/job/RebuildAPI.java | 1 - .../src/main/java/org/apache/hugegraph/api/job/TaskAPI.java | 1 - .../main/java/org/apache/hugegraph/api/metrics/MetricsAPI.java | 1 - .../main/java/org/apache/hugegraph/api/profile/GraphsAPI.java | 1 - .../main/java/org/apache/hugegraph/api/profile/ProfileAPI.java | 1 - .../main/java/org/apache/hugegraph/api/profile/VersionAPI.java | 1 - .../src/main/java/org/apache/hugegraph/api/raft/RaftAPI.java | 1 - .../main/java/org/apache/hugegraph/api/schema/EdgeLabelAPI.java | 1 - .../main/java/org/apache/hugegraph/api/schema/IndexLabelAPI.java | 1 - .../java/org/apache/hugegraph/api/schema/PropertyKeyAPI.java | 1 - .../src/main/java/org/apache/hugegraph/api/schema/SchemaAPI.java | 1 - .../java/org/apache/hugegraph/api/schema/VertexLabelAPI.java | 1 - .../java/org/apache/hugegraph/api/traversers/AdamicAdarAPI.java | 1 - .../org/apache/hugegraph/api/traversers/AllShortestPathsAPI.java | 1 - .../main/java/org/apache/hugegraph/api/traversers/CountAPI.java | 1 - .../java/org/apache/hugegraph/api/traversers/CrosspointsAPI.java | 1 - .../hugegraph/api/traversers/CustomizedCrosspointsAPI.java | 1 - .../org/apache/hugegraph/api/traversers/CustomizedPathsAPI.java | 1 - .../main/java/org/apache/hugegraph/api/traversers/EdgesAPI.java | 1 - .../apache/hugegraph/api/traversers/FusiformSimilarityAPI.java | 1 - .../apache/hugegraph/api/traversers/JaccardSimilarityAPI.java | 1 - .../java/org/apache/hugegraph/api/traversers/KneighborAPI.java | 1 - .../main/java/org/apache/hugegraph/api/traversers/KoutAPI.java | 1 - .../hugegraph/api/traversers/MultiNodeShortestPathAPI.java | 1 - .../org/apache/hugegraph/api/traversers/NeighborRankAPI.java | 1 - .../main/java/org/apache/hugegraph/api/traversers/PathsAPI.java | 1 - .../org/apache/hugegraph/api/traversers/PersonalRankAPI.java | 1 - .../main/java/org/apache/hugegraph/api/traversers/RaysAPI.java | 1 - .../apache/hugegraph/api/traversers/ResourceAllocationAPI.java | 1 - .../main/java/org/apache/hugegraph/api/traversers/RingsAPI.java | 1 - .../org/apache/hugegraph/api/traversers/SameNeighborsAPI.java | 1 - .../org/apache/hugegraph/api/traversers/ShortestPathAPI.java | 1 - .../hugegraph/api/traversers/SingleSourceShortestPathAPI.java | 1 - .../org/apache/hugegraph/api/traversers/TemplatePathsAPI.java | 1 - .../java/org/apache/hugegraph/api/traversers/TraverserAPI.java | 1 - .../main/java/org/apache/hugegraph/api/traversers/Vertices.java | 1 - .../java/org/apache/hugegraph/api/traversers/VerticesAPI.java | 1 - .../apache/hugegraph/api/traversers/WeightedShortestPathAPI.java | 1 - .../java/org/apache/hugegraph/api/variables/VariablesAPI.java | 1 - .../main/java/org/apache/hugegraph/auth/ConfigAuthenticator.java | 1 - .../java/org/apache/hugegraph/auth/ContextGremlinServer.java | 1 - .../main/java/org/apache/hugegraph/auth/HugeAuthenticator.java | 1 - .../java/org/apache/hugegraph/auth/HugeFactoryAuthProxy.java | 1 - .../main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java | 1 - .../java/org/apache/hugegraph/auth/StandardAuthenticator.java | 1 - .../org/apache/hugegraph/auth/WsAndHttpBasicAuthHandler.java | 1 - .../src/main/java/org/apache/hugegraph/config/ServerOptions.java | 1 - .../src/main/java/org/apache/hugegraph/core/GraphManager.java | 1 - .../src/main/java/org/apache/hugegraph/define/Checkable.java | 1 - .../main/java/org/apache/hugegraph/define/UpdateStrategy.java | 1 - .../src/main/java/org/apache/hugegraph/define/WorkLoad.java | 1 - .../main/java/org/apache/hugegraph/license/LicenseVerifier.java | 1 - .../java/org/apache/hugegraph/license/LicenseVerifyManager.java | 1 - .../main/java/org/apache/hugegraph/metrics/MetricsModule.java | 1 - .../src/main/java/org/apache/hugegraph/metrics/MetricsUtil.java | 1 - .../main/java/org/apache/hugegraph/metrics/ServerReporter.java | 1 - .../main/java/org/apache/hugegraph/metrics/SystemMetrics.java | 1 - .../java/org/apache/hugegraph/rpc/RpcClientProviderWithAuth.java | 1 - .../java/org/apache/hugegraph/serializer/JsonSerializer.java | 1 - .../main/java/org/apache/hugegraph/serializer/Serializer.java | 1 - .../main/java/org/apache/hugegraph/server/ApplicationConfig.java | 1 - .../src/main/java/org/apache/hugegraph/server/RestServer.java | 1 - .../src/main/java/org/apache/hugegraph/version/ApiVersion.java | 1 - .../main/java/com/datastax/driver/core/querybuilder/Clauses.java | 1 - .../hugegraph/backend/store/cassandra/CassandraBackendEntry.java | 1 - .../backend/store/cassandra/CassandraEntryIterator.java | 1 - .../hugegraph/backend/store/cassandra/CassandraFeatures.java | 1 - .../hugegraph/backend/store/cassandra/CassandraMetrics.java | 1 - .../hugegraph/backend/store/cassandra/CassandraOptions.java | 1 - .../hugegraph/backend/store/cassandra/CassandraSerializer.java | 1 - .../hugegraph/backend/store/cassandra/CassandraSessionPool.java | 1 - .../apache/hugegraph/backend/store/cassandra/CassandraShard.java | 1 - .../apache/hugegraph/backend/store/cassandra/CassandraStore.java | 1 - .../backend/store/cassandra/CassandraStoreProvider.java | 1 - .../apache/hugegraph/backend/store/cassandra/CassandraTable.java | 1 - .../hugegraph/backend/store/cassandra/CassandraTables.java | 1 - .../src/main/java/org/apache/hugegraph/HugeException.java | 1 - .../src/main/java/org/apache/hugegraph/HugeFactory.java | 1 - hugegraph-core/src/main/java/org/apache/hugegraph/HugeGraph.java | 1 - .../src/main/java/org/apache/hugegraph/HugeGraphParams.java | 1 - .../src/main/java/org/apache/hugegraph/StandardHugeGraph.java | 1 - .../src/main/java/org/apache/hugegraph/analyzer/Analyzer.java | 1 - .../main/java/org/apache/hugegraph/analyzer/AnalyzerFactory.java | 1 - .../main/java/org/apache/hugegraph/analyzer/AnsjAnalyzer.java | 1 - .../main/java/org/apache/hugegraph/analyzer/HanLPAnalyzer.java | 1 - .../src/main/java/org/apache/hugegraph/analyzer/IKAnalyzer.java | 1 - .../main/java/org/apache/hugegraph/analyzer/JcsegAnalyzer.java | 1 - .../main/java/org/apache/hugegraph/analyzer/JiebaAnalyzer.java | 1 - .../main/java/org/apache/hugegraph/analyzer/MMSeg4JAnalyzer.java | 1 - .../main/java/org/apache/hugegraph/analyzer/SmartCNAnalyzer.java | 1 - .../src/main/java/org/apache/hugegraph/auth/AuthConstant.java | 1 - .../src/main/java/org/apache/hugegraph/auth/AuthManager.java | 1 - .../src/main/java/org/apache/hugegraph/auth/EntityManager.java | 1 - .../src/main/java/org/apache/hugegraph/auth/HugeAccess.java | 1 - .../src/main/java/org/apache/hugegraph/auth/HugeBelong.java | 1 - .../src/main/java/org/apache/hugegraph/auth/HugeGroup.java | 1 - .../src/main/java/org/apache/hugegraph/auth/HugePermission.java | 1 - .../src/main/java/org/apache/hugegraph/auth/HugeProject.java | 1 - .../src/main/java/org/apache/hugegraph/auth/HugeResource.java | 1 - .../src/main/java/org/apache/hugegraph/auth/HugeTarget.java | 1 - .../src/main/java/org/apache/hugegraph/auth/HugeUser.java | 1 - .../main/java/org/apache/hugegraph/auth/RelationshipManager.java | 1 - .../src/main/java/org/apache/hugegraph/auth/ResourceObject.java | 1 - .../src/main/java/org/apache/hugegraph/auth/ResourceType.java | 1 - .../src/main/java/org/apache/hugegraph/auth/RolePermission.java | 1 - .../src/main/java/org/apache/hugegraph/auth/SchemaDefine.java | 1 - .../main/java/org/apache/hugegraph/auth/StandardAuthManager.java | 1 - .../src/main/java/org/apache/hugegraph/auth/TokenGenerator.java | 1 - .../src/main/java/org/apache/hugegraph/auth/UserWithRole.java | 1 - .../main/java/org/apache/hugegraph/backend/BackendException.java | 1 - .../src/main/java/org/apache/hugegraph/backend/LocalCounter.java | 1 - .../src/main/java/org/apache/hugegraph/backend/Transaction.java | 1 - .../java/org/apache/hugegraph/backend/cache/AbstractCache.java | 1 - .../src/main/java/org/apache/hugegraph/backend/cache/Cache.java | 1 - .../java/org/apache/hugegraph/backend/cache/CacheManager.java | 1 - .../java/org/apache/hugegraph/backend/cache/CacheNotifier.java | 1 - .../org/apache/hugegraph/backend/cache/CachedBackendStore.java | 1 - .../apache/hugegraph/backend/cache/CachedGraphTransaction.java | 1 - .../apache/hugegraph/backend/cache/CachedSchemaTransaction.java | 1 - .../main/java/org/apache/hugegraph/backend/cache/LevelCache.java | 1 - .../java/org/apache/hugegraph/backend/cache/OffheapCache.java | 1 - .../main/java/org/apache/hugegraph/backend/cache/RamCache.java | 1 - .../src/main/java/org/apache/hugegraph/backend/id/EdgeId.java | 1 - .../src/main/java/org/apache/hugegraph/backend/id/Id.java | 1 - .../main/java/org/apache/hugegraph/backend/id/IdGenerator.java | 1 - .../src/main/java/org/apache/hugegraph/backend/id/IdUtil.java | 1 - .../org/apache/hugegraph/backend/id/SnowflakeIdGenerator.java | 1 - .../org/apache/hugegraph/backend/id/SplicingIdGenerator.java | 1 - .../main/java/org/apache/hugegraph/backend/page/IdHolder.java | 1 - .../java/org/apache/hugegraph/backend/page/IdHolderList.java | 1 - .../org/apache/hugegraph/backend/page/PageEntryIterator.java | 1 - .../src/main/java/org/apache/hugegraph/backend/page/PageIds.java | 1 - .../main/java/org/apache/hugegraph/backend/page/PageInfo.java | 1 - .../main/java/org/apache/hugegraph/backend/page/PageState.java | 1 - .../main/java/org/apache/hugegraph/backend/page/QueryList.java | 1 - .../apache/hugegraph/backend/page/SortByCountIdHolderList.java | 1 - .../main/java/org/apache/hugegraph/backend/query/Aggregate.java | 1 - .../org/apache/hugegraph/backend/query/BatchConditionQuery.java | 1 - .../main/java/org/apache/hugegraph/backend/query/Condition.java | 1 - .../java/org/apache/hugegraph/backend/query/ConditionQuery.java | 1 - .../apache/hugegraph/backend/query/ConditionQueryFlatten.java | 1 - .../java/org/apache/hugegraph/backend/query/IdPrefixQuery.java | 1 - .../main/java/org/apache/hugegraph/backend/query/IdQuery.java | 1 - .../java/org/apache/hugegraph/backend/query/IdRangeQuery.java | 1 - .../src/main/java/org/apache/hugegraph/backend/query/Query.java | 1 - .../java/org/apache/hugegraph/backend/query/QueryResults.java | 1 - .../apache/hugegraph/backend/serializer/AbstractSerializer.java | 1 - .../apache/hugegraph/backend/serializer/BinaryBackendEntry.java | 1 - .../apache/hugegraph/backend/serializer/BinaryEntryIterator.java | 1 - .../hugegraph/backend/serializer/BinaryScatterSerializer.java | 1 - .../apache/hugegraph/backend/serializer/BinarySerializer.java | 1 - .../org/apache/hugegraph/backend/serializer/BytesBuffer.java | 1 - .../org/apache/hugegraph/backend/serializer/GraphSerializer.java | 1 - .../org/apache/hugegraph/backend/serializer/MergeIterator.java | 1 - .../apache/hugegraph/backend/serializer/SchemaSerializer.java | 1 - .../apache/hugegraph/backend/serializer/SerializerFactory.java | 1 - .../apache/hugegraph/backend/serializer/TableBackendEntry.java | 1 - .../org/apache/hugegraph/backend/serializer/TableSerializer.java | 1 - .../apache/hugegraph/backend/serializer/TextBackendEntry.java | 1 - .../org/apache/hugegraph/backend/serializer/TextSerializer.java | 1 - .../org/apache/hugegraph/backend/store/AbstractBackendStore.java | 1 - .../hugegraph/backend/store/AbstractBackendStoreProvider.java | 1 - .../java/org/apache/hugegraph/backend/store/BackendAction.java | 1 - .../java/org/apache/hugegraph/backend/store/BackendEntry.java | 1 - .../org/apache/hugegraph/backend/store/BackendEntryIterator.java | 1 - .../java/org/apache/hugegraph/backend/store/BackendFeatures.java | 1 - .../java/org/apache/hugegraph/backend/store/BackendMetrics.java | 1 - .../java/org/apache/hugegraph/backend/store/BackendMutation.java | 1 - .../apache/hugegraph/backend/store/BackendProviderFactory.java | 1 - .../java/org/apache/hugegraph/backend/store/BackendSession.java | 1 - .../org/apache/hugegraph/backend/store/BackendSessionPool.java | 1 - .../java/org/apache/hugegraph/backend/store/BackendStore.java | 1 - .../org/apache/hugegraph/backend/store/BackendStoreInfo.java | 1 - .../org/apache/hugegraph/backend/store/BackendStoreProvider.java | 1 - .../java/org/apache/hugegraph/backend/store/BackendTable.java | 1 - .../java/org/apache/hugegraph/backend/store/MetaDispatcher.java | 1 - .../java/org/apache/hugegraph/backend/store/MetaHandler.java | 1 - .../src/main/java/org/apache/hugegraph/backend/store/Shard.java | 1 - .../org/apache/hugegraph/backend/store/SystemSchemaStore.java | 1 - .../java/org/apache/hugegraph/backend/store/TableDefine.java | 1 - .../apache/hugegraph/backend/store/memory/InMemoryDBStore.java | 1 - .../hugegraph/backend/store/memory/InMemoryDBStoreProvider.java | 1 - .../apache/hugegraph/backend/store/memory/InMemoryDBTable.java | 1 - .../apache/hugegraph/backend/store/memory/InMemoryDBTables.java | 1 - .../apache/hugegraph/backend/store/memory/InMemoryMetrics.java | 1 - .../org/apache/hugegraph/backend/store/raft/RaftAddPeerJob.java | 1 - .../apache/hugegraph/backend/store/raft/RaftBackendStore.java | 1 - .../hugegraph/backend/store/raft/RaftBackendStoreProvider.java | 1 - .../org/apache/hugegraph/backend/store/raft/RaftClosure.java | 1 - .../org/apache/hugegraph/backend/store/raft/RaftContext.java | 1 - .../org/apache/hugegraph/backend/store/raft/RaftException.java | 1 - .../apache/hugegraph/backend/store/raft/RaftGroupManager.java | 1 - .../hugegraph/backend/store/raft/RaftGroupManagerImpl.java | 1 - .../java/org/apache/hugegraph/backend/store/raft/RaftNode.java | 1 - .../apache/hugegraph/backend/store/raft/RaftRemovePeerJob.java | 1 - .../java/org/apache/hugegraph/backend/store/raft/RaftResult.java | 1 - .../apache/hugegraph/backend/store/raft/RaftStoreClosure.java | 1 - .../org/apache/hugegraph/backend/store/raft/StoreCommand.java | 1 - .../org/apache/hugegraph/backend/store/raft/StoreSerializer.java | 1 - .../apache/hugegraph/backend/store/raft/StoreSnapshotFile.java | 1 - .../apache/hugegraph/backend/store/raft/StoreStateMachine.java | 1 - .../hugegraph/backend/store/raft/rpc/ListPeersProcessor.java | 1 - .../apache/hugegraph/backend/store/raft/rpc/RpcForwarder.java | 1 - .../hugegraph/backend/store/raft/rpc/SetLeaderProcessor.java | 1 - .../hugegraph/backend/store/raft/rpc/StoreCommandProcessor.java | 1 - .../java/org/apache/hugegraph/backend/store/ram/IntIntMap.java | 1 - .../java/org/apache/hugegraph/backend/store/ram/IntLongMap.java | 1 - .../org/apache/hugegraph/backend/store/ram/IntObjectMap.java | 1 - .../main/java/org/apache/hugegraph/backend/store/ram/RamMap.java | 1 - .../java/org/apache/hugegraph/backend/store/ram/RamTable.java | 1 - .../org/apache/hugegraph/backend/tx/AbstractTransaction.java | 1 - .../org/apache/hugegraph/backend/tx/GraphIndexTransaction.java | 1 - .../java/org/apache/hugegraph/backend/tx/GraphTransaction.java | 1 - .../org/apache/hugegraph/backend/tx/IndexableTransaction.java | 1 - .../org/apache/hugegraph/backend/tx/SchemaIndexTransaction.java | 1 - .../java/org/apache/hugegraph/backend/tx/SchemaTransaction.java | 1 - .../src/main/java/org/apache/hugegraph/config/AuthOptions.java | 1 - .../src/main/java/org/apache/hugegraph/config/CoreOptions.java | 1 - .../src/main/java/org/apache/hugegraph/election/Config.java | 1 - .../org/apache/hugegraph/election/RoleElectionStateMachine.java | 1 - .../apache/hugegraph/election/RoleElectionStateMachineImpl.java | 1 - .../main/java/org/apache/hugegraph/election/RoleTypeData.java | 1 - .../java/org/apache/hugegraph/election/RoleTypeDataAdapter.java | 1 - .../java/org/apache/hugegraph/election/StateMachineCallback.java | 1 - .../java/org/apache/hugegraph/election/StateMachineContext.java | 1 - .../java/org/apache/hugegraph/exception/ConnectionException.java | 1 - .../java/org/apache/hugegraph/exception/ExistedException.java | 1 - .../org/apache/hugegraph/exception/HugeGremlinException.java | 1 - .../org/apache/hugegraph/exception/LimitExceedException.java | 1 - .../java/org/apache/hugegraph/exception/NoIndexException.java | 1 - .../java/org/apache/hugegraph/exception/NotAllowException.java | 1 - .../java/org/apache/hugegraph/exception/NotFoundException.java | 1 - .../java/org/apache/hugegraph/exception/NotSupportException.java | 1 - .../java/org/apache/hugegraph/io/GraphSONSchemaSerializer.java | 1 - .../main/java/org/apache/hugegraph/io/HugeGraphIoRegistry.java | 1 - .../main/java/org/apache/hugegraph/io/HugeGraphSONModule.java | 1 - .../src/main/java/org/apache/hugegraph/io/HugeGryoModule.java | 1 - .../src/main/java/org/apache/hugegraph/job/AlgorithmJob.java | 1 - .../src/main/java/org/apache/hugegraph/job/ComputerJob.java | 1 - .../src/main/java/org/apache/hugegraph/job/EphemeralJob.java | 1 - .../main/java/org/apache/hugegraph/job/EphemeralJobBuilder.java | 1 - .../src/main/java/org/apache/hugegraph/job/GremlinJob.java | 1 - hugegraph-core/src/main/java/org/apache/hugegraph/job/Job.java | 1 - .../src/main/java/org/apache/hugegraph/job/JobBuilder.java | 1 - .../src/main/java/org/apache/hugegraph/job/SysJob.java | 1 - .../src/main/java/org/apache/hugegraph/job/UserJob.java | 1 - .../org/apache/hugegraph/job/algorithm/AbstractAlgorithm.java | 1 - .../main/java/org/apache/hugegraph/job/algorithm/Algorithm.java | 1 - .../java/org/apache/hugegraph/job/algorithm/AlgorithmPool.java | 1 - .../java/org/apache/hugegraph/job/algorithm/BfsTraverser.java | 1 - .../main/java/org/apache/hugegraph/job/algorithm/Consumers.java | 1 - .../org/apache/hugegraph/job/algorithm/CountEdgeAlgorithm.java | 1 - .../org/apache/hugegraph/job/algorithm/CountVertexAlgorithm.java | 1 - .../apache/hugegraph/job/algorithm/SubgraphStatAlgorithm.java | 1 - .../hugegraph/job/algorithm/cent/AbstractCentAlgorithm.java | 1 - .../job/algorithm/cent/BetweennessCentralityAlgorithm.java | 1 - .../job/algorithm/cent/BetweennessCentralityAlgorithmV2.java | 1 - .../job/algorithm/cent/ClosenessCentralityAlgorithm.java | 1 - .../job/algorithm/cent/ClosenessCentralityAlgorithmV2.java | 1 - .../hugegraph/job/algorithm/cent/DegreeCentralityAlgorithm.java | 1 - .../job/algorithm/cent/EigenvectorCentralityAlgorithm.java | 1 - .../hugegraph/job/algorithm/cent/StressCentralityAlgorithm.java | 1 - .../job/algorithm/cent/StressCentralityAlgorithmV2.java | 1 - .../hugegraph/job/algorithm/comm/AbstractCommAlgorithm.java | 1 - .../job/algorithm/comm/ClusterCoefficientAlgorithm.java | 1 - .../org/apache/hugegraph/job/algorithm/comm/KCoreAlgorithm.java | 1 - .../apache/hugegraph/job/algorithm/comm/LouvainAlgorithm.java | 1 - .../apache/hugegraph/job/algorithm/comm/LouvainTraverser.java | 1 - .../org/apache/hugegraph/job/algorithm/comm/LpaAlgorithm.java | 1 - .../hugegraph/job/algorithm/comm/TriangleCountAlgorithm.java | 1 - .../hugegraph/job/algorithm/comm/WeakConnectedComponent.java | 1 - .../hugegraph/job/algorithm/path/RingsDetectAlgorithm.java | 1 - .../apache/hugegraph/job/algorithm/rank/PageRankAlgorithm.java | 1 - .../job/algorithm/similarity/FusiformSimilarityAlgorithm.java | 1 - .../java/org/apache/hugegraph/job/computer/AbstractComputer.java | 1 - .../main/java/org/apache/hugegraph/job/computer/Computer.java | 1 - .../java/org/apache/hugegraph/job/computer/ComputerPool.java | 1 - .../java/org/apache/hugegraph/job/computer/LouvainComputer.java | 1 - .../main/java/org/apache/hugegraph/job/computer/LpaComputer.java | 1 - .../java/org/apache/hugegraph/job/computer/PageRankComputer.java | 1 - .../org/apache/hugegraph/job/computer/TriangleCountComputer.java | 1 - .../hugegraph/job/computer/WeakConnectedComponentComputer.java | 1 - .../java/org/apache/hugegraph/job/schema/EdgeLabelRemoveJob.java | 1 - .../org/apache/hugegraph/job/schema/IndexLabelRebuildJob.java | 1 - .../org/apache/hugegraph/job/schema/IndexLabelRemoveJob.java | 1 - .../org/apache/hugegraph/job/schema/OlapPropertyKeyClearJob.java | 1 - .../apache/hugegraph/job/schema/OlapPropertyKeyCreateJob.java | 1 - .../apache/hugegraph/job/schema/OlapPropertyKeyRemoveJob.java | 1 - .../src/main/java/org/apache/hugegraph/job/schema/SchemaJob.java | 1 - .../org/apache/hugegraph/job/schema/VertexLabelRemoveJob.java | 1 - .../org/apache/hugegraph/job/system/DeleteExpiredElementJob.java | 1 - .../org/apache/hugegraph/job/system/DeleteExpiredIndexJob.java | 1 - .../java/org/apache/hugegraph/job/system/DeleteExpiredJob.java | 1 - .../main/java/org/apache/hugegraph/job/system/JobCounters.java | 1 - .../java/org/apache/hugegraph/plugin/HugeGraphGremlinPlugin.java | 1 - .../main/java/org/apache/hugegraph/plugin/HugeGraphPlugin.java | 1 - .../java/org/apache/hugegraph/rpc/RpcServiceConfig4Client.java | 1 - .../java/org/apache/hugegraph/rpc/RpcServiceConfig4Server.java | 1 - .../src/main/java/org/apache/hugegraph/schema/EdgeLabel.java | 1 - .../src/main/java/org/apache/hugegraph/schema/IndexLabel.java | 1 - .../src/main/java/org/apache/hugegraph/schema/PropertyKey.java | 1 - .../src/main/java/org/apache/hugegraph/schema/SchemaElement.java | 1 - .../src/main/java/org/apache/hugegraph/schema/SchemaLabel.java | 1 - .../src/main/java/org/apache/hugegraph/schema/SchemaManager.java | 1 - .../src/main/java/org/apache/hugegraph/schema/Userdata.java | 1 - .../src/main/java/org/apache/hugegraph/schema/VertexLabel.java | 1 - .../org/apache/hugegraph/schema/builder/AbstractBuilder.java | 1 - .../org/apache/hugegraph/schema/builder/EdgeLabelBuilder.java | 1 - .../org/apache/hugegraph/schema/builder/IndexLabelBuilder.java | 1 - .../org/apache/hugegraph/schema/builder/PropertyKeyBuilder.java | 1 - .../java/org/apache/hugegraph/schema/builder/SchemaBuilder.java | 1 - .../org/apache/hugegraph/schema/builder/VertexLabelBuilder.java | 1 - .../java/org/apache/hugegraph/security/HugeSecurityManager.java | 1 - .../src/main/java/org/apache/hugegraph/structure/GraphType.java | 1 - .../src/main/java/org/apache/hugegraph/structure/HugeEdge.java | 1 - .../java/org/apache/hugegraph/structure/HugeEdgeProperty.java | 1 - .../main/java/org/apache/hugegraph/structure/HugeElement.java | 1 - .../main/java/org/apache/hugegraph/structure/HugeFeatures.java | 1 - .../src/main/java/org/apache/hugegraph/structure/HugeIndex.java | 1 - .../main/java/org/apache/hugegraph/structure/HugeProperty.java | 1 - .../src/main/java/org/apache/hugegraph/structure/HugeVertex.java | 1 - .../java/org/apache/hugegraph/structure/HugeVertexProperty.java | 1 - .../src/main/java/org/apache/hugegraph/task/HugeServerInfo.java | 1 - .../src/main/java/org/apache/hugegraph/task/HugeTask.java | 1 - .../main/java/org/apache/hugegraph/task/ServerInfoManager.java | 1 - .../java/org/apache/hugegraph/task/StandardTaskScheduler.java | 1 - .../src/main/java/org/apache/hugegraph/task/TaskCallable.java | 1 - .../src/main/java/org/apache/hugegraph/task/TaskManager.java | 1 - .../src/main/java/org/apache/hugegraph/task/TaskScheduler.java | 1 - .../src/main/java/org/apache/hugegraph/task/TaskStatus.java | 1 - .../hugegraph/traversal/algorithm/CollectionPathsTraverser.java | 1 - .../org/apache/hugegraph/traversal/algorithm/CountTraverser.java | 1 - .../hugegraph/traversal/algorithm/CustomizePathsTraverser.java | 1 - .../traversal/algorithm/CustomizedCrosspointsTraverser.java | 1 - .../traversal/algorithm/FusiformSimilarityTraverser.java | 1 - .../org/apache/hugegraph/traversal/algorithm/HugeTraverser.java | 1 - .../hugegraph/traversal/algorithm/JaccardSimilarTraverser.java | 1 - .../apache/hugegraph/traversal/algorithm/KneighborTraverser.java | 1 - .../org/apache/hugegraph/traversal/algorithm/KoutTraverser.java | 1 - .../traversal/algorithm/MultiNodeShortestPathTraverser.java | 1 - .../hugegraph/traversal/algorithm/NeighborRankTraverser.java | 1 - .../org/apache/hugegraph/traversal/algorithm/OltpTraverser.java | 1 - .../org/apache/hugegraph/traversal/algorithm/PathTraverser.java | 1 - .../org/apache/hugegraph/traversal/algorithm/PathsTraverser.java | 1 - .../hugegraph/traversal/algorithm/PersonalRankTraverser.java | 1 - .../hugegraph/traversal/algorithm/PredictionTraverser.java | 1 - .../hugegraph/traversal/algorithm/SameNeighborTraverser.java | 1 - .../hugegraph/traversal/algorithm/ShortestPathTraverser.java | 1 - .../traversal/algorithm/SingleSourceShortestPathTraverser.java | 1 - .../apache/hugegraph/traversal/algorithm/SubGraphTraverser.java | 1 - .../hugegraph/traversal/algorithm/TemplatePathsTraverser.java | 1 - .../hugegraph/traversal/algorithm/records/AbstractRecords.java | 1 - .../traversal/algorithm/records/DoubleWayMultiPathsRecords.java | 1 - .../hugegraph/traversal/algorithm/records/KneighborRecords.java | 1 - .../hugegraph/traversal/algorithm/records/KoutRecords.java | 1 - .../hugegraph/traversal/algorithm/records/PathsRecords.java | 1 - .../apache/hugegraph/traversal/algorithm/records/Records.java | 1 - .../traversal/algorithm/records/ShortestPathRecords.java | 1 - .../traversal/algorithm/records/SingleWayMultiPathsRecords.java | 1 - .../traversal/algorithm/records/record/Int2ArrayRecord.java | 1 - .../traversal/algorithm/records/record/Int2IntRecord.java | 1 - .../traversal/algorithm/records/record/Int2SetRecord.java | 1 - .../hugegraph/traversal/algorithm/records/record/Record.java | 1 - .../traversal/algorithm/records/record/RecordFactory.java | 1 - .../hugegraph/traversal/algorithm/records/record/RecordType.java | 1 - .../hugegraph/traversal/algorithm/records/record/SyncRecord.java | 1 - .../org/apache/hugegraph/traversal/algorithm/steps/EdgeStep.java | 1 - .../hugegraph/traversal/algorithm/steps/RepeatEdgeStep.java | 1 - .../hugegraph/traversal/algorithm/steps/WeightedEdgeStep.java | 1 - .../traversal/algorithm/strategy/ConcurrentTraverseStrategy.java | 1 - .../traversal/algorithm/strategy/SingleTraverseStrategy.java | 1 - .../hugegraph/traversal/algorithm/strategy/TraverseStrategy.java | 1 - .../java/org/apache/hugegraph/traversal/optimize/ConditionP.java | 1 - .../org/apache/hugegraph/traversal/optimize/HugeCountStep.java | 1 - .../hugegraph/traversal/optimize/HugeCountStepStrategy.java | 1 - .../org/apache/hugegraph/traversal/optimize/HugeGraphStep.java | 1 - .../hugegraph/traversal/optimize/HugeGraphStepStrategy.java | 1 - .../apache/hugegraph/traversal/optimize/HugeScriptTraversal.java | 1 - .../org/apache/hugegraph/traversal/optimize/HugeVertexStep.java | 1 - .../hugegraph/traversal/optimize/HugeVertexStepByBatch.java | 1 - .../hugegraph/traversal/optimize/HugeVertexStepStrategy.java | 1 - .../org/apache/hugegraph/traversal/optimize/QueryHolder.java | 1 - .../main/java/org/apache/hugegraph/traversal/optimize/Text.java | 1 - .../org/apache/hugegraph/traversal/optimize/TraversalUtil.java | 1 - .../src/main/java/org/apache/hugegraph/type/HugeType.java | 1 - .../src/main/java/org/apache/hugegraph/type/Idfiable.java | 1 - .../src/main/java/org/apache/hugegraph/type/Indexable.java | 1 - .../src/main/java/org/apache/hugegraph/type/Nameable.java | 1 - .../src/main/java/org/apache/hugegraph/type/Propertiable.java | 1 - .../src/main/java/org/apache/hugegraph/type/Typeable.java | 1 - .../src/main/java/org/apache/hugegraph/type/define/Action.java | 1 - .../java/org/apache/hugegraph/type/define/AggregateType.java | 1 - .../main/java/org/apache/hugegraph/type/define/Cardinality.java | 1 - .../java/org/apache/hugegraph/type/define/CollectionType.java | 1 - .../src/main/java/org/apache/hugegraph/type/define/DataType.java | 1 - .../main/java/org/apache/hugegraph/type/define/Directions.java | 1 - .../main/java/org/apache/hugegraph/type/define/Frequency.java | 1 - .../main/java/org/apache/hugegraph/type/define/GraphMode.java | 1 - .../java/org/apache/hugegraph/type/define/GraphReadMode.java | 1 - .../src/main/java/org/apache/hugegraph/type/define/HugeKeys.java | 1 - .../main/java/org/apache/hugegraph/type/define/IdStrategy.java | 1 - .../main/java/org/apache/hugegraph/type/define/IndexType.java | 1 - .../src/main/java/org/apache/hugegraph/type/define/NodeRole.java | 1 - .../main/java/org/apache/hugegraph/type/define/SchemaStatus.java | 1 - .../main/java/org/apache/hugegraph/type/define/SerialEnum.java | 1 - .../main/java/org/apache/hugegraph/type/define/WriteType.java | 1 - hugegraph-core/src/main/java/org/apache/hugegraph/util/Blob.java | 1 - .../src/main/java/org/apache/hugegraph/util/CompressUtil.java | 1 - .../src/main/java/org/apache/hugegraph/util/ConfigUtil.java | 1 - .../src/main/java/org/apache/hugegraph/util/Consumers.java | 1 - .../src/main/java/org/apache/hugegraph/util/CopyUtil.java | 1 - .../src/main/java/org/apache/hugegraph/util/Events.java | 1 - .../org/apache/hugegraph/util/FixedTimerWindowRateLimiter.java | 1 - .../org/apache/hugegraph/util/FixedWatchWindowRateLimiter.java | 1 - .../src/main/java/org/apache/hugegraph/util/GZipUtil.java | 1 - .../src/main/java/org/apache/hugegraph/util/JsonUtil.java | 1 - .../src/main/java/org/apache/hugegraph/util/KryoUtil.java | 1 - .../src/main/java/org/apache/hugegraph/util/LZ4Util.java | 1 - .../src/main/java/org/apache/hugegraph/util/LockUtil.java | 1 - .../src/main/java/org/apache/hugegraph/util/ParameterUtil.java | 1 - .../src/main/java/org/apache/hugegraph/util/RateLimiter.java | 1 - .../src/main/java/org/apache/hugegraph/util/Reflection.java | 1 - .../src/main/java/org/apache/hugegraph/util/StringEncoding.java | 1 - .../org/apache/hugegraph/util/collection/CollectionFactory.java | 1 - .../main/java/org/apache/hugegraph/util/collection/IdSet.java | 1 - .../java/org/apache/hugegraph/util/collection/Int2IntsMap.java | 1 - .../java/org/apache/hugegraph/util/collection/IntIterator.java | 1 - .../main/java/org/apache/hugegraph/util/collection/IntMap.java | 1 - .../main/java/org/apache/hugegraph/util/collection/IntSet.java | 1 - .../org/apache/hugegraph/util/collection/ObjectIntMapping.java | 1 - .../hugegraph/util/collection/ObjectIntMappingFactory.java | 1 - .../main/java/org/apache/hugegraph/variables/HugeVariables.java | 1 - .../src/main/java/org/apache/hugegraph/version/CoreVersion.java | 1 - hugegraph-core/src/main/resources/proto/raft.proto | 1 - hugegraph-dist/src/assembly/static/scripts/empty-sample.groovy | 1 - hugegraph-dist/src/assembly/static/scripts/example.groovy | 1 - .../src/assembly/static/swagger-ui/swagger-ui-bundle.js | 1 - .../src/assembly/static/swagger-ui/swagger-ui-es-bundle-core.js | 1 - .../src/assembly/static/swagger-ui/swagger-ui-es-bundle.js | 1 - .../assembly/static/swagger-ui/swagger-ui-standalone-preset.js | 1 - hugegraph-dist/src/assembly/static/swagger-ui/swagger-ui.css | 1 - hugegraph-dist/src/assembly/static/swagger-ui/swagger-ui.js | 1 - .../src/main/java/org/apache/hugegraph/cmd/ConfDumper.java | 1 - .../src/main/java/org/apache/hugegraph/cmd/InitStore.java | 1 - .../src/main/java/org/apache/hugegraph/cmd/StoreDumper.java | 1 - .../src/main/java/org/apache/hugegraph/dist/DistOptions.java | 1 - .../src/main/java/org/apache/hugegraph/dist/HugeGraphServer.java | 1 - .../main/java/org/apache/hugegraph/dist/HugeGremlinServer.java | 1 - .../src/main/java/org/apache/hugegraph/dist/HugeRestServer.java | 1 - .../src/main/java/org/apache/hugegraph/dist/RegisterUtil.java | 1 - .../src/main/java/org/apache/hugegraph/example/Example1.java | 1 - .../src/main/java/org/apache/hugegraph/example/Example2.java | 1 - .../src/main/java/org/apache/hugegraph/example/Example3.java | 1 - .../src/main/java/org/apache/hugegraph/example/ExampleUtil.java | 1 - .../org/apache/hugegraph/example/GraphOfTheMoviesExample.java | 1 - .../src/main/java/org/apache/hugegraph/example/PerfExample1.java | 1 - .../src/main/java/org/apache/hugegraph/example/PerfExample2.java | 1 - .../src/main/java/org/apache/hugegraph/example/PerfExample3.java | 1 - .../src/main/java/org/apache/hugegraph/example/PerfExample4.java | 1 - .../main/java/org/apache/hugegraph/example/PerfExampleBase.java | 1 - .../src/main/java/org/apache/hugegraph/example/TaskExample.java | 1 - .../java/org/apache/hugegraph/example/ThreadRangePerfTest.java | 1 - .../org/apache/hugegraph/backend/store/hbase/HbaseFeatures.java | 1 - .../org/apache/hugegraph/backend/store/hbase/HbaseMetrics.java | 1 - .../org/apache/hugegraph/backend/store/hbase/HbaseOptions.java | 1 - .../apache/hugegraph/backend/store/hbase/HbaseSerializer.java | 1 - .../org/apache/hugegraph/backend/store/hbase/HbaseSessions.java | 1 - .../org/apache/hugegraph/backend/store/hbase/HbaseStore.java | 1 - .../apache/hugegraph/backend/store/hbase/HbaseStoreProvider.java | 1 - .../org/apache/hugegraph/backend/store/hbase/HbaseTable.java | 1 - .../org/apache/hugegraph/backend/store/hbase/HbaseTables.java | 1 - .../apache/hugegraph/backend/store/mysql/MysqlBackendEntry.java | 1 - .../apache/hugegraph/backend/store/mysql/MysqlEntryIterator.java | 1 - .../org/apache/hugegraph/backend/store/mysql/MysqlFeatures.java | 1 - .../org/apache/hugegraph/backend/store/mysql/MysqlMetrics.java | 1 - .../org/apache/hugegraph/backend/store/mysql/MysqlOptions.java | 1 - .../apache/hugegraph/backend/store/mysql/MysqlSerializer.java | 1 - .../org/apache/hugegraph/backend/store/mysql/MysqlSessions.java | 1 - .../org/apache/hugegraph/backend/store/mysql/MysqlStore.java | 1 - .../apache/hugegraph/backend/store/mysql/MysqlStoreProvider.java | 1 - .../org/apache/hugegraph/backend/store/mysql/MysqlTable.java | 1 - .../org/apache/hugegraph/backend/store/mysql/MysqlTables.java | 1 - .../java/org/apache/hugegraph/backend/store/mysql/MysqlUtil.java | 1 - .../apache/hugegraph/backend/store/mysql/ResultSetWrapper.java | 1 - .../org/apache/hugegraph/backend/store/mysql/WhereBuilder.java | 1 - .../org/apache/hugegraph/backend/store/palo/PaloFeatures.java | 1 - .../java/org/apache/hugegraph/backend/store/palo/PaloFile.java | 1 - .../org/apache/hugegraph/backend/store/palo/PaloHttpClient.java | 1 - .../org/apache/hugegraph/backend/store/palo/PaloLoadInfo.java | 1 - .../org/apache/hugegraph/backend/store/palo/PaloOptions.java | 1 - .../org/apache/hugegraph/backend/store/palo/PaloSerializer.java | 1 - .../org/apache/hugegraph/backend/store/palo/PaloSessions.java | 1 - .../java/org/apache/hugegraph/backend/store/palo/PaloStore.java | 1 - .../apache/hugegraph/backend/store/palo/PaloStoreProvider.java | 1 - .../java/org/apache/hugegraph/backend/store/palo/PaloTable.java | 1 - .../java/org/apache/hugegraph/backend/store/palo/PaloTables.java | 1 - .../hugegraph/backend/store/postgresql/PostgresqlOptions.java | 1 - .../hugegraph/backend/store/postgresql/PostgresqlSerializer.java | 1 - .../hugegraph/backend/store/postgresql/PostgresqlSessions.java | 1 - .../hugegraph/backend/store/postgresql/PostgresqlStore.java | 1 - .../backend/store/postgresql/PostgresqlStoreProvider.java | 1 - .../hugegraph/backend/store/postgresql/PostgresqlTable.java | 1 - .../hugegraph/backend/store/postgresql/PostgresqlTables.java | 1 - .../apache/hugegraph/backend/store/rocksdb/OpenedRocksDB.java | 1 - .../apache/hugegraph/backend/store/rocksdb/RocksDBFeatures.java | 1 - .../apache/hugegraph/backend/store/rocksdb/RocksDBIngester.java | 1 - .../hugegraph/backend/store/rocksdb/RocksDBIteratorPool.java | 1 - .../apache/hugegraph/backend/store/rocksdb/RocksDBMetrics.java | 1 - .../apache/hugegraph/backend/store/rocksdb/RocksDBOptions.java | 1 - .../apache/hugegraph/backend/store/rocksdb/RocksDBSessions.java | 1 - .../hugegraph/backend/store/rocksdb/RocksDBStdSessions.java | 1 - .../org/apache/hugegraph/backend/store/rocksdb/RocksDBStore.java | 1 - .../hugegraph/backend/store/rocksdb/RocksDBStoreProvider.java | 1 - .../org/apache/hugegraph/backend/store/rocksdb/RocksDBTable.java | 1 - .../apache/hugegraph/backend/store/rocksdb/RocksDBTables.java | 1 - .../hugegraph/backend/store/rocksdbsst/RocksDBSstSessions.java | 1 - .../hugegraph/backend/store/rocksdbsst/RocksDBSstStore.java | 1 - .../backend/store/rocksdbsst/RocksDBSstStoreProvider.java | 1 - .../hugegraph/backend/store/scylladb/ScyllaDBFeatures.java | 1 - .../apache/hugegraph/backend/store/scylladb/ScyllaDBMetrics.java | 1 - .../hugegraph/backend/store/scylladb/ScyllaDBStoreProvider.java | 1 - .../hugegraph/backend/store/scylladb/ScyllaDBTablesWithMV.java | 1 - .../src/main/java/org/apache/hugegraph/api/ApiTestSuite.java | 1 - .../src/main/java/org/apache/hugegraph/api/BaseApiTest.java | 1 - .../src/main/java/org/apache/hugegraph/api/CypherApiTest.java | 1 - .../src/main/java/org/apache/hugegraph/api/EdgeApiTest.java | 1 - .../src/main/java/org/apache/hugegraph/api/EdgeLabelApiTest.java | 1 - .../src/main/java/org/apache/hugegraph/api/GremlinApiTest.java | 1 - .../main/java/org/apache/hugegraph/api/IndexLabelApiTest.java | 1 - .../src/main/java/org/apache/hugegraph/api/LoginApiTest.java | 1 - .../src/main/java/org/apache/hugegraph/api/MetricsApiTest.java | 1 - .../src/main/java/org/apache/hugegraph/api/ProjectApiTest.java | 1 - .../main/java/org/apache/hugegraph/api/PropertyKeyApiTest.java | 1 - .../src/main/java/org/apache/hugegraph/api/SchemaApiTest.java | 1 - .../src/main/java/org/apache/hugegraph/api/TaskApiTest.java | 1 - .../src/main/java/org/apache/hugegraph/api/UserApiTest.java | 1 - .../src/main/java/org/apache/hugegraph/api/VertexApiTest.java | 1 - .../main/java/org/apache/hugegraph/api/VertexLabelApiTest.java | 1 - .../org/apache/hugegraph/api/traversers/AdamicAdarAPITest.java | 1 - .../apache/hugegraph/api/traversers/AllShortestPathsApiTest.java | 1 - .../java/org/apache/hugegraph/api/traversers/CountApiTest.java | 1 - .../org/apache/hugegraph/api/traversers/CrosspointsApiTest.java | 1 - .../hugegraph/api/traversers/CustomizedCrosspointsApiTest.java | 1 - .../java/org/apache/hugegraph/api/traversers/EdgesApiTest.java | 1 - .../hugegraph/api/traversers/FusiformSimilarityApiTest.java | 1 - .../hugegraph/api/traversers/JaccardSimilarityApiTest.java | 1 - .../org/apache/hugegraph/api/traversers/KneighborApiTest.java | 1 - .../java/org/apache/hugegraph/api/traversers/KoutApiTest.java | 1 - .../hugegraph/api/traversers/MultiNodeShortestPathApiTest.java | 1 - .../org/apache/hugegraph/api/traversers/NeighborRankApiTest.java | 1 - .../java/org/apache/hugegraph/api/traversers/PathsApiTest.java | 1 - .../org/apache/hugegraph/api/traversers/PersonalRankApiTest.java | 1 - .../java/org/apache/hugegraph/api/traversers/RaysApiTest.java | 1 - .../hugegraph/api/traversers/ResourceAllocationAPITest.java | 1 - .../java/org/apache/hugegraph/api/traversers/RingsApiTest.java | 1 - .../apache/hugegraph/api/traversers/SameNeighborsApiTest.java | 1 - .../org/apache/hugegraph/api/traversers/ShortestPathApiTest.java | 1 - .../api/traversers/SingleSourceShortestPathApiTest.java | 1 - .../apache/hugegraph/api/traversers/TemplatePathsApiTest.java | 1 - .../apache/hugegraph/api/traversers/TraversersApiTestSuite.java | 1 - .../hugegraph/api/traversers/WeightedShortestPathApiTest.java | 1 - .../src/main/java/org/apache/hugegraph/core/AuthTest.java | 1 - .../src/main/java/org/apache/hugegraph/core/BaseCoreTest.java | 1 - .../src/main/java/org/apache/hugegraph/core/CoreTestSuite.java | 1 - .../src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java | 1 - .../main/java/org/apache/hugegraph/core/EdgeLabelCoreTest.java | 1 - .../main/java/org/apache/hugegraph/core/IndexLabelCoreTest.java | 1 - .../src/main/java/org/apache/hugegraph/core/MultiGraphsTest.java | 1 - .../main/java/org/apache/hugegraph/core/PropertyCoreTest.java | 1 - .../main/java/org/apache/hugegraph/core/PropertyKeyCoreTest.java | 1 - .../src/main/java/org/apache/hugegraph/core/RamTableTest.java | 1 - .../src/main/java/org/apache/hugegraph/core/RestoreCoreTest.java | 1 - .../org/apache/hugegraph/core/RoleElectionStateMachineTest.java | 1 - .../src/main/java/org/apache/hugegraph/core/SchemaCoreTest.java | 1 - .../src/main/java/org/apache/hugegraph/core/TaskCoreTest.java | 1 - .../src/main/java/org/apache/hugegraph/core/VertexCoreTest.java | 1 - .../main/java/org/apache/hugegraph/core/VertexLabelCoreTest.java | 1 - .../src/main/java/org/apache/hugegraph/testutil/FakeObjects.java | 1 - .../src/main/java/org/apache/hugegraph/testutil/Utils.java | 1 - .../java/org/apache/hugegraph/tinkerpop/ProcessBasicSuite.java | 1 - .../java/org/apache/hugegraph/tinkerpop/ProcessStandardTest.java | 1 - .../org/apache/hugegraph/tinkerpop/ProcessTestGraphProvider.java | 1 - .../java/org/apache/hugegraph/tinkerpop/StructureBasicSuite.java | 1 - .../org/apache/hugegraph/tinkerpop/StructureStandardTest.java | 1 - .../apache/hugegraph/tinkerpop/StructureTestGraphProvider.java | 1 - .../src/main/java/org/apache/hugegraph/tinkerpop/TestGraph.java | 1 - .../java/org/apache/hugegraph/tinkerpop/TestGraphFactory.java | 1 - .../java/org/apache/hugegraph/tinkerpop/TestGraphProvider.java | 1 - .../org/apache/hugegraph/tinkerpop/tests/HugeGraphWriteTest.java | 1 - .../src/main/java/org/apache/hugegraph/unit/BaseUnitTest.java | 1 - .../src/main/java/org/apache/hugegraph/unit/FakeObjects.java | 1 - .../src/main/java/org/apache/hugegraph/unit/UnitTestSuite.java | 1 - .../java/org/apache/hugegraph/unit/cache/CacheManagerTest.java | 1 - .../src/main/java/org/apache/hugegraph/unit/cache/CacheTest.java | 1 - .../apache/hugegraph/unit/cache/CachedGraphTransactionTest.java | 1 - .../apache/hugegraph/unit/cache/CachedSchemaTransactionTest.java | 1 - .../main/java/org/apache/hugegraph/unit/cache/RamTableTest.java | 1 - .../java/org/apache/hugegraph/unit/cassandra/CassandraTest.java | 1 - .../main/java/org/apache/hugegraph/unit/core/AnalyzerTest.java | 1 - .../java/org/apache/hugegraph/unit/core/BackendMutationTest.java | 1 - .../org/apache/hugegraph/unit/core/BackendStoreInfoTest.java | 1 - .../apache/hugegraph/unit/core/ConditionQueryFlattenTest.java | 1 - .../main/java/org/apache/hugegraph/unit/core/ConditionTest.java | 1 - .../main/java/org/apache/hugegraph/unit/core/DataTypeTest.java | 1 - .../main/java/org/apache/hugegraph/unit/core/DirectionsTest.java | 1 - .../main/java/org/apache/hugegraph/unit/core/ExceptionTest.java | 1 - .../main/java/org/apache/hugegraph/unit/core/LocksTableTest.java | 1 - .../main/java/org/apache/hugegraph/unit/core/PageStateTest.java | 1 - .../src/main/java/org/apache/hugegraph/unit/core/QueryTest.java | 1 - .../src/main/java/org/apache/hugegraph/unit/core/RangeTest.java | 1 - .../java/org/apache/hugegraph/unit/core/RolePermissionTest.java | 1 - .../main/java/org/apache/hugegraph/unit/core/RowLockTest.java | 1 - .../java/org/apache/hugegraph/unit/core/SecurityManagerTest.java | 1 - .../main/java/org/apache/hugegraph/unit/core/SerialEnumTest.java | 1 - .../org/apache/hugegraph/unit/core/SystemSchemaStoreTest.java | 1 - .../java/org/apache/hugegraph/unit/core/TraversalUtilTest.java | 1 - .../src/main/java/org/apache/hugegraph/unit/id/EdgeIdTest.java | 1 - .../src/main/java/org/apache/hugegraph/unit/id/IdTest.java | 1 - .../src/main/java/org/apache/hugegraph/unit/id/IdUtilTest.java | 1 - .../org/apache/hugegraph/unit/id/SplicingIdGeneratorTest.java | 1 - .../main/java/org/apache/hugegraph/unit/mysql/MysqlUtilTest.java | 1 - .../java/org/apache/hugegraph/unit/mysql/WhereBuilderTest.java | 1 - .../org/apache/hugegraph/unit/rocksdb/BaseRocksDBUnitTest.java | 1 - .../org/apache/hugegraph/unit/rocksdb/RocksDBCountersTest.java | 1 - .../java/org/apache/hugegraph/unit/rocksdb/RocksDBPerfTest.java | 1 - .../org/apache/hugegraph/unit/rocksdb/RocksDBSessionTest.java | 1 - .../org/apache/hugegraph/unit/rocksdb/RocksDBSessionsTest.java | 1 - .../apache/hugegraph/unit/serializer/BinaryBackendEntryTest.java | 1 - .../hugegraph/unit/serializer/BinaryScatterSerializerTest.java | 1 - .../apache/hugegraph/unit/serializer/BinarySerializerTest.java | 1 - .../org/apache/hugegraph/unit/serializer/BytesBufferTest.java | 1 - .../apache/hugegraph/unit/serializer/SerializerFactoryTest.java | 1 - .../apache/hugegraph/unit/serializer/StoreSerializerTest.java | 1 - .../apache/hugegraph/unit/serializer/TableBackendEntryTest.java | 1 - .../apache/hugegraph/unit/serializer/TextBackendEntryTest.java | 1 - .../java/org/apache/hugegraph/unit/util/CompressUtilTest.java | 1 - .../main/java/org/apache/hugegraph/unit/util/JsonUtilTest.java | 1 - .../java/org/apache/hugegraph/unit/util/RateLimiterTest.java | 1 - .../java/org/apache/hugegraph/unit/util/StringEncodingTest.java | 1 - .../main/java/org/apache/hugegraph/unit/util/VersionTest.java | 1 - .../hugegraph/unit/util/collection/CollectionFactoryTest.java | 1 - .../org/apache/hugegraph/unit/util/collection/IdSetTest.java | 1 - .../apache/hugegraph/unit/util/collection/Int2IntsMapTest.java | 1 - .../org/apache/hugegraph/unit/util/collection/IntMapTest.java | 1 - .../org/apache/hugegraph/unit/util/collection/IntSetTest.java | 1 - .../hugegraph/unit/util/collection/ObjectIntMappingTest.java | 1 - 671 files changed, 671 deletions(-) diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/api/API.java b/hugegraph-api/src/main/java/org/apache/hugegraph/api/API.java index e453ea1e7d..bb8ad85d58 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/api/API.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/api/API.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/api/auth/AccessAPI.java b/hugegraph-api/src/main/java/org/apache/hugegraph/api/auth/AccessAPI.java index 73e7eeb363..f2b8acacbc 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/api/auth/AccessAPI.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/api/auth/AccessAPI.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/api/auth/BelongAPI.java b/hugegraph-api/src/main/java/org/apache/hugegraph/api/auth/BelongAPI.java index 94b48ef601..47fb8ee717 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/api/auth/BelongAPI.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/api/auth/BelongAPI.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/api/auth/GroupAPI.java b/hugegraph-api/src/main/java/org/apache/hugegraph/api/auth/GroupAPI.java index abfcfae64c..5b505fd8a0 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/api/auth/GroupAPI.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/api/auth/GroupAPI.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/api/auth/LoginAPI.java b/hugegraph-api/src/main/java/org/apache/hugegraph/api/auth/LoginAPI.java index 67c580d917..3435b82a33 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/api/auth/LoginAPI.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/api/auth/LoginAPI.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/api/auth/ProjectAPI.java b/hugegraph-api/src/main/java/org/apache/hugegraph/api/auth/ProjectAPI.java index ed9d5261c3..2463f0d663 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/api/auth/ProjectAPI.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/api/auth/ProjectAPI.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/api/auth/TargetAPI.java b/hugegraph-api/src/main/java/org/apache/hugegraph/api/auth/TargetAPI.java index d836e18000..aeb7f2a077 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/api/auth/TargetAPI.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/api/auth/TargetAPI.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/api/auth/UserAPI.java b/hugegraph-api/src/main/java/org/apache/hugegraph/api/auth/UserAPI.java index 8dd8639453..c0fdec21d2 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/api/auth/UserAPI.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/api/auth/UserAPI.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/api/filter/AuthenticationFilter.java b/hugegraph-api/src/main/java/org/apache/hugegraph/api/filter/AuthenticationFilter.java index 33214190fb..e6d0449337 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/api/filter/AuthenticationFilter.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/api/filter/AuthenticationFilter.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/api/filter/CompressInterceptor.java b/hugegraph-api/src/main/java/org/apache/hugegraph/api/filter/CompressInterceptor.java index 4a4c898c34..0b019070fd 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/api/filter/CompressInterceptor.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/api/filter/CompressInterceptor.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/api/filter/DecompressInterceptor.java b/hugegraph-api/src/main/java/org/apache/hugegraph/api/filter/DecompressInterceptor.java index 6efbc43f5f..f5991347a7 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/api/filter/DecompressInterceptor.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/api/filter/DecompressInterceptor.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/api/filter/ExceptionFilter.java b/hugegraph-api/src/main/java/org/apache/hugegraph/api/filter/ExceptionFilter.java index fe9ac8dbb8..ee31ee58aa 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/api/filter/ExceptionFilter.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/api/filter/ExceptionFilter.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/api/filter/LoadDetectFilter.java b/hugegraph-api/src/main/java/org/apache/hugegraph/api/filter/LoadDetectFilter.java index f3e55c4ce7..6db458c1ce 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/api/filter/LoadDetectFilter.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/api/filter/LoadDetectFilter.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/api/filter/LoadReleaseFilter.java b/hugegraph-api/src/main/java/org/apache/hugegraph/api/filter/LoadReleaseFilter.java index 6e83489977..12d97f4492 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/api/filter/LoadReleaseFilter.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/api/filter/LoadReleaseFilter.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/api/filter/StatusFilter.java b/hugegraph-api/src/main/java/org/apache/hugegraph/api/filter/StatusFilter.java index 6bc89fc2fe..2a0dbbc703 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/api/filter/StatusFilter.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/api/filter/StatusFilter.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/api/graph/BatchAPI.java b/hugegraph-api/src/main/java/org/apache/hugegraph/api/graph/BatchAPI.java index b0b015b38d..5057f03771 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/api/graph/BatchAPI.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/api/graph/BatchAPI.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/api/graph/EdgeAPI.java b/hugegraph-api/src/main/java/org/apache/hugegraph/api/graph/EdgeAPI.java index 08ee31aebf..cf4d2ee600 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/api/graph/EdgeAPI.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/api/graph/EdgeAPI.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/api/graph/VertexAPI.java b/hugegraph-api/src/main/java/org/apache/hugegraph/api/graph/VertexAPI.java index 333cc74827..259658323e 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/api/graph/VertexAPI.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/api/graph/VertexAPI.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/api/gremlin/CypherAPI.java b/hugegraph-api/src/main/java/org/apache/hugegraph/api/gremlin/CypherAPI.java index 38410ee046..a91b58c7ea 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/api/gremlin/CypherAPI.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/api/gremlin/CypherAPI.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/api/gremlin/GremlinAPI.java b/hugegraph-api/src/main/java/org/apache/hugegraph/api/gremlin/GremlinAPI.java index 305b51e3b9..038fde42f8 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/api/gremlin/GremlinAPI.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/api/gremlin/GremlinAPI.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/api/gremlin/GremlinClient.java b/hugegraph-api/src/main/java/org/apache/hugegraph/api/gremlin/GremlinClient.java index 2dd54d4a30..3b486bf599 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/api/gremlin/GremlinClient.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/api/gremlin/GremlinClient.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/api/gremlin/GremlinQueryAPI.java b/hugegraph-api/src/main/java/org/apache/hugegraph/api/gremlin/GremlinQueryAPI.java index 0fd79bb244..4b93976f23 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/api/gremlin/GremlinQueryAPI.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/api/gremlin/GremlinQueryAPI.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/api/job/AlgorithmAPI.java b/hugegraph-api/src/main/java/org/apache/hugegraph/api/job/AlgorithmAPI.java index baa07e1918..e9963b820b 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/api/job/AlgorithmAPI.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/api/job/AlgorithmAPI.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/api/job/ComputerAPI.java b/hugegraph-api/src/main/java/org/apache/hugegraph/api/job/ComputerAPI.java index 8a2967bbdc..919523d082 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/api/job/ComputerAPI.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/api/job/ComputerAPI.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/api/job/GremlinAPI.java b/hugegraph-api/src/main/java/org/apache/hugegraph/api/job/GremlinAPI.java index 5b1283e762..390aea0a91 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/api/job/GremlinAPI.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/api/job/GremlinAPI.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/api/job/RebuildAPI.java b/hugegraph-api/src/main/java/org/apache/hugegraph/api/job/RebuildAPI.java index 54fa3bdc8a..7cabf2ed79 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/api/job/RebuildAPI.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/api/job/RebuildAPI.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/api/job/TaskAPI.java b/hugegraph-api/src/main/java/org/apache/hugegraph/api/job/TaskAPI.java index e72fe5bfe0..6e3864b0aa 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/api/job/TaskAPI.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/api/job/TaskAPI.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/api/metrics/MetricsAPI.java b/hugegraph-api/src/main/java/org/apache/hugegraph/api/metrics/MetricsAPI.java index c37f41d4e3..0f065b7b1c 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/api/metrics/MetricsAPI.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/api/metrics/MetricsAPI.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/api/profile/GraphsAPI.java b/hugegraph-api/src/main/java/org/apache/hugegraph/api/profile/GraphsAPI.java index 82a3a32e2b..9d236c7cea 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/api/profile/GraphsAPI.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/api/profile/GraphsAPI.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/api/profile/ProfileAPI.java b/hugegraph-api/src/main/java/org/apache/hugegraph/api/profile/ProfileAPI.java index 4a04a0ebd5..bbc6492b2b 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/api/profile/ProfileAPI.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/api/profile/ProfileAPI.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/api/profile/VersionAPI.java b/hugegraph-api/src/main/java/org/apache/hugegraph/api/profile/VersionAPI.java index 90b6de6f57..5a883c2dc4 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/api/profile/VersionAPI.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/api/profile/VersionAPI.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/api/raft/RaftAPI.java b/hugegraph-api/src/main/java/org/apache/hugegraph/api/raft/RaftAPI.java index 2d7d29f485..7bc941e652 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/api/raft/RaftAPI.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/api/raft/RaftAPI.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/api/schema/EdgeLabelAPI.java b/hugegraph-api/src/main/java/org/apache/hugegraph/api/schema/EdgeLabelAPI.java index 931995d571..236665fa8c 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/api/schema/EdgeLabelAPI.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/api/schema/EdgeLabelAPI.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/api/schema/IndexLabelAPI.java b/hugegraph-api/src/main/java/org/apache/hugegraph/api/schema/IndexLabelAPI.java index b03ce48d09..75b2f669cb 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/api/schema/IndexLabelAPI.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/api/schema/IndexLabelAPI.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/api/schema/PropertyKeyAPI.java b/hugegraph-api/src/main/java/org/apache/hugegraph/api/schema/PropertyKeyAPI.java index 427be8815e..f4be056891 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/api/schema/PropertyKeyAPI.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/api/schema/PropertyKeyAPI.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/api/schema/SchemaAPI.java b/hugegraph-api/src/main/java/org/apache/hugegraph/api/schema/SchemaAPI.java index 3d0a189d9f..a9bfc3817e 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/api/schema/SchemaAPI.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/api/schema/SchemaAPI.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/api/schema/VertexLabelAPI.java b/hugegraph-api/src/main/java/org/apache/hugegraph/api/schema/VertexLabelAPI.java index 72f990d432..3a31874daa 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/api/schema/VertexLabelAPI.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/api/schema/VertexLabelAPI.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/AdamicAdarAPI.java b/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/AdamicAdarAPI.java index 3ed537c41b..3f3c8352be 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/AdamicAdarAPI.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/AdamicAdarAPI.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/AllShortestPathsAPI.java b/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/AllShortestPathsAPI.java index d1d156bc5e..fd883e8d82 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/AllShortestPathsAPI.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/AllShortestPathsAPI.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/CountAPI.java b/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/CountAPI.java index a9fd3c1c44..d66541f896 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/CountAPI.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/CountAPI.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/CrosspointsAPI.java b/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/CrosspointsAPI.java index e9f8f729e4..471fc6af5e 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/CrosspointsAPI.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/CrosspointsAPI.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/CustomizedCrosspointsAPI.java b/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/CustomizedCrosspointsAPI.java index 3e6933b5c2..d07d1b81ab 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/CustomizedCrosspointsAPI.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/CustomizedCrosspointsAPI.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/CustomizedPathsAPI.java b/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/CustomizedPathsAPI.java index 8042770b88..b722e0a718 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/CustomizedPathsAPI.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/CustomizedPathsAPI.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/EdgesAPI.java b/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/EdgesAPI.java index f51c30f770..689f31463a 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/EdgesAPI.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/EdgesAPI.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/FusiformSimilarityAPI.java b/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/FusiformSimilarityAPI.java index 2b8980ba9e..fcea088cd3 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/FusiformSimilarityAPI.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/FusiformSimilarityAPI.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/JaccardSimilarityAPI.java b/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/JaccardSimilarityAPI.java index 92d9bb27d7..6a0680128a 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/JaccardSimilarityAPI.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/JaccardSimilarityAPI.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/KneighborAPI.java b/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/KneighborAPI.java index eaa95bf2b9..9792f80df1 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/KneighborAPI.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/KneighborAPI.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/KoutAPI.java b/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/KoutAPI.java index 26be5eb49a..8f4a525b9f 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/KoutAPI.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/KoutAPI.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/MultiNodeShortestPathAPI.java b/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/MultiNodeShortestPathAPI.java index 7f0ff8e4fb..f1f2ca0822 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/MultiNodeShortestPathAPI.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/MultiNodeShortestPathAPI.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/NeighborRankAPI.java b/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/NeighborRankAPI.java index 8ae22bf80b..b89baa5bc1 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/NeighborRankAPI.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/NeighborRankAPI.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/PathsAPI.java b/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/PathsAPI.java index 1bd1e2782a..4bdd6031b6 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/PathsAPI.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/PathsAPI.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/PersonalRankAPI.java b/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/PersonalRankAPI.java index 407713a818..dff9411c7e 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/PersonalRankAPI.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/PersonalRankAPI.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/RaysAPI.java b/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/RaysAPI.java index 8d088ab2b4..a9bcae353f 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/RaysAPI.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/RaysAPI.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/ResourceAllocationAPI.java b/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/ResourceAllocationAPI.java index ffe0fcf4ff..1424861a26 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/ResourceAllocationAPI.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/ResourceAllocationAPI.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/RingsAPI.java b/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/RingsAPI.java index ce1d16a388..57e9f0dbc3 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/RingsAPI.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/RingsAPI.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/SameNeighborsAPI.java b/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/SameNeighborsAPI.java index 05374c542c..dee08045d5 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/SameNeighborsAPI.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/SameNeighborsAPI.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/ShortestPathAPI.java b/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/ShortestPathAPI.java index 0a04b7b8b2..59c5f8c9e6 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/ShortestPathAPI.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/ShortestPathAPI.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/SingleSourceShortestPathAPI.java b/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/SingleSourceShortestPathAPI.java index 07991abf58..f3533c3410 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/SingleSourceShortestPathAPI.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/SingleSourceShortestPathAPI.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/TemplatePathsAPI.java b/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/TemplatePathsAPI.java index e18ffde1b9..4df05bfac3 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/TemplatePathsAPI.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/TemplatePathsAPI.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/TraverserAPI.java b/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/TraverserAPI.java index cfb564045d..5756675ce5 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/TraverserAPI.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/TraverserAPI.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/Vertices.java b/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/Vertices.java index 2d2ed81e6a..bb4a203406 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/Vertices.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/Vertices.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/VerticesAPI.java b/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/VerticesAPI.java index 7b2c8914e5..c0b5ea09c3 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/VerticesAPI.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/VerticesAPI.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/WeightedShortestPathAPI.java b/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/WeightedShortestPathAPI.java index cf55dc6d7e..2486ae4c41 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/WeightedShortestPathAPI.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/api/traversers/WeightedShortestPathAPI.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/api/variables/VariablesAPI.java b/hugegraph-api/src/main/java/org/apache/hugegraph/api/variables/VariablesAPI.java index f3cc9dcbc9..156d8862e9 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/api/variables/VariablesAPI.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/api/variables/VariablesAPI.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/auth/ConfigAuthenticator.java b/hugegraph-api/src/main/java/org/apache/hugegraph/auth/ConfigAuthenticator.java index 1ec64365e7..bd6f200149 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/auth/ConfigAuthenticator.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/auth/ConfigAuthenticator.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/auth/ContextGremlinServer.java b/hugegraph-api/src/main/java/org/apache/hugegraph/auth/ContextGremlinServer.java index 1f6fcffb28..2186e5148a 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/auth/ContextGremlinServer.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/auth/ContextGremlinServer.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeAuthenticator.java b/hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeAuthenticator.java index 9bbb66ba59..58d3cd66de 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeAuthenticator.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeAuthenticator.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeFactoryAuthProxy.java b/hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeFactoryAuthProxy.java index 9ab1488038..e26a383cf9 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeFactoryAuthProxy.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeFactoryAuthProxy.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java b/hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java index 331c580043..3a977b8ca3 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/auth/HugeGraphAuthProxy.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/auth/StandardAuthenticator.java b/hugegraph-api/src/main/java/org/apache/hugegraph/auth/StandardAuthenticator.java index 747be14fbf..fc67264a20 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/auth/StandardAuthenticator.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/auth/StandardAuthenticator.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/auth/WsAndHttpBasicAuthHandler.java b/hugegraph-api/src/main/java/org/apache/hugegraph/auth/WsAndHttpBasicAuthHandler.java index 0d35b10005..5ba486ca01 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/auth/WsAndHttpBasicAuthHandler.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/auth/WsAndHttpBasicAuthHandler.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/config/ServerOptions.java b/hugegraph-api/src/main/java/org/apache/hugegraph/config/ServerOptions.java index cd202263a7..c72104bfd3 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/config/ServerOptions.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/config/ServerOptions.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/core/GraphManager.java b/hugegraph-api/src/main/java/org/apache/hugegraph/core/GraphManager.java index 26bfaad839..d25a4bb26e 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/core/GraphManager.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/core/GraphManager.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/define/Checkable.java b/hugegraph-api/src/main/java/org/apache/hugegraph/define/Checkable.java index 402323bf8c..0d5ba58ff9 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/define/Checkable.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/define/Checkable.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/define/UpdateStrategy.java b/hugegraph-api/src/main/java/org/apache/hugegraph/define/UpdateStrategy.java index 9a4caa2838..8b17761335 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/define/UpdateStrategy.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/define/UpdateStrategy.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/define/WorkLoad.java b/hugegraph-api/src/main/java/org/apache/hugegraph/define/WorkLoad.java index 72f8031c5f..864df84ba8 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/define/WorkLoad.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/define/WorkLoad.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/license/LicenseVerifier.java b/hugegraph-api/src/main/java/org/apache/hugegraph/license/LicenseVerifier.java index b9bf665101..b6ba2ce308 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/license/LicenseVerifier.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/license/LicenseVerifier.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/license/LicenseVerifyManager.java b/hugegraph-api/src/main/java/org/apache/hugegraph/license/LicenseVerifyManager.java index 1e67b7fbc8..ecb23dfdf7 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/license/LicenseVerifyManager.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/license/LicenseVerifyManager.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/metrics/MetricsModule.java b/hugegraph-api/src/main/java/org/apache/hugegraph/metrics/MetricsModule.java index a0c2a9ec3c..954f956510 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/metrics/MetricsModule.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/metrics/MetricsModule.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/metrics/MetricsUtil.java b/hugegraph-api/src/main/java/org/apache/hugegraph/metrics/MetricsUtil.java index c9e707c239..ef52e648f3 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/metrics/MetricsUtil.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/metrics/MetricsUtil.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/metrics/ServerReporter.java b/hugegraph-api/src/main/java/org/apache/hugegraph/metrics/ServerReporter.java index b6fb5cb68a..6d12eb2120 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/metrics/ServerReporter.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/metrics/ServerReporter.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/metrics/SystemMetrics.java b/hugegraph-api/src/main/java/org/apache/hugegraph/metrics/SystemMetrics.java index 7f47c65a16..ae5b3b76d1 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/metrics/SystemMetrics.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/metrics/SystemMetrics.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/rpc/RpcClientProviderWithAuth.java b/hugegraph-api/src/main/java/org/apache/hugegraph/rpc/RpcClientProviderWithAuth.java index ae74a52e43..1dd2b50b30 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/rpc/RpcClientProviderWithAuth.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/rpc/RpcClientProviderWithAuth.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/serializer/JsonSerializer.java b/hugegraph-api/src/main/java/org/apache/hugegraph/serializer/JsonSerializer.java index 4ac335b215..38ebab20c3 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/serializer/JsonSerializer.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/serializer/JsonSerializer.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/serializer/Serializer.java b/hugegraph-api/src/main/java/org/apache/hugegraph/serializer/Serializer.java index 70268c985f..aeee2d819d 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/serializer/Serializer.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/serializer/Serializer.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/server/ApplicationConfig.java b/hugegraph-api/src/main/java/org/apache/hugegraph/server/ApplicationConfig.java index b6071954e3..98eaf8b780 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/server/ApplicationConfig.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/server/ApplicationConfig.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/server/RestServer.java b/hugegraph-api/src/main/java/org/apache/hugegraph/server/RestServer.java index 6bf4daeb97..a0eb375ebd 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/server/RestServer.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/server/RestServer.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-api/src/main/java/org/apache/hugegraph/version/ApiVersion.java b/hugegraph-api/src/main/java/org/apache/hugegraph/version/ApiVersion.java index b5e9a79aac..a31be1926c 100644 --- a/hugegraph-api/src/main/java/org/apache/hugegraph/version/ApiVersion.java +++ b/hugegraph-api/src/main/java/org/apache/hugegraph/version/ApiVersion.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-cassandra/src/main/java/com/datastax/driver/core/querybuilder/Clauses.java b/hugegraph-cassandra/src/main/java/com/datastax/driver/core/querybuilder/Clauses.java index 81b88c1c4f..901f17aae3 100644 --- a/hugegraph-cassandra/src/main/java/com/datastax/driver/core/querybuilder/Clauses.java +++ b/hugegraph-cassandra/src/main/java/com/datastax/driver/core/querybuilder/Clauses.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraBackendEntry.java b/hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraBackendEntry.java index 5a9c628362..c4ad5f3540 100644 --- a/hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraBackendEntry.java +++ b/hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraBackendEntry.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraEntryIterator.java b/hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraEntryIterator.java index a46b327f03..c65bf7ff79 100644 --- a/hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraEntryIterator.java +++ b/hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraEntryIterator.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraFeatures.java b/hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraFeatures.java index b918ee3d31..f2964063be 100644 --- a/hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraFeatures.java +++ b/hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraFeatures.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraMetrics.java b/hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraMetrics.java index 92e8814b04..9efa9b51ea 100644 --- a/hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraMetrics.java +++ b/hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraMetrics.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraOptions.java b/hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraOptions.java index dbeb32f95e..9dbe6aae51 100644 --- a/hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraOptions.java +++ b/hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraOptions.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraSerializer.java b/hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraSerializer.java index f2b6d22b58..f8ee086cbc 100644 --- a/hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraSerializer.java +++ b/hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraSerializer.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraSessionPool.java b/hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraSessionPool.java index b61a16ec9d..056b8be155 100644 --- a/hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraSessionPool.java +++ b/hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraSessionPool.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraShard.java b/hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraShard.java index 21bb932195..f22db27150 100644 --- a/hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraShard.java +++ b/hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraShard.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraStore.java b/hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraStore.java index 111825a19d..6c9b04756e 100644 --- a/hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraStore.java +++ b/hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraStore.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraStoreProvider.java b/hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraStoreProvider.java index 3c602e092b..3abd99d916 100644 --- a/hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraStoreProvider.java +++ b/hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraStoreProvider.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraTable.java b/hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraTable.java index 636429bb9c..4609e516c3 100644 --- a/hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraTable.java +++ b/hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraTable.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraTables.java b/hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraTables.java index d546bd6aa8..907ebbb940 100644 --- a/hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraTables.java +++ b/hugegraph-cassandra/src/main/java/org/apache/hugegraph/backend/store/cassandra/CassandraTables.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/HugeException.java b/hugegraph-core/src/main/java/org/apache/hugegraph/HugeException.java index 5b9b345659..015328a7a0 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/HugeException.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/HugeException.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/HugeFactory.java b/hugegraph-core/src/main/java/org/apache/hugegraph/HugeFactory.java index fc726a4d10..b834c162bc 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/HugeFactory.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/HugeFactory.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/HugeGraph.java b/hugegraph-core/src/main/java/org/apache/hugegraph/HugeGraph.java index 91c450ff44..aa96f0f80f 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/HugeGraph.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/HugeGraph.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/HugeGraphParams.java b/hugegraph-core/src/main/java/org/apache/hugegraph/HugeGraphParams.java index 0e696fb9a2..8956df8131 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/HugeGraphParams.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/HugeGraphParams.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java b/hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java index e7c265084c..79144bb66d 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/StandardHugeGraph.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/analyzer/Analyzer.java b/hugegraph-core/src/main/java/org/apache/hugegraph/analyzer/Analyzer.java index 695c65d0c7..dea888504c 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/analyzer/Analyzer.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/analyzer/Analyzer.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/analyzer/AnalyzerFactory.java b/hugegraph-core/src/main/java/org/apache/hugegraph/analyzer/AnalyzerFactory.java index e0f254e8fe..436be541c0 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/analyzer/AnalyzerFactory.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/analyzer/AnalyzerFactory.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/analyzer/AnsjAnalyzer.java b/hugegraph-core/src/main/java/org/apache/hugegraph/analyzer/AnsjAnalyzer.java index 5f77a0b0a8..2c739564df 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/analyzer/AnsjAnalyzer.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/analyzer/AnsjAnalyzer.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/analyzer/HanLPAnalyzer.java b/hugegraph-core/src/main/java/org/apache/hugegraph/analyzer/HanLPAnalyzer.java index 680e397fd7..fe06fe737a 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/analyzer/HanLPAnalyzer.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/analyzer/HanLPAnalyzer.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/analyzer/IKAnalyzer.java b/hugegraph-core/src/main/java/org/apache/hugegraph/analyzer/IKAnalyzer.java index df537da78e..e7cade410f 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/analyzer/IKAnalyzer.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/analyzer/IKAnalyzer.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/analyzer/JcsegAnalyzer.java b/hugegraph-core/src/main/java/org/apache/hugegraph/analyzer/JcsegAnalyzer.java index a51d5b4de3..a6e627fff9 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/analyzer/JcsegAnalyzer.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/analyzer/JcsegAnalyzer.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/analyzer/JiebaAnalyzer.java b/hugegraph-core/src/main/java/org/apache/hugegraph/analyzer/JiebaAnalyzer.java index b8e7680db0..233b99a942 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/analyzer/JiebaAnalyzer.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/analyzer/JiebaAnalyzer.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/analyzer/MMSeg4JAnalyzer.java b/hugegraph-core/src/main/java/org/apache/hugegraph/analyzer/MMSeg4JAnalyzer.java index 6fb768a705..b6f1e16ae4 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/analyzer/MMSeg4JAnalyzer.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/analyzer/MMSeg4JAnalyzer.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/analyzer/SmartCNAnalyzer.java b/hugegraph-core/src/main/java/org/apache/hugegraph/analyzer/SmartCNAnalyzer.java index 0c88145126..c1bfccb8df 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/analyzer/SmartCNAnalyzer.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/analyzer/SmartCNAnalyzer.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/auth/AuthConstant.java b/hugegraph-core/src/main/java/org/apache/hugegraph/auth/AuthConstant.java index bf6116254c..983c83f10f 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/auth/AuthConstant.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/auth/AuthConstant.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/auth/AuthManager.java b/hugegraph-core/src/main/java/org/apache/hugegraph/auth/AuthManager.java index 509294993b..ed6c06cff9 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/auth/AuthManager.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/auth/AuthManager.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/auth/EntityManager.java b/hugegraph-core/src/main/java/org/apache/hugegraph/auth/EntityManager.java index 670ce0717b..4ee96cf1f0 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/auth/EntityManager.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/auth/EntityManager.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeAccess.java b/hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeAccess.java index 71bba568c7..edadb9a187 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeAccess.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeAccess.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeBelong.java b/hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeBelong.java index 968fed163c..80eaf4e84c 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeBelong.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeBelong.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeGroup.java b/hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeGroup.java index 0a366ee932..8673154b44 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeGroup.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeGroup.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugePermission.java b/hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugePermission.java index 68bc450354..c0d151e4bc 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugePermission.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugePermission.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeProject.java b/hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeProject.java index b4e8a4e5df..af52dea285 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeProject.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeProject.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeResource.java b/hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeResource.java index f534dfb15c..176f64a904 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeResource.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeResource.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeTarget.java b/hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeTarget.java index 53f95d4d56..06e2557c46 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeTarget.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeTarget.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeUser.java b/hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeUser.java index 0fd08c1b49..44f29a67ca 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeUser.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/auth/HugeUser.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/auth/RelationshipManager.java b/hugegraph-core/src/main/java/org/apache/hugegraph/auth/RelationshipManager.java index 4ee087059f..c5c3b8efe0 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/auth/RelationshipManager.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/auth/RelationshipManager.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/auth/ResourceObject.java b/hugegraph-core/src/main/java/org/apache/hugegraph/auth/ResourceObject.java index aab868b3b8..5578f12d3f 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/auth/ResourceObject.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/auth/ResourceObject.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/auth/ResourceType.java b/hugegraph-core/src/main/java/org/apache/hugegraph/auth/ResourceType.java index d8caa69fd1..124926d4fe 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/auth/ResourceType.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/auth/ResourceType.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/auth/RolePermission.java b/hugegraph-core/src/main/java/org/apache/hugegraph/auth/RolePermission.java index b9397757fb..e0a95d496b 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/auth/RolePermission.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/auth/RolePermission.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/auth/SchemaDefine.java b/hugegraph-core/src/main/java/org/apache/hugegraph/auth/SchemaDefine.java index d733ffda9b..08de78e70d 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/auth/SchemaDefine.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/auth/SchemaDefine.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/auth/StandardAuthManager.java b/hugegraph-core/src/main/java/org/apache/hugegraph/auth/StandardAuthManager.java index 8b42ced718..69f4692aea 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/auth/StandardAuthManager.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/auth/StandardAuthManager.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/auth/TokenGenerator.java b/hugegraph-core/src/main/java/org/apache/hugegraph/auth/TokenGenerator.java index 96c255f4f6..da91cad17f 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/auth/TokenGenerator.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/auth/TokenGenerator.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/auth/UserWithRole.java b/hugegraph-core/src/main/java/org/apache/hugegraph/auth/UserWithRole.java index 3c5bd391a6..4c3bfb490b 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/auth/UserWithRole.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/auth/UserWithRole.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/BackendException.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/BackendException.java index e403f31de0..4c5987076f 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/BackendException.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/BackendException.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/LocalCounter.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/LocalCounter.java index bc3458aa01..34f754e14d 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/LocalCounter.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/LocalCounter.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/Transaction.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/Transaction.java index cc4c12dba5..4220c06cb4 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/Transaction.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/Transaction.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/cache/AbstractCache.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/cache/AbstractCache.java index 7bb05765d5..d5341b7a10 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/cache/AbstractCache.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/cache/AbstractCache.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/cache/Cache.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/cache/Cache.java index 619df1ba3a..cb9ee85614 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/cache/Cache.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/cache/Cache.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/cache/CacheManager.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/cache/CacheManager.java index 1caff0625f..0735132155 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/cache/CacheManager.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/cache/CacheManager.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/cache/CacheNotifier.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/cache/CacheNotifier.java index 48c0f273d9..973a0b297e 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/cache/CacheNotifier.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/cache/CacheNotifier.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/cache/CachedBackendStore.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/cache/CachedBackendStore.java index 71228b4377..1bf2334f92 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/cache/CachedBackendStore.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/cache/CachedBackendStore.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/cache/CachedGraphTransaction.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/cache/CachedGraphTransaction.java index f817f15340..de41521fe0 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/cache/CachedGraphTransaction.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/cache/CachedGraphTransaction.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/cache/CachedSchemaTransaction.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/cache/CachedSchemaTransaction.java index e5b305c1ec..30ee14dd40 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/cache/CachedSchemaTransaction.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/cache/CachedSchemaTransaction.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/cache/LevelCache.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/cache/LevelCache.java index 9c2e252085..7c1d7594b8 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/cache/LevelCache.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/cache/LevelCache.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/cache/OffheapCache.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/cache/OffheapCache.java index e04e0c7b83..8c4b180cba 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/cache/OffheapCache.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/cache/OffheapCache.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/cache/RamCache.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/cache/RamCache.java index 98e5c4a6d9..1c2d733a6b 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/cache/RamCache.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/cache/RamCache.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/EdgeId.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/EdgeId.java index 173d7132c2..eecf133302 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/EdgeId.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/EdgeId.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/Id.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/Id.java index 2c6082b9bd..80495fc7e5 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/Id.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/Id.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/IdGenerator.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/IdGenerator.java index 183006faac..7ff4b5acbe 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/IdGenerator.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/IdGenerator.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/IdUtil.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/IdUtil.java index 9d936923c3..39ed459c83 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/IdUtil.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/IdUtil.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/SnowflakeIdGenerator.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/SnowflakeIdGenerator.java index 752f4e8990..90a6b69fa8 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/SnowflakeIdGenerator.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/SnowflakeIdGenerator.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/SplicingIdGenerator.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/SplicingIdGenerator.java index af3275e562..1c1402916f 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/SplicingIdGenerator.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/id/SplicingIdGenerator.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/IdHolder.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/IdHolder.java index 598e32afdb..09119e57f4 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/IdHolder.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/IdHolder.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/IdHolderList.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/IdHolderList.java index 21d9a444ba..547b2d46e8 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/IdHolderList.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/IdHolderList.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/PageEntryIterator.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/PageEntryIterator.java index 51febe8876..78d3b56581 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/PageEntryIterator.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/PageEntryIterator.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/PageIds.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/PageIds.java index 037a1a0a5a..8555030777 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/PageIds.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/PageIds.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/PageInfo.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/PageInfo.java index 326c8220c1..dbfdf13624 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/PageInfo.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/PageInfo.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/PageState.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/PageState.java index 0d2ec4d788..4492e3aa3d 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/PageState.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/PageState.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/QueryList.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/QueryList.java index fe986f6ea3..02899a97a3 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/QueryList.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/QueryList.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/SortByCountIdHolderList.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/SortByCountIdHolderList.java index eeeb0ab616..aa5e1298a4 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/SortByCountIdHolderList.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/page/SortByCountIdHolderList.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Aggregate.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Aggregate.java index c53c0b68a7..ff9e178c25 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Aggregate.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Aggregate.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/BatchConditionQuery.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/BatchConditionQuery.java index 5b02fdcd9d..09fa1f74fb 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/BatchConditionQuery.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/BatchConditionQuery.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Condition.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Condition.java index 7c07bc201c..d3ed842d3a 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Condition.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Condition.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/ConditionQuery.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/ConditionQuery.java index 3ee6938f78..245a4956cf 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/ConditionQuery.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/ConditionQuery.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/ConditionQueryFlatten.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/ConditionQueryFlatten.java index be432be2cd..2201b78f65 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/ConditionQueryFlatten.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/ConditionQueryFlatten.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/IdPrefixQuery.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/IdPrefixQuery.java index 99eaca461e..01cd0a8277 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/IdPrefixQuery.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/IdPrefixQuery.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/IdQuery.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/IdQuery.java index b99ef2f50d..a098df575f 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/IdQuery.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/IdQuery.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/IdRangeQuery.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/IdRangeQuery.java index a1e0b13442..1c2d24f0fa 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/IdRangeQuery.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/IdRangeQuery.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Query.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Query.java index 6ac50df7d7..f290952462 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Query.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/Query.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/QueryResults.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/QueryResults.java index 9ec4baf97d..ffbaf7a3ee 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/QueryResults.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/query/QueryResults.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/AbstractSerializer.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/AbstractSerializer.java index 10f882312e..0b38b05f0a 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/AbstractSerializer.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/AbstractSerializer.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinaryBackendEntry.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinaryBackendEntry.java index 4ca31050b2..1c8d612dd8 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinaryBackendEntry.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinaryBackendEntry.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinaryEntryIterator.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinaryEntryIterator.java index f920592c0a..a8de6a1f36 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinaryEntryIterator.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinaryEntryIterator.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinaryScatterSerializer.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinaryScatterSerializer.java index 573204a5cd..067de0cedc 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinaryScatterSerializer.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinaryScatterSerializer.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinarySerializer.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinarySerializer.java index ed2a5ffb65..6e66ee5f79 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinarySerializer.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BinarySerializer.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BytesBuffer.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BytesBuffer.java index 0c1f433f46..83b084dcf7 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BytesBuffer.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/BytesBuffer.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/GraphSerializer.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/GraphSerializer.java index 471d989c29..ee006f7f31 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/GraphSerializer.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/GraphSerializer.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/MergeIterator.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/MergeIterator.java index 6887958089..0280c3c673 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/MergeIterator.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/MergeIterator.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/SchemaSerializer.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/SchemaSerializer.java index 1396cd1c85..bb7157cf08 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/SchemaSerializer.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/SchemaSerializer.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/SerializerFactory.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/SerializerFactory.java index 869cecdb0c..5a968b00a4 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/SerializerFactory.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/SerializerFactory.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TableBackendEntry.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TableBackendEntry.java index 48b489c375..9af7dd0c4b 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TableBackendEntry.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TableBackendEntry.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TableSerializer.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TableSerializer.java index 2e51519bba..f9d1aa50fe 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TableSerializer.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TableSerializer.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TextBackendEntry.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TextBackendEntry.java index ee14aaaf49..93b8045383 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TextBackendEntry.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TextBackendEntry.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TextSerializer.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TextSerializer.java index e95ad4d042..88cf3a6e1f 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TextSerializer.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/serializer/TextSerializer.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/AbstractBackendStore.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/AbstractBackendStore.java index 9bb563a88c..026d49caf1 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/AbstractBackendStore.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/AbstractBackendStore.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/AbstractBackendStoreProvider.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/AbstractBackendStoreProvider.java index e0fa6cbc5f..3fe83c952b 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/AbstractBackendStoreProvider.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/AbstractBackendStoreProvider.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendAction.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendAction.java index c647d06fed..5b53d0e857 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendAction.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendAction.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendEntry.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendEntry.java index 2765f6280c..3de567f4a0 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendEntry.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendEntry.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendEntryIterator.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendEntryIterator.java index c56161d6a0..c661f58aa7 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendEntryIterator.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendEntryIterator.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendFeatures.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendFeatures.java index 48ac5e9b9b..68f424ec12 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendFeatures.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendFeatures.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendMetrics.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendMetrics.java index 42bb8199f6..09f73b5bbb 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendMetrics.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendMetrics.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendMutation.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendMutation.java index 1e84fe6bf9..c41d93d4ea 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendMutation.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendMutation.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendProviderFactory.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendProviderFactory.java index 16ee99cb4c..db99b4b949 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendProviderFactory.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendProviderFactory.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendSession.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendSession.java index 323ddcd520..05ac1772f7 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendSession.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendSession.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendSessionPool.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendSessionPool.java index d12f876290..802273c2ce 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendSessionPool.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendSessionPool.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendStore.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendStore.java index 7e45b4e07f..58d55a48c1 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendStore.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendStore.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendStoreInfo.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendStoreInfo.java index 5ed81d2144..1f1e9bab72 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendStoreInfo.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendStoreInfo.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendStoreProvider.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendStoreProvider.java index bcdb1a3025..abe34b0f16 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendStoreProvider.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendStoreProvider.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendTable.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendTable.java index f38177664e..993a25df91 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendTable.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/BackendTable.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/MetaDispatcher.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/MetaDispatcher.java index eb88e3fe9f..25f1c9b44c 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/MetaDispatcher.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/MetaDispatcher.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/MetaHandler.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/MetaHandler.java index e1df2b08b8..7c376bc3a0 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/MetaHandler.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/MetaHandler.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/Shard.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/Shard.java index d6d54ddca7..5647a02d1e 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/Shard.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/Shard.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/SystemSchemaStore.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/SystemSchemaStore.java index d67fda86a6..36a91d35c8 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/SystemSchemaStore.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/SystemSchemaStore.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/TableDefine.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/TableDefine.java index be0676808f..b6f546124a 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/TableDefine.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/TableDefine.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBStore.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBStore.java index 79ac8d5383..2069be55b0 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBStore.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBStore.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBStoreProvider.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBStoreProvider.java index ccbf1c007a..e5ff58d1b7 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBStoreProvider.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBStoreProvider.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBTable.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBTable.java index 0ebb2a58f6..8f9f4e6851 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBTable.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBTable.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBTables.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBTables.java index aa37998eb2..c156d725f5 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBTables.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryDBTables.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryMetrics.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryMetrics.java index 3a7b784bc5..531825f957 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryMetrics.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/memory/InMemoryMetrics.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftAddPeerJob.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftAddPeerJob.java index 5993d3f814..c7dedc52aa 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftAddPeerJob.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftAddPeerJob.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftBackendStore.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftBackendStore.java index 36658d1c89..27cd34c626 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftBackendStore.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftBackendStore.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftBackendStoreProvider.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftBackendStoreProvider.java index bbc7ea2dc2..54e5391c21 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftBackendStoreProvider.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftBackendStoreProvider.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftClosure.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftClosure.java index 4866dde7be..ec992a90c7 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftClosure.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftClosure.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftContext.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftContext.java index 92ca6c14ce..81f035b27a 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftContext.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftContext.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftException.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftException.java index 9e41764190..b6775bef58 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftException.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftException.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftGroupManager.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftGroupManager.java index c4d10374ce..47b327849a 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftGroupManager.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftGroupManager.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftGroupManagerImpl.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftGroupManagerImpl.java index fe8e988d18..6040146666 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftGroupManagerImpl.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftGroupManagerImpl.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftNode.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftNode.java index a762dbb3b1..a63f592030 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftNode.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftNode.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftRemovePeerJob.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftRemovePeerJob.java index f04d785f7c..ee55b95fd0 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftRemovePeerJob.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftRemovePeerJob.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftResult.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftResult.java index 2ef0396db2..1bfc741573 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftResult.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftResult.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftStoreClosure.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftStoreClosure.java index 640bb3d500..3c3828fea1 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftStoreClosure.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/RaftStoreClosure.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/StoreCommand.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/StoreCommand.java index 1261415358..3808d2a36e 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/StoreCommand.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/StoreCommand.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/StoreSerializer.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/StoreSerializer.java index 07bd2af307..e35b6a9b66 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/StoreSerializer.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/StoreSerializer.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/StoreSnapshotFile.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/StoreSnapshotFile.java index 8786447032..bbd4eb42c8 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/StoreSnapshotFile.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/StoreSnapshotFile.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/StoreStateMachine.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/StoreStateMachine.java index b169611ecd..e7eb690d11 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/StoreStateMachine.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/StoreStateMachine.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/rpc/ListPeersProcessor.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/rpc/ListPeersProcessor.java index 94178031ac..710c905262 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/rpc/ListPeersProcessor.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/rpc/ListPeersProcessor.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/rpc/RpcForwarder.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/rpc/RpcForwarder.java index b9fe9d9423..2bbd165b09 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/rpc/RpcForwarder.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/rpc/RpcForwarder.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/rpc/SetLeaderProcessor.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/rpc/SetLeaderProcessor.java index c79d48b91b..cdb5cd5b87 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/rpc/SetLeaderProcessor.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/rpc/SetLeaderProcessor.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/rpc/StoreCommandProcessor.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/rpc/StoreCommandProcessor.java index cbeabeee18..8ba42fca7a 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/rpc/StoreCommandProcessor.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/raft/rpc/StoreCommandProcessor.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/ram/IntIntMap.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/ram/IntIntMap.java index a7a93fa120..95e8e88788 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/ram/IntIntMap.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/ram/IntIntMap.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/ram/IntLongMap.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/ram/IntLongMap.java index 2a689725d0..2b1c072808 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/ram/IntLongMap.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/ram/IntLongMap.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/ram/IntObjectMap.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/ram/IntObjectMap.java index f400526813..fe2e4a96f0 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/ram/IntObjectMap.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/ram/IntObjectMap.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/ram/RamMap.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/ram/RamMap.java index 5ee3bde212..103468dd5d 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/ram/RamMap.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/ram/RamMap.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/ram/RamTable.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/ram/RamTable.java index c83d92980f..98ce07905d 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/ram/RamTable.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/store/ram/RamTable.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/AbstractTransaction.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/AbstractTransaction.java index 6f403e7a0c..d6538d5f1c 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/AbstractTransaction.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/AbstractTransaction.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphIndexTransaction.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphIndexTransaction.java index de21350525..f0f945f072 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphIndexTransaction.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphIndexTransaction.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphTransaction.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphTransaction.java index 3300d37775..389b4c3601 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphTransaction.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/GraphTransaction.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/IndexableTransaction.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/IndexableTransaction.java index e9ded8514c..e4f82d0333 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/IndexableTransaction.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/IndexableTransaction.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/SchemaIndexTransaction.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/SchemaIndexTransaction.java index 885fa2f853..f3e1720192 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/SchemaIndexTransaction.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/SchemaIndexTransaction.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/SchemaTransaction.java b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/SchemaTransaction.java index a75f8917f6..8b16c0205e 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/SchemaTransaction.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/backend/tx/SchemaTransaction.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/config/AuthOptions.java b/hugegraph-core/src/main/java/org/apache/hugegraph/config/AuthOptions.java index e3a8b1f8b7..b6cda82ef4 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/config/AuthOptions.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/config/AuthOptions.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/config/CoreOptions.java b/hugegraph-core/src/main/java/org/apache/hugegraph/config/CoreOptions.java index ed7c26f326..9f99f3a6f3 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/config/CoreOptions.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/config/CoreOptions.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/election/Config.java b/hugegraph-core/src/main/java/org/apache/hugegraph/election/Config.java index 86a2f4b579..dcb2c02035 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/election/Config.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/election/Config.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/election/RoleElectionStateMachine.java b/hugegraph-core/src/main/java/org/apache/hugegraph/election/RoleElectionStateMachine.java index cdce6261ac..36a5e92a26 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/election/RoleElectionStateMachine.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/election/RoleElectionStateMachine.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/election/RoleElectionStateMachineImpl.java b/hugegraph-core/src/main/java/org/apache/hugegraph/election/RoleElectionStateMachineImpl.java index d69fe65cc2..330d5deaf3 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/election/RoleElectionStateMachineImpl.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/election/RoleElectionStateMachineImpl.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/election/RoleTypeData.java b/hugegraph-core/src/main/java/org/apache/hugegraph/election/RoleTypeData.java index 240c721b3e..272f576233 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/election/RoleTypeData.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/election/RoleTypeData.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/election/RoleTypeDataAdapter.java b/hugegraph-core/src/main/java/org/apache/hugegraph/election/RoleTypeDataAdapter.java index 74f7a03d4f..1cf7f38ee1 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/election/RoleTypeDataAdapter.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/election/RoleTypeDataAdapter.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/election/StateMachineCallback.java b/hugegraph-core/src/main/java/org/apache/hugegraph/election/StateMachineCallback.java index f0bb7933bf..6ef3132b3e 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/election/StateMachineCallback.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/election/StateMachineCallback.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/election/StateMachineContext.java b/hugegraph-core/src/main/java/org/apache/hugegraph/election/StateMachineContext.java index ee2f499a99..4b4797d3c1 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/election/StateMachineContext.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/election/StateMachineContext.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/exception/ConnectionException.java b/hugegraph-core/src/main/java/org/apache/hugegraph/exception/ConnectionException.java index 645fb6fb87..13798ac03b 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/exception/ConnectionException.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/exception/ConnectionException.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/exception/ExistedException.java b/hugegraph-core/src/main/java/org/apache/hugegraph/exception/ExistedException.java index 6a769cae0e..5abec16cb2 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/exception/ExistedException.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/exception/ExistedException.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/exception/HugeGremlinException.java b/hugegraph-core/src/main/java/org/apache/hugegraph/exception/HugeGremlinException.java index 3e105b6e44..893483e3fb 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/exception/HugeGremlinException.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/exception/HugeGremlinException.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/exception/LimitExceedException.java b/hugegraph-core/src/main/java/org/apache/hugegraph/exception/LimitExceedException.java index 112a2e51c2..f57c5791b6 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/exception/LimitExceedException.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/exception/LimitExceedException.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/exception/NoIndexException.java b/hugegraph-core/src/main/java/org/apache/hugegraph/exception/NoIndexException.java index 23e8ed8fcb..37079ecf83 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/exception/NoIndexException.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/exception/NoIndexException.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/exception/NotAllowException.java b/hugegraph-core/src/main/java/org/apache/hugegraph/exception/NotAllowException.java index d48e7be461..33279d1df2 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/exception/NotAllowException.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/exception/NotAllowException.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/exception/NotFoundException.java b/hugegraph-core/src/main/java/org/apache/hugegraph/exception/NotFoundException.java index 88c0d8ec58..c8a939a35f 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/exception/NotFoundException.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/exception/NotFoundException.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/exception/NotSupportException.java b/hugegraph-core/src/main/java/org/apache/hugegraph/exception/NotSupportException.java index 62c1473a88..d04310d3d5 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/exception/NotSupportException.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/exception/NotSupportException.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/io/GraphSONSchemaSerializer.java b/hugegraph-core/src/main/java/org/apache/hugegraph/io/GraphSONSchemaSerializer.java index d4803094a4..8a1340c0e9 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/io/GraphSONSchemaSerializer.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/io/GraphSONSchemaSerializer.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/io/HugeGraphIoRegistry.java b/hugegraph-core/src/main/java/org/apache/hugegraph/io/HugeGraphIoRegistry.java index 7540662986..f020dba359 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/io/HugeGraphIoRegistry.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/io/HugeGraphIoRegistry.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/io/HugeGraphSONModule.java b/hugegraph-core/src/main/java/org/apache/hugegraph/io/HugeGraphSONModule.java index 436d03d83c..e8470d2ee8 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/io/HugeGraphSONModule.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/io/HugeGraphSONModule.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/io/HugeGryoModule.java b/hugegraph-core/src/main/java/org/apache/hugegraph/io/HugeGryoModule.java index 7cdca4f07f..6cbd3c1ccf 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/io/HugeGryoModule.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/io/HugeGryoModule.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/job/AlgorithmJob.java b/hugegraph-core/src/main/java/org/apache/hugegraph/job/AlgorithmJob.java index 345a5a5328..6e35558f48 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/job/AlgorithmJob.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/job/AlgorithmJob.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/job/ComputerJob.java b/hugegraph-core/src/main/java/org/apache/hugegraph/job/ComputerJob.java index ee4c5096c5..063c499d66 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/job/ComputerJob.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/job/ComputerJob.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/job/EphemeralJob.java b/hugegraph-core/src/main/java/org/apache/hugegraph/job/EphemeralJob.java index 5d8560be65..51864c3e80 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/job/EphemeralJob.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/job/EphemeralJob.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/job/EphemeralJobBuilder.java b/hugegraph-core/src/main/java/org/apache/hugegraph/job/EphemeralJobBuilder.java index 12d1a51d27..61ae8797bb 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/job/EphemeralJobBuilder.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/job/EphemeralJobBuilder.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/job/GremlinJob.java b/hugegraph-core/src/main/java/org/apache/hugegraph/job/GremlinJob.java index 684cfe9ec0..b6241545f1 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/job/GremlinJob.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/job/GremlinJob.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/job/Job.java b/hugegraph-core/src/main/java/org/apache/hugegraph/job/Job.java index 1eac003f29..f5a1eca916 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/job/Job.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/job/Job.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/job/JobBuilder.java b/hugegraph-core/src/main/java/org/apache/hugegraph/job/JobBuilder.java index 219dafee24..e4a1af4ec8 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/job/JobBuilder.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/job/JobBuilder.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/job/SysJob.java b/hugegraph-core/src/main/java/org/apache/hugegraph/job/SysJob.java index ae3c8d7c05..705dfe854e 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/job/SysJob.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/job/SysJob.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/job/UserJob.java b/hugegraph-core/src/main/java/org/apache/hugegraph/job/UserJob.java index 64cbb57b2c..9a26d2cfbb 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/job/UserJob.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/job/UserJob.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/AbstractAlgorithm.java b/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/AbstractAlgorithm.java index ce3958bc4e..1e533dc1b6 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/AbstractAlgorithm.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/AbstractAlgorithm.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/Algorithm.java b/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/Algorithm.java index ac6e485eb6..39b9bcd035 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/Algorithm.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/Algorithm.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/AlgorithmPool.java b/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/AlgorithmPool.java index 79afde963d..7aaed2eedb 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/AlgorithmPool.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/AlgorithmPool.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/BfsTraverser.java b/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/BfsTraverser.java index 11149ccd39..97751bf032 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/BfsTraverser.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/BfsTraverser.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/Consumers.java b/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/Consumers.java index 47da65bdad..cfe17120eb 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/Consumers.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/Consumers.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/CountEdgeAlgorithm.java b/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/CountEdgeAlgorithm.java index 2ca7190f9e..3b06d23692 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/CountEdgeAlgorithm.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/CountEdgeAlgorithm.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/CountVertexAlgorithm.java b/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/CountVertexAlgorithm.java index 0db4319731..8865c1c35d 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/CountVertexAlgorithm.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/CountVertexAlgorithm.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/SubgraphStatAlgorithm.java b/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/SubgraphStatAlgorithm.java index e6330fc9d9..d508a04a95 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/SubgraphStatAlgorithm.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/SubgraphStatAlgorithm.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/cent/AbstractCentAlgorithm.java b/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/cent/AbstractCentAlgorithm.java index 84b9524392..6585acab5f 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/cent/AbstractCentAlgorithm.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/cent/AbstractCentAlgorithm.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/cent/BetweennessCentralityAlgorithm.java b/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/cent/BetweennessCentralityAlgorithm.java index 4ee69e412b..7ce4f186d2 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/cent/BetweennessCentralityAlgorithm.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/cent/BetweennessCentralityAlgorithm.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/cent/BetweennessCentralityAlgorithmV2.java b/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/cent/BetweennessCentralityAlgorithmV2.java index e8fbdaff60..2e4f6b62e2 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/cent/BetweennessCentralityAlgorithmV2.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/cent/BetweennessCentralityAlgorithmV2.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/cent/ClosenessCentralityAlgorithm.java b/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/cent/ClosenessCentralityAlgorithm.java index 0c9fa8f84f..c6cc9f42bb 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/cent/ClosenessCentralityAlgorithm.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/cent/ClosenessCentralityAlgorithm.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/cent/ClosenessCentralityAlgorithmV2.java b/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/cent/ClosenessCentralityAlgorithmV2.java index cfb286b85a..d57c4dcce2 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/cent/ClosenessCentralityAlgorithmV2.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/cent/ClosenessCentralityAlgorithmV2.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/cent/DegreeCentralityAlgorithm.java b/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/cent/DegreeCentralityAlgorithm.java index 38de892327..7d9ba8f607 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/cent/DegreeCentralityAlgorithm.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/cent/DegreeCentralityAlgorithm.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/cent/EigenvectorCentralityAlgorithm.java b/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/cent/EigenvectorCentralityAlgorithm.java index f025a4b768..5195f4941b 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/cent/EigenvectorCentralityAlgorithm.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/cent/EigenvectorCentralityAlgorithm.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/cent/StressCentralityAlgorithm.java b/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/cent/StressCentralityAlgorithm.java index 3ee8cdf876..6b2a18023a 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/cent/StressCentralityAlgorithm.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/cent/StressCentralityAlgorithm.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/cent/StressCentralityAlgorithmV2.java b/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/cent/StressCentralityAlgorithmV2.java index 4c46c516d8..6af2a91edd 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/cent/StressCentralityAlgorithmV2.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/cent/StressCentralityAlgorithmV2.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/AbstractCommAlgorithm.java b/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/AbstractCommAlgorithm.java index c7ced8e82a..b3851f2808 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/AbstractCommAlgorithm.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/AbstractCommAlgorithm.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/ClusterCoefficientAlgorithm.java b/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/ClusterCoefficientAlgorithm.java index 68110f4714..ecb1c2985f 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/ClusterCoefficientAlgorithm.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/ClusterCoefficientAlgorithm.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/KCoreAlgorithm.java b/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/KCoreAlgorithm.java index ea3450b333..5c2f2f8d73 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/KCoreAlgorithm.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/KCoreAlgorithm.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/LouvainAlgorithm.java b/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/LouvainAlgorithm.java index 603dc97b23..76ced037df 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/LouvainAlgorithm.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/LouvainAlgorithm.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/LouvainTraverser.java b/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/LouvainTraverser.java index ae190401f2..a1223b9f4c 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/LouvainTraverser.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/LouvainTraverser.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/LpaAlgorithm.java b/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/LpaAlgorithm.java index 355f4f6839..2f1989c640 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/LpaAlgorithm.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/LpaAlgorithm.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/TriangleCountAlgorithm.java b/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/TriangleCountAlgorithm.java index fbdc9be7d4..8327f5fae9 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/TriangleCountAlgorithm.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/TriangleCountAlgorithm.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/WeakConnectedComponent.java b/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/WeakConnectedComponent.java index 7aa682f641..23b2f4e11e 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/WeakConnectedComponent.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/comm/WeakConnectedComponent.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/path/RingsDetectAlgorithm.java b/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/path/RingsDetectAlgorithm.java index 55747987d4..c206678f2d 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/path/RingsDetectAlgorithm.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/path/RingsDetectAlgorithm.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/rank/PageRankAlgorithm.java b/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/rank/PageRankAlgorithm.java index d39208685c..5a5e3040b8 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/rank/PageRankAlgorithm.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/rank/PageRankAlgorithm.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/similarity/FusiformSimilarityAlgorithm.java b/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/similarity/FusiformSimilarityAlgorithm.java index 5d9502351e..4f3778c7a5 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/similarity/FusiformSimilarityAlgorithm.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/job/algorithm/similarity/FusiformSimilarityAlgorithm.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/job/computer/AbstractComputer.java b/hugegraph-core/src/main/java/org/apache/hugegraph/job/computer/AbstractComputer.java index 34e29e21da..a76a3f3909 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/job/computer/AbstractComputer.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/job/computer/AbstractComputer.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/job/computer/Computer.java b/hugegraph-core/src/main/java/org/apache/hugegraph/job/computer/Computer.java index 55476a670b..ab9181d1ff 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/job/computer/Computer.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/job/computer/Computer.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/job/computer/ComputerPool.java b/hugegraph-core/src/main/java/org/apache/hugegraph/job/computer/ComputerPool.java index ed5c1dc7a1..4032dcb1b7 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/job/computer/ComputerPool.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/job/computer/ComputerPool.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/job/computer/LouvainComputer.java b/hugegraph-core/src/main/java/org/apache/hugegraph/job/computer/LouvainComputer.java index a6f8207dd5..af4bb014b4 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/job/computer/LouvainComputer.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/job/computer/LouvainComputer.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/job/computer/LpaComputer.java b/hugegraph-core/src/main/java/org/apache/hugegraph/job/computer/LpaComputer.java index a008542b5c..80eaacee34 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/job/computer/LpaComputer.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/job/computer/LpaComputer.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/job/computer/PageRankComputer.java b/hugegraph-core/src/main/java/org/apache/hugegraph/job/computer/PageRankComputer.java index 1dd1f865d6..78add99ecf 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/job/computer/PageRankComputer.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/job/computer/PageRankComputer.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/job/computer/TriangleCountComputer.java b/hugegraph-core/src/main/java/org/apache/hugegraph/job/computer/TriangleCountComputer.java index c950d5b944..4a86497592 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/job/computer/TriangleCountComputer.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/job/computer/TriangleCountComputer.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/job/computer/WeakConnectedComponentComputer.java b/hugegraph-core/src/main/java/org/apache/hugegraph/job/computer/WeakConnectedComponentComputer.java index 3d04b8aba4..3feb0f5aac 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/job/computer/WeakConnectedComponentComputer.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/job/computer/WeakConnectedComponentComputer.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/job/schema/EdgeLabelRemoveJob.java b/hugegraph-core/src/main/java/org/apache/hugegraph/job/schema/EdgeLabelRemoveJob.java index 1e3edacd51..91f9349d51 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/job/schema/EdgeLabelRemoveJob.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/job/schema/EdgeLabelRemoveJob.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/job/schema/IndexLabelRebuildJob.java b/hugegraph-core/src/main/java/org/apache/hugegraph/job/schema/IndexLabelRebuildJob.java index 31c7977951..4214cdc8d6 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/job/schema/IndexLabelRebuildJob.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/job/schema/IndexLabelRebuildJob.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/job/schema/IndexLabelRemoveJob.java b/hugegraph-core/src/main/java/org/apache/hugegraph/job/schema/IndexLabelRemoveJob.java index b17b52b49d..67848f4c3d 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/job/schema/IndexLabelRemoveJob.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/job/schema/IndexLabelRemoveJob.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/job/schema/OlapPropertyKeyClearJob.java b/hugegraph-core/src/main/java/org/apache/hugegraph/job/schema/OlapPropertyKeyClearJob.java index beecc15f08..e69976d164 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/job/schema/OlapPropertyKeyClearJob.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/job/schema/OlapPropertyKeyClearJob.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/job/schema/OlapPropertyKeyCreateJob.java b/hugegraph-core/src/main/java/org/apache/hugegraph/job/schema/OlapPropertyKeyCreateJob.java index f5c635b1f4..a44cbbaee3 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/job/schema/OlapPropertyKeyCreateJob.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/job/schema/OlapPropertyKeyCreateJob.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/job/schema/OlapPropertyKeyRemoveJob.java b/hugegraph-core/src/main/java/org/apache/hugegraph/job/schema/OlapPropertyKeyRemoveJob.java index e0caab5669..ad4bf33175 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/job/schema/OlapPropertyKeyRemoveJob.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/job/schema/OlapPropertyKeyRemoveJob.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/job/schema/SchemaJob.java b/hugegraph-core/src/main/java/org/apache/hugegraph/job/schema/SchemaJob.java index 3e7b495702..882011f2db 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/job/schema/SchemaJob.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/job/schema/SchemaJob.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/job/schema/VertexLabelRemoveJob.java b/hugegraph-core/src/main/java/org/apache/hugegraph/job/schema/VertexLabelRemoveJob.java index 61a70ea7b4..5a34327102 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/job/schema/VertexLabelRemoveJob.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/job/schema/VertexLabelRemoveJob.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/job/system/DeleteExpiredElementJob.java b/hugegraph-core/src/main/java/org/apache/hugegraph/job/system/DeleteExpiredElementJob.java index 00de9a1373..7e2f294339 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/job/system/DeleteExpiredElementJob.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/job/system/DeleteExpiredElementJob.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/job/system/DeleteExpiredIndexJob.java b/hugegraph-core/src/main/java/org/apache/hugegraph/job/system/DeleteExpiredIndexJob.java index 213ddd1e36..3327731cba 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/job/system/DeleteExpiredIndexJob.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/job/system/DeleteExpiredIndexJob.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/job/system/DeleteExpiredJob.java b/hugegraph-core/src/main/java/org/apache/hugegraph/job/system/DeleteExpiredJob.java index 11ba58fa41..98495e54b5 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/job/system/DeleteExpiredJob.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/job/system/DeleteExpiredJob.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/job/system/JobCounters.java b/hugegraph-core/src/main/java/org/apache/hugegraph/job/system/JobCounters.java index 0b8c7e279a..d03b7ce195 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/job/system/JobCounters.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/job/system/JobCounters.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/plugin/HugeGraphGremlinPlugin.java b/hugegraph-core/src/main/java/org/apache/hugegraph/plugin/HugeGraphGremlinPlugin.java index 732f324aa0..48cede8cdd 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/plugin/HugeGraphGremlinPlugin.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/plugin/HugeGraphGremlinPlugin.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/plugin/HugeGraphPlugin.java b/hugegraph-core/src/main/java/org/apache/hugegraph/plugin/HugeGraphPlugin.java index 1cf8b68f44..e3f47b6ff2 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/plugin/HugeGraphPlugin.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/plugin/HugeGraphPlugin.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/rpc/RpcServiceConfig4Client.java b/hugegraph-core/src/main/java/org/apache/hugegraph/rpc/RpcServiceConfig4Client.java index 333f0abc8a..98b12a38a6 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/rpc/RpcServiceConfig4Client.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/rpc/RpcServiceConfig4Client.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/rpc/RpcServiceConfig4Server.java b/hugegraph-core/src/main/java/org/apache/hugegraph/rpc/RpcServiceConfig4Server.java index adf125c5b9..13046f7dc8 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/rpc/RpcServiceConfig4Server.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/rpc/RpcServiceConfig4Server.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/schema/EdgeLabel.java b/hugegraph-core/src/main/java/org/apache/hugegraph/schema/EdgeLabel.java index 5f5a25d534..9b2d13a235 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/schema/EdgeLabel.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/schema/EdgeLabel.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/schema/IndexLabel.java b/hugegraph-core/src/main/java/org/apache/hugegraph/schema/IndexLabel.java index 392d4dde08..cab3a646a2 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/schema/IndexLabel.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/schema/IndexLabel.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/schema/PropertyKey.java b/hugegraph-core/src/main/java/org/apache/hugegraph/schema/PropertyKey.java index e397af2b08..f658136ade 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/schema/PropertyKey.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/schema/PropertyKey.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/schema/SchemaElement.java b/hugegraph-core/src/main/java/org/apache/hugegraph/schema/SchemaElement.java index 3dcc6f5ece..844438ed1e 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/schema/SchemaElement.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/schema/SchemaElement.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/schema/SchemaLabel.java b/hugegraph-core/src/main/java/org/apache/hugegraph/schema/SchemaLabel.java index 35124a74d8..a0a795b437 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/schema/SchemaLabel.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/schema/SchemaLabel.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/schema/SchemaManager.java b/hugegraph-core/src/main/java/org/apache/hugegraph/schema/SchemaManager.java index ccaa4e303c..0a7ace084b 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/schema/SchemaManager.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/schema/SchemaManager.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/schema/Userdata.java b/hugegraph-core/src/main/java/org/apache/hugegraph/schema/Userdata.java index 654047da55..2a247e9415 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/schema/Userdata.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/schema/Userdata.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/schema/VertexLabel.java b/hugegraph-core/src/main/java/org/apache/hugegraph/schema/VertexLabel.java index 61459db9f8..a07df4bfc7 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/schema/VertexLabel.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/schema/VertexLabel.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/AbstractBuilder.java b/hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/AbstractBuilder.java index 81bca2fb0f..c92917ccba 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/AbstractBuilder.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/AbstractBuilder.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/EdgeLabelBuilder.java b/hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/EdgeLabelBuilder.java index 57a480fbd0..80eb7c66ab 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/EdgeLabelBuilder.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/EdgeLabelBuilder.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/IndexLabelBuilder.java b/hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/IndexLabelBuilder.java index 48bd55b4d1..250b988a59 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/IndexLabelBuilder.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/IndexLabelBuilder.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/PropertyKeyBuilder.java b/hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/PropertyKeyBuilder.java index 10b0c19c1e..8337e2260c 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/PropertyKeyBuilder.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/PropertyKeyBuilder.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/SchemaBuilder.java b/hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/SchemaBuilder.java index b6cf47ee4b..6a9bd9862e 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/SchemaBuilder.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/SchemaBuilder.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/VertexLabelBuilder.java b/hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/VertexLabelBuilder.java index 71161b94f5..b355e29331 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/VertexLabelBuilder.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/schema/builder/VertexLabelBuilder.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/security/HugeSecurityManager.java b/hugegraph-core/src/main/java/org/apache/hugegraph/security/HugeSecurityManager.java index e18702aa1c..f1792749a2 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/security/HugeSecurityManager.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/security/HugeSecurityManager.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/structure/GraphType.java b/hugegraph-core/src/main/java/org/apache/hugegraph/structure/GraphType.java index e964a19d59..34d9be0a24 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/structure/GraphType.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/structure/GraphType.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeEdge.java b/hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeEdge.java index daa0912023..491caaae59 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeEdge.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeEdge.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeEdgeProperty.java b/hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeEdgeProperty.java index 2b93a22e02..200d01c150 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeEdgeProperty.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeEdgeProperty.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeElement.java b/hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeElement.java index 23f74f5220..4ff36fbaa2 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeElement.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeElement.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeFeatures.java b/hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeFeatures.java index 5fddd23039..76c09ab08e 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeFeatures.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeFeatures.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeIndex.java b/hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeIndex.java index 6de1833f5d..bccea8ad32 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeIndex.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeIndex.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeProperty.java b/hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeProperty.java index 829efb3bab..918995d10e 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeProperty.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeProperty.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeVertex.java b/hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeVertex.java index 9fae700e6f..ea092925df 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeVertex.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeVertex.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeVertexProperty.java b/hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeVertexProperty.java index 406a22a7a1..9f64037767 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeVertexProperty.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/structure/HugeVertexProperty.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/task/HugeServerInfo.java b/hugegraph-core/src/main/java/org/apache/hugegraph/task/HugeServerInfo.java index 17b0c8548b..73e38e4470 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/task/HugeServerInfo.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/task/HugeServerInfo.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/task/HugeTask.java b/hugegraph-core/src/main/java/org/apache/hugegraph/task/HugeTask.java index 908155ff03..5236313742 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/task/HugeTask.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/task/HugeTask.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/task/ServerInfoManager.java b/hugegraph-core/src/main/java/org/apache/hugegraph/task/ServerInfoManager.java index db91e09cb4..8b17d02438 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/task/ServerInfoManager.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/task/ServerInfoManager.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/task/StandardTaskScheduler.java b/hugegraph-core/src/main/java/org/apache/hugegraph/task/StandardTaskScheduler.java index b6570f14cf..283dcc1a18 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/task/StandardTaskScheduler.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/task/StandardTaskScheduler.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/task/TaskCallable.java b/hugegraph-core/src/main/java/org/apache/hugegraph/task/TaskCallable.java index 151b491397..7632477d59 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/task/TaskCallable.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/task/TaskCallable.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/task/TaskManager.java b/hugegraph-core/src/main/java/org/apache/hugegraph/task/TaskManager.java index 4086390b5b..70ecad7eac 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/task/TaskManager.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/task/TaskManager.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/task/TaskScheduler.java b/hugegraph-core/src/main/java/org/apache/hugegraph/task/TaskScheduler.java index 0a0e97d4f4..4e6d9e5ae5 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/task/TaskScheduler.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/task/TaskScheduler.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/task/TaskStatus.java b/hugegraph-core/src/main/java/org/apache/hugegraph/task/TaskStatus.java index 3fa7b4b157..bcf8d89e09 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/task/TaskStatus.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/task/TaskStatus.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/CollectionPathsTraverser.java b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/CollectionPathsTraverser.java index 1558428aa8..a09f1c490c 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/CollectionPathsTraverser.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/CollectionPathsTraverser.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/CountTraverser.java b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/CountTraverser.java index 1e46620e63..f467240cc1 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/CountTraverser.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/CountTraverser.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/CustomizePathsTraverser.java b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/CustomizePathsTraverser.java index 087a624d73..b6f43176d8 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/CustomizePathsTraverser.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/CustomizePathsTraverser.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/CustomizedCrosspointsTraverser.java b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/CustomizedCrosspointsTraverser.java index 3a79428d05..bf13341dfa 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/CustomizedCrosspointsTraverser.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/CustomizedCrosspointsTraverser.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/FusiformSimilarityTraverser.java b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/FusiformSimilarityTraverser.java index 443e509245..9e227aa7aa 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/FusiformSimilarityTraverser.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/FusiformSimilarityTraverser.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/HugeTraverser.java b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/HugeTraverser.java index 03d8a7f2a2..85c00f7d67 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/HugeTraverser.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/HugeTraverser.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/JaccardSimilarTraverser.java b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/JaccardSimilarTraverser.java index 6f6a1e6c93..eeabe84029 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/JaccardSimilarTraverser.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/JaccardSimilarTraverser.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/KneighborTraverser.java b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/KneighborTraverser.java index cf2661ff67..a70fd82d8b 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/KneighborTraverser.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/KneighborTraverser.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/KoutTraverser.java b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/KoutTraverser.java index f49183eef4..6770fa1503 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/KoutTraverser.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/KoutTraverser.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/MultiNodeShortestPathTraverser.java b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/MultiNodeShortestPathTraverser.java index 8a114d919c..517e8bc1c3 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/MultiNodeShortestPathTraverser.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/MultiNodeShortestPathTraverser.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/NeighborRankTraverser.java b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/NeighborRankTraverser.java index cd8c9c02ca..6181b194de 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/NeighborRankTraverser.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/NeighborRankTraverser.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/OltpTraverser.java b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/OltpTraverser.java index ca1c2ec5ca..746a5ff743 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/OltpTraverser.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/OltpTraverser.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/PathTraverser.java b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/PathTraverser.java index 6731593ec6..7cdede44d5 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/PathTraverser.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/PathTraverser.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/PathsTraverser.java b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/PathsTraverser.java index fa85f68405..317a931246 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/PathsTraverser.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/PathsTraverser.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/PersonalRankTraverser.java b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/PersonalRankTraverser.java index fa4f1f72a9..670935edda 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/PersonalRankTraverser.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/PersonalRankTraverser.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/PredictionTraverser.java b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/PredictionTraverser.java index 06b58a2156..3e55840650 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/PredictionTraverser.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/PredictionTraverser.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/SameNeighborTraverser.java b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/SameNeighborTraverser.java index b3b21d0c3a..0a81051b89 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/SameNeighborTraverser.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/SameNeighborTraverser.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/ShortestPathTraverser.java b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/ShortestPathTraverser.java index fe136ba715..61dcfb734e 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/ShortestPathTraverser.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/ShortestPathTraverser.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/SingleSourceShortestPathTraverser.java b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/SingleSourceShortestPathTraverser.java index 4de1ac3898..e14fed34c3 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/SingleSourceShortestPathTraverser.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/SingleSourceShortestPathTraverser.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/SubGraphTraverser.java b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/SubGraphTraverser.java index 073b76d096..3a3ca6041c 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/SubGraphTraverser.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/SubGraphTraverser.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/TemplatePathsTraverser.java b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/TemplatePathsTraverser.java index 5cdefdec85..22feae717a 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/TemplatePathsTraverser.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/TemplatePathsTraverser.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/AbstractRecords.java b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/AbstractRecords.java index b0db3f0191..3a8b5de550 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/AbstractRecords.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/AbstractRecords.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/DoubleWayMultiPathsRecords.java b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/DoubleWayMultiPathsRecords.java index bfbd333b26..44f9488598 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/DoubleWayMultiPathsRecords.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/DoubleWayMultiPathsRecords.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/KneighborRecords.java b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/KneighborRecords.java index 00c327c34b..443fcc390c 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/KneighborRecords.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/KneighborRecords.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/KoutRecords.java b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/KoutRecords.java index ac8a11628c..f100ba503b 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/KoutRecords.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/KoutRecords.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/PathsRecords.java b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/PathsRecords.java index c3a60dcf4c..e9a8af739d 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/PathsRecords.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/PathsRecords.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/Records.java b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/Records.java index c5cc5378aa..6880823af4 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/Records.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/Records.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/ShortestPathRecords.java b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/ShortestPathRecords.java index 27e114ba5d..9faae57770 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/ShortestPathRecords.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/ShortestPathRecords.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/SingleWayMultiPathsRecords.java b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/SingleWayMultiPathsRecords.java index 8d20c42e66..d0a62b70d1 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/SingleWayMultiPathsRecords.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/SingleWayMultiPathsRecords.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/record/Int2ArrayRecord.java b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/record/Int2ArrayRecord.java index a17b083438..23772ddd23 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/record/Int2ArrayRecord.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/record/Int2ArrayRecord.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/record/Int2IntRecord.java b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/record/Int2IntRecord.java index 1a5a8fef3c..6e8e0d4b20 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/record/Int2IntRecord.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/record/Int2IntRecord.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/record/Int2SetRecord.java b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/record/Int2SetRecord.java index 3badbc2d63..122757933b 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/record/Int2SetRecord.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/record/Int2SetRecord.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/record/Record.java b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/record/Record.java index 4b7990f4a7..c346663a52 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/record/Record.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/record/Record.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/record/RecordFactory.java b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/record/RecordFactory.java index ea8420f5da..c011b7722e 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/record/RecordFactory.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/record/RecordFactory.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/record/RecordType.java b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/record/RecordType.java index 4f03a393e9..f3daba3e23 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/record/RecordType.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/record/RecordType.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/record/SyncRecord.java b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/record/SyncRecord.java index 6b27b81b3f..5d44a50c53 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/record/SyncRecord.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/records/record/SyncRecord.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/steps/EdgeStep.java b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/steps/EdgeStep.java index cc61fc4b1f..6778f4a17c 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/steps/EdgeStep.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/steps/EdgeStep.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/steps/RepeatEdgeStep.java b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/steps/RepeatEdgeStep.java index 354aecf60a..34cc1ef1b6 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/steps/RepeatEdgeStep.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/steps/RepeatEdgeStep.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/steps/WeightedEdgeStep.java b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/steps/WeightedEdgeStep.java index bbbcc7c08b..8ee3c48701 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/steps/WeightedEdgeStep.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/steps/WeightedEdgeStep.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/strategy/ConcurrentTraverseStrategy.java b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/strategy/ConcurrentTraverseStrategy.java index be79699a21..4686fe3e0f 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/strategy/ConcurrentTraverseStrategy.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/strategy/ConcurrentTraverseStrategy.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/strategy/SingleTraverseStrategy.java b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/strategy/SingleTraverseStrategy.java index e2c9f0705d..c3557f9a3a 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/strategy/SingleTraverseStrategy.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/strategy/SingleTraverseStrategy.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/strategy/TraverseStrategy.java b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/strategy/TraverseStrategy.java index 7a866b35bb..6b4dd0bb1a 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/strategy/TraverseStrategy.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/algorithm/strategy/TraverseStrategy.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/ConditionP.java b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/ConditionP.java index b0a1fa91fa..fac0d96c28 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/ConditionP.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/ConditionP.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/HugeCountStep.java b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/HugeCountStep.java index ea7c845c34..a77a7837b9 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/HugeCountStep.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/HugeCountStep.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/HugeCountStepStrategy.java b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/HugeCountStepStrategy.java index 5bde0e4543..1a12761e76 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/HugeCountStepStrategy.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/HugeCountStepStrategy.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/HugeGraphStep.java b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/HugeGraphStep.java index 04e4bfa6fe..87ddc61f57 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/HugeGraphStep.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/HugeGraphStep.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/HugeGraphStepStrategy.java b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/HugeGraphStepStrategy.java index baa1946c5e..c90e3f3363 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/HugeGraphStepStrategy.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/HugeGraphStepStrategy.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/HugeScriptTraversal.java b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/HugeScriptTraversal.java index e0c9b24ea2..d18c1eb175 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/HugeScriptTraversal.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/HugeScriptTraversal.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/HugeVertexStep.java b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/HugeVertexStep.java index 3fb3623ae6..55f562e9e1 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/HugeVertexStep.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/HugeVertexStep.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/HugeVertexStepByBatch.java b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/HugeVertexStepByBatch.java index 8a992bda25..6ad4786d7e 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/HugeVertexStepByBatch.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/HugeVertexStepByBatch.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/HugeVertexStepStrategy.java b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/HugeVertexStepStrategy.java index 9857ca4006..9f415b2c52 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/HugeVertexStepStrategy.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/HugeVertexStepStrategy.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/QueryHolder.java b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/QueryHolder.java index 894a7bd7c5..f0957438fa 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/QueryHolder.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/QueryHolder.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/Text.java b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/Text.java index f66365504c..a81760c480 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/Text.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/Text.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/TraversalUtil.java b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/TraversalUtil.java index fa0922683e..0816029b9d 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/TraversalUtil.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/traversal/optimize/TraversalUtil.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/type/HugeType.java b/hugegraph-core/src/main/java/org/apache/hugegraph/type/HugeType.java index b77bfa20d8..7f31395688 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/type/HugeType.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/type/HugeType.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/type/Idfiable.java b/hugegraph-core/src/main/java/org/apache/hugegraph/type/Idfiable.java index 0182f1e11f..923b8e13d3 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/type/Idfiable.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/type/Idfiable.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/type/Indexable.java b/hugegraph-core/src/main/java/org/apache/hugegraph/type/Indexable.java index a36f4b95f5..882c5bc706 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/type/Indexable.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/type/Indexable.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/type/Nameable.java b/hugegraph-core/src/main/java/org/apache/hugegraph/type/Nameable.java index 84fae87b48..5bbed758f9 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/type/Nameable.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/type/Nameable.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/type/Propertiable.java b/hugegraph-core/src/main/java/org/apache/hugegraph/type/Propertiable.java index 5ae9b714d4..53dae1d4f4 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/type/Propertiable.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/type/Propertiable.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/type/Typeable.java b/hugegraph-core/src/main/java/org/apache/hugegraph/type/Typeable.java index 61b4beea59..dd49fd3e63 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/type/Typeable.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/type/Typeable.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/type/define/Action.java b/hugegraph-core/src/main/java/org/apache/hugegraph/type/define/Action.java index 042594c224..81b595dfce 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/type/define/Action.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/type/define/Action.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/type/define/AggregateType.java b/hugegraph-core/src/main/java/org/apache/hugegraph/type/define/AggregateType.java index e949d4af14..616b6a981c 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/type/define/AggregateType.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/type/define/AggregateType.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/type/define/Cardinality.java b/hugegraph-core/src/main/java/org/apache/hugegraph/type/define/Cardinality.java index 07fcf81dd3..b6dacacb42 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/type/define/Cardinality.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/type/define/Cardinality.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/type/define/CollectionType.java b/hugegraph-core/src/main/java/org/apache/hugegraph/type/define/CollectionType.java index 7525e2fdc3..eb9faeb63c 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/type/define/CollectionType.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/type/define/CollectionType.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/type/define/DataType.java b/hugegraph-core/src/main/java/org/apache/hugegraph/type/define/DataType.java index 2b9abddb71..db67185736 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/type/define/DataType.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/type/define/DataType.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/type/define/Directions.java b/hugegraph-core/src/main/java/org/apache/hugegraph/type/define/Directions.java index bd4afe152c..e8bbbfd8be 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/type/define/Directions.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/type/define/Directions.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/type/define/Frequency.java b/hugegraph-core/src/main/java/org/apache/hugegraph/type/define/Frequency.java index 4ebe24867a..ec41a5a088 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/type/define/Frequency.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/type/define/Frequency.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/type/define/GraphMode.java b/hugegraph-core/src/main/java/org/apache/hugegraph/type/define/GraphMode.java index 449ce7153b..0f710305ad 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/type/define/GraphMode.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/type/define/GraphMode.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/type/define/GraphReadMode.java b/hugegraph-core/src/main/java/org/apache/hugegraph/type/define/GraphReadMode.java index 7945e1fe48..c775d85e4e 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/type/define/GraphReadMode.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/type/define/GraphReadMode.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/type/define/HugeKeys.java b/hugegraph-core/src/main/java/org/apache/hugegraph/type/define/HugeKeys.java index a38406940b..d3ec5db1c4 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/type/define/HugeKeys.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/type/define/HugeKeys.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/type/define/IdStrategy.java b/hugegraph-core/src/main/java/org/apache/hugegraph/type/define/IdStrategy.java index 4149c8db91..e0b0d64ae9 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/type/define/IdStrategy.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/type/define/IdStrategy.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/type/define/IndexType.java b/hugegraph-core/src/main/java/org/apache/hugegraph/type/define/IndexType.java index 3accf15ee4..0fb530e9d5 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/type/define/IndexType.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/type/define/IndexType.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/type/define/NodeRole.java b/hugegraph-core/src/main/java/org/apache/hugegraph/type/define/NodeRole.java index ab565150ca..72c61660f0 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/type/define/NodeRole.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/type/define/NodeRole.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/type/define/SchemaStatus.java b/hugegraph-core/src/main/java/org/apache/hugegraph/type/define/SchemaStatus.java index 92d88ca50d..f1b2b745ba 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/type/define/SchemaStatus.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/type/define/SchemaStatus.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/type/define/SerialEnum.java b/hugegraph-core/src/main/java/org/apache/hugegraph/type/define/SerialEnum.java index e0977545b9..e93cd0f90e 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/type/define/SerialEnum.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/type/define/SerialEnum.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/type/define/WriteType.java b/hugegraph-core/src/main/java/org/apache/hugegraph/type/define/WriteType.java index 49aa69633a..cda2b8d22c 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/type/define/WriteType.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/type/define/WriteType.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/util/Blob.java b/hugegraph-core/src/main/java/org/apache/hugegraph/util/Blob.java index f39ddf9977..969d93f404 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/util/Blob.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/util/Blob.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/util/CompressUtil.java b/hugegraph-core/src/main/java/org/apache/hugegraph/util/CompressUtil.java index 158d4084c5..3b2f4c4667 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/util/CompressUtil.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/util/CompressUtil.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/util/ConfigUtil.java b/hugegraph-core/src/main/java/org/apache/hugegraph/util/ConfigUtil.java index 9560fb4d8f..1e5966ce5e 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/util/ConfigUtil.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/util/ConfigUtil.java @@ -1,6 +1,5 @@ /* * - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/util/Consumers.java b/hugegraph-core/src/main/java/org/apache/hugegraph/util/Consumers.java index 6a073b9f3a..3f1207d7f7 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/util/Consumers.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/util/Consumers.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/util/CopyUtil.java b/hugegraph-core/src/main/java/org/apache/hugegraph/util/CopyUtil.java index 8bbe1a72e7..635feea580 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/util/CopyUtil.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/util/CopyUtil.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/util/Events.java b/hugegraph-core/src/main/java/org/apache/hugegraph/util/Events.java index 958e6c1baf..505a7bb87e 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/util/Events.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/util/Events.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/util/FixedTimerWindowRateLimiter.java b/hugegraph-core/src/main/java/org/apache/hugegraph/util/FixedTimerWindowRateLimiter.java index 88fe6d943b..ba4ad25e6b 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/util/FixedTimerWindowRateLimiter.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/util/FixedTimerWindowRateLimiter.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/util/FixedWatchWindowRateLimiter.java b/hugegraph-core/src/main/java/org/apache/hugegraph/util/FixedWatchWindowRateLimiter.java index bfe13c8e24..63e85154a2 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/util/FixedWatchWindowRateLimiter.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/util/FixedWatchWindowRateLimiter.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/util/GZipUtil.java b/hugegraph-core/src/main/java/org/apache/hugegraph/util/GZipUtil.java index 30b8983345..25da0ef4cf 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/util/GZipUtil.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/util/GZipUtil.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/util/JsonUtil.java b/hugegraph-core/src/main/java/org/apache/hugegraph/util/JsonUtil.java index 508fb04fc2..80dad8bf73 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/util/JsonUtil.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/util/JsonUtil.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/util/KryoUtil.java b/hugegraph-core/src/main/java/org/apache/hugegraph/util/KryoUtil.java index d5f95f5ebd..1bf9513013 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/util/KryoUtil.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/util/KryoUtil.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/util/LZ4Util.java b/hugegraph-core/src/main/java/org/apache/hugegraph/util/LZ4Util.java index 4a19d668c4..ecf598920e 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/util/LZ4Util.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/util/LZ4Util.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/util/LockUtil.java b/hugegraph-core/src/main/java/org/apache/hugegraph/util/LockUtil.java index 55206172a3..9f3017baea 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/util/LockUtil.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/util/LockUtil.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/util/ParameterUtil.java b/hugegraph-core/src/main/java/org/apache/hugegraph/util/ParameterUtil.java index bbe28806bc..b128c8a1de 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/util/ParameterUtil.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/util/ParameterUtil.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/util/RateLimiter.java b/hugegraph-core/src/main/java/org/apache/hugegraph/util/RateLimiter.java index f5ec49ac9f..b22f989c73 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/util/RateLimiter.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/util/RateLimiter.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/util/Reflection.java b/hugegraph-core/src/main/java/org/apache/hugegraph/util/Reflection.java index 491a83b4e5..4a3e18b847 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/util/Reflection.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/util/Reflection.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/util/StringEncoding.java b/hugegraph-core/src/main/java/org/apache/hugegraph/util/StringEncoding.java index 883b5560d6..a91c55d2b7 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/util/StringEncoding.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/util/StringEncoding.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/CollectionFactory.java b/hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/CollectionFactory.java index c4f9bf1577..18dd9efeff 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/CollectionFactory.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/CollectionFactory.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IdSet.java b/hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IdSet.java index 858c9e09c1..4f34da84cb 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IdSet.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IdSet.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/Int2IntsMap.java b/hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/Int2IntsMap.java index 9db460266b..54e0c42e88 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/Int2IntsMap.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/Int2IntsMap.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IntIterator.java b/hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IntIterator.java index e2544f039d..c4f24ead5c 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IntIterator.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IntIterator.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IntMap.java b/hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IntMap.java index 6d4cf0d174..49f49621de 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IntMap.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IntMap.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IntSet.java b/hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IntSet.java index ab14c70a6c..1d156b0f1c 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IntSet.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/IntSet.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/ObjectIntMapping.java b/hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/ObjectIntMapping.java index 8eafe45f93..7d8123519d 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/ObjectIntMapping.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/ObjectIntMapping.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/ObjectIntMappingFactory.java b/hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/ObjectIntMappingFactory.java index a473e5437a..37aec3a94e 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/ObjectIntMappingFactory.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/util/collection/ObjectIntMappingFactory.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/variables/HugeVariables.java b/hugegraph-core/src/main/java/org/apache/hugegraph/variables/HugeVariables.java index eeebc36a2c..b13acf1a27 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/variables/HugeVariables.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/variables/HugeVariables.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/java/org/apache/hugegraph/version/CoreVersion.java b/hugegraph-core/src/main/java/org/apache/hugegraph/version/CoreVersion.java index b92ac66682..a1a98b1997 100644 --- a/hugegraph-core/src/main/java/org/apache/hugegraph/version/CoreVersion.java +++ b/hugegraph-core/src/main/java/org/apache/hugegraph/version/CoreVersion.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-core/src/main/resources/proto/raft.proto b/hugegraph-core/src/main/resources/proto/raft.proto index 425bfe95ff..57bd85348e 100644 --- a/hugegraph-core/src/main/resources/proto/raft.proto +++ b/hugegraph-core/src/main/resources/proto/raft.proto @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-dist/src/assembly/static/scripts/empty-sample.groovy b/hugegraph-dist/src/assembly/static/scripts/empty-sample.groovy index 7a247fee80..4b0a526229 100644 --- a/hugegraph-dist/src/assembly/static/scripts/empty-sample.groovy +++ b/hugegraph-dist/src/assembly/static/scripts/empty-sample.groovy @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-dist/src/assembly/static/scripts/example.groovy b/hugegraph-dist/src/assembly/static/scripts/example.groovy index 9af8a67caf..c1aabe6a26 100644 --- a/hugegraph-dist/src/assembly/static/scripts/example.groovy +++ b/hugegraph-dist/src/assembly/static/scripts/example.groovy @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-dist/src/assembly/static/swagger-ui/swagger-ui-bundle.js b/hugegraph-dist/src/assembly/static/swagger-ui/swagger-ui-bundle.js index 0b975b8dd8..3fa22cdfb7 100644 --- a/hugegraph-dist/src/assembly/static/swagger-ui/swagger-ui-bundle.js +++ b/hugegraph-dist/src/assembly/static/swagger-ui/swagger-ui-bundle.js @@ -1,6 +1,5 @@ /*! For license information please see swagger-ui-bundle.js.LICENSE.txt */ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-dist/src/assembly/static/swagger-ui/swagger-ui-es-bundle-core.js b/hugegraph-dist/src/assembly/static/swagger-ui/swagger-ui-es-bundle-core.js index 1ccfc3b925..1ffb1d2128 100644 --- a/hugegraph-dist/src/assembly/static/swagger-ui/swagger-ui-es-bundle-core.js +++ b/hugegraph-dist/src/assembly/static/swagger-ui/swagger-ui-es-bundle-core.js @@ -1,6 +1,5 @@ /*! For license information please see swagger-ui-es-bundle-core.js.LICENSE.txt */ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-dist/src/assembly/static/swagger-ui/swagger-ui-es-bundle.js b/hugegraph-dist/src/assembly/static/swagger-ui/swagger-ui-es-bundle.js index 5e23266bb9..fa2f2c167f 100644 --- a/hugegraph-dist/src/assembly/static/swagger-ui/swagger-ui-es-bundle.js +++ b/hugegraph-dist/src/assembly/static/swagger-ui/swagger-ui-es-bundle.js @@ -1,6 +1,5 @@ /*! For license information please see swagger-ui-es-bundle.js.LICENSE.txt */ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-dist/src/assembly/static/swagger-ui/swagger-ui-standalone-preset.js b/hugegraph-dist/src/assembly/static/swagger-ui/swagger-ui-standalone-preset.js index 1cccf9da55..a23b1c5c70 100644 --- a/hugegraph-dist/src/assembly/static/swagger-ui/swagger-ui-standalone-preset.js +++ b/hugegraph-dist/src/assembly/static/swagger-ui/swagger-ui-standalone-preset.js @@ -1,6 +1,5 @@ /*! For license information please see swagger-ui-standalone-preset.js.LICENSE.txt */ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-dist/src/assembly/static/swagger-ui/swagger-ui.css b/hugegraph-dist/src/assembly/static/swagger-ui/swagger-ui.css index daa0ecf592..31c30c83e7 100644 --- a/hugegraph-dist/src/assembly/static/swagger-ui/swagger-ui.css +++ b/hugegraph-dist/src/assembly/static/swagger-ui/swagger-ui.css @@ -1,6 +1,5 @@ .swagger-ui{color:#3b4151; /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-dist/src/assembly/static/swagger-ui/swagger-ui.js b/hugegraph-dist/src/assembly/static/swagger-ui/swagger-ui.js index 13496ca6a0..f81b621543 100644 --- a/hugegraph-dist/src/assembly/static/swagger-ui/swagger-ui.js +++ b/hugegraph-dist/src/assembly/static/swagger-ui/swagger-ui.js @@ -1,6 +1,5 @@ /*! For license information please see swagger-ui.js.LICENSE.txt */ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-dist/src/main/java/org/apache/hugegraph/cmd/ConfDumper.java b/hugegraph-dist/src/main/java/org/apache/hugegraph/cmd/ConfDumper.java index 56cc97ad29..7b7af5f831 100644 --- a/hugegraph-dist/src/main/java/org/apache/hugegraph/cmd/ConfDumper.java +++ b/hugegraph-dist/src/main/java/org/apache/hugegraph/cmd/ConfDumper.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-dist/src/main/java/org/apache/hugegraph/cmd/InitStore.java b/hugegraph-dist/src/main/java/org/apache/hugegraph/cmd/InitStore.java index beef26ed62..2f10ee8b13 100644 --- a/hugegraph-dist/src/main/java/org/apache/hugegraph/cmd/InitStore.java +++ b/hugegraph-dist/src/main/java/org/apache/hugegraph/cmd/InitStore.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-dist/src/main/java/org/apache/hugegraph/cmd/StoreDumper.java b/hugegraph-dist/src/main/java/org/apache/hugegraph/cmd/StoreDumper.java index 7d19ae4854..b9a7cca3f6 100644 --- a/hugegraph-dist/src/main/java/org/apache/hugegraph/cmd/StoreDumper.java +++ b/hugegraph-dist/src/main/java/org/apache/hugegraph/cmd/StoreDumper.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-dist/src/main/java/org/apache/hugegraph/dist/DistOptions.java b/hugegraph-dist/src/main/java/org/apache/hugegraph/dist/DistOptions.java index 5e714d07cb..973d5ca27f 100644 --- a/hugegraph-dist/src/main/java/org/apache/hugegraph/dist/DistOptions.java +++ b/hugegraph-dist/src/main/java/org/apache/hugegraph/dist/DistOptions.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-dist/src/main/java/org/apache/hugegraph/dist/HugeGraphServer.java b/hugegraph-dist/src/main/java/org/apache/hugegraph/dist/HugeGraphServer.java index 58244ed74e..76890cf3f1 100644 --- a/hugegraph-dist/src/main/java/org/apache/hugegraph/dist/HugeGraphServer.java +++ b/hugegraph-dist/src/main/java/org/apache/hugegraph/dist/HugeGraphServer.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-dist/src/main/java/org/apache/hugegraph/dist/HugeGremlinServer.java b/hugegraph-dist/src/main/java/org/apache/hugegraph/dist/HugeGremlinServer.java index 186bf3be55..b3739955de 100644 --- a/hugegraph-dist/src/main/java/org/apache/hugegraph/dist/HugeGremlinServer.java +++ b/hugegraph-dist/src/main/java/org/apache/hugegraph/dist/HugeGremlinServer.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-dist/src/main/java/org/apache/hugegraph/dist/HugeRestServer.java b/hugegraph-dist/src/main/java/org/apache/hugegraph/dist/HugeRestServer.java index 32549a8d4e..8c94a71f9a 100644 --- a/hugegraph-dist/src/main/java/org/apache/hugegraph/dist/HugeRestServer.java +++ b/hugegraph-dist/src/main/java/org/apache/hugegraph/dist/HugeRestServer.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-dist/src/main/java/org/apache/hugegraph/dist/RegisterUtil.java b/hugegraph-dist/src/main/java/org/apache/hugegraph/dist/RegisterUtil.java index abe4dfcfe7..ccf0f3f385 100644 --- a/hugegraph-dist/src/main/java/org/apache/hugegraph/dist/RegisterUtil.java +++ b/hugegraph-dist/src/main/java/org/apache/hugegraph/dist/RegisterUtil.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-example/src/main/java/org/apache/hugegraph/example/Example1.java b/hugegraph-example/src/main/java/org/apache/hugegraph/example/Example1.java index 87c8f7cd4b..3e86f3afb8 100644 --- a/hugegraph-example/src/main/java/org/apache/hugegraph/example/Example1.java +++ b/hugegraph-example/src/main/java/org/apache/hugegraph/example/Example1.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-example/src/main/java/org/apache/hugegraph/example/Example2.java b/hugegraph-example/src/main/java/org/apache/hugegraph/example/Example2.java index 7d7ff99c1c..e7be8f5dff 100644 --- a/hugegraph-example/src/main/java/org/apache/hugegraph/example/Example2.java +++ b/hugegraph-example/src/main/java/org/apache/hugegraph/example/Example2.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-example/src/main/java/org/apache/hugegraph/example/Example3.java b/hugegraph-example/src/main/java/org/apache/hugegraph/example/Example3.java index cb450b3d46..e03ad5faee 100644 --- a/hugegraph-example/src/main/java/org/apache/hugegraph/example/Example3.java +++ b/hugegraph-example/src/main/java/org/apache/hugegraph/example/Example3.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-example/src/main/java/org/apache/hugegraph/example/ExampleUtil.java b/hugegraph-example/src/main/java/org/apache/hugegraph/example/ExampleUtil.java index 6cee061446..c429ffc0c0 100644 --- a/hugegraph-example/src/main/java/org/apache/hugegraph/example/ExampleUtil.java +++ b/hugegraph-example/src/main/java/org/apache/hugegraph/example/ExampleUtil.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-example/src/main/java/org/apache/hugegraph/example/GraphOfTheMoviesExample.java b/hugegraph-example/src/main/java/org/apache/hugegraph/example/GraphOfTheMoviesExample.java index 618051d55c..0a56c1e6a4 100644 --- a/hugegraph-example/src/main/java/org/apache/hugegraph/example/GraphOfTheMoviesExample.java +++ b/hugegraph-example/src/main/java/org/apache/hugegraph/example/GraphOfTheMoviesExample.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-example/src/main/java/org/apache/hugegraph/example/PerfExample1.java b/hugegraph-example/src/main/java/org/apache/hugegraph/example/PerfExample1.java index 2bd6e2b9c0..55bee8639e 100644 --- a/hugegraph-example/src/main/java/org/apache/hugegraph/example/PerfExample1.java +++ b/hugegraph-example/src/main/java/org/apache/hugegraph/example/PerfExample1.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-example/src/main/java/org/apache/hugegraph/example/PerfExample2.java b/hugegraph-example/src/main/java/org/apache/hugegraph/example/PerfExample2.java index bcd1714475..67fa04ba25 100644 --- a/hugegraph-example/src/main/java/org/apache/hugegraph/example/PerfExample2.java +++ b/hugegraph-example/src/main/java/org/apache/hugegraph/example/PerfExample2.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-example/src/main/java/org/apache/hugegraph/example/PerfExample3.java b/hugegraph-example/src/main/java/org/apache/hugegraph/example/PerfExample3.java index 84bd35281a..6051229b07 100644 --- a/hugegraph-example/src/main/java/org/apache/hugegraph/example/PerfExample3.java +++ b/hugegraph-example/src/main/java/org/apache/hugegraph/example/PerfExample3.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-example/src/main/java/org/apache/hugegraph/example/PerfExample4.java b/hugegraph-example/src/main/java/org/apache/hugegraph/example/PerfExample4.java index e3264b9a83..f6d1467412 100644 --- a/hugegraph-example/src/main/java/org/apache/hugegraph/example/PerfExample4.java +++ b/hugegraph-example/src/main/java/org/apache/hugegraph/example/PerfExample4.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-example/src/main/java/org/apache/hugegraph/example/PerfExampleBase.java b/hugegraph-example/src/main/java/org/apache/hugegraph/example/PerfExampleBase.java index 27a311d56a..da65652ef7 100644 --- a/hugegraph-example/src/main/java/org/apache/hugegraph/example/PerfExampleBase.java +++ b/hugegraph-example/src/main/java/org/apache/hugegraph/example/PerfExampleBase.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-example/src/main/java/org/apache/hugegraph/example/TaskExample.java b/hugegraph-example/src/main/java/org/apache/hugegraph/example/TaskExample.java index af35efdd45..73de9b9411 100644 --- a/hugegraph-example/src/main/java/org/apache/hugegraph/example/TaskExample.java +++ b/hugegraph-example/src/main/java/org/apache/hugegraph/example/TaskExample.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-example/src/main/java/org/apache/hugegraph/example/ThreadRangePerfTest.java b/hugegraph-example/src/main/java/org/apache/hugegraph/example/ThreadRangePerfTest.java index dd7af07f04..6eaaa11fda 100644 --- a/hugegraph-example/src/main/java/org/apache/hugegraph/example/ThreadRangePerfTest.java +++ b/hugegraph-example/src/main/java/org/apache/hugegraph/example/ThreadRangePerfTest.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseFeatures.java b/hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseFeatures.java index cf64c2b969..0dca7d4a3a 100644 --- a/hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseFeatures.java +++ b/hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseFeatures.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseMetrics.java b/hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseMetrics.java index 637803c39f..854a57132e 100644 --- a/hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseMetrics.java +++ b/hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseMetrics.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseOptions.java b/hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseOptions.java index a37b2b14fd..c0e0c08c51 100644 --- a/hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseOptions.java +++ b/hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseOptions.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseSerializer.java b/hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseSerializer.java index 8355baf6ed..d55ccdf08b 100644 --- a/hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseSerializer.java +++ b/hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseSerializer.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseSessions.java b/hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseSessions.java index f135a77b5f..da6afb0353 100644 --- a/hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseSessions.java +++ b/hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseSessions.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseStore.java b/hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseStore.java index ee35ad3194..8bce9e5ef4 100644 --- a/hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseStore.java +++ b/hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseStore.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseStoreProvider.java b/hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseStoreProvider.java index 425571ce53..6a462b17b9 100644 --- a/hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseStoreProvider.java +++ b/hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseStoreProvider.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseTable.java b/hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseTable.java index 1afa19325c..4a02955210 100644 --- a/hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseTable.java +++ b/hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseTable.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseTables.java b/hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseTables.java index 760e8bf955..ca58e42da0 100644 --- a/hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseTables.java +++ b/hugegraph-hbase/src/main/java/org/apache/hugegraph/backend/store/hbase/HbaseTables.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlBackendEntry.java b/hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlBackendEntry.java index 89bc4d825c..1417de6e63 100644 --- a/hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlBackendEntry.java +++ b/hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlBackendEntry.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlEntryIterator.java b/hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlEntryIterator.java index 20be823087..37ba2bf5f3 100644 --- a/hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlEntryIterator.java +++ b/hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlEntryIterator.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlFeatures.java b/hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlFeatures.java index 1f2e9df1b4..a0e87a9a12 100644 --- a/hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlFeatures.java +++ b/hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlFeatures.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlMetrics.java b/hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlMetrics.java index 6f9471fdf1..0a65f50725 100644 --- a/hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlMetrics.java +++ b/hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlMetrics.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlOptions.java b/hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlOptions.java index 6ddf6e81e0..b5a2080ff1 100644 --- a/hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlOptions.java +++ b/hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlOptions.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlSerializer.java b/hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlSerializer.java index e9ba6efd4d..dd2d54ff10 100644 --- a/hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlSerializer.java +++ b/hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlSerializer.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlSessions.java b/hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlSessions.java index 840450b1ff..641cf7493b 100644 --- a/hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlSessions.java +++ b/hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlSessions.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlStore.java b/hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlStore.java index 72777a90c2..716157b5c4 100644 --- a/hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlStore.java +++ b/hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlStore.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlStoreProvider.java b/hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlStoreProvider.java index ee70047ce1..27ea6563a3 100644 --- a/hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlStoreProvider.java +++ b/hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlStoreProvider.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlTable.java b/hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlTable.java index 98e0ddcc3a..1c6d48c3f0 100644 --- a/hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlTable.java +++ b/hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlTable.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlTables.java b/hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlTables.java index 97821b2b57..86bebf01d2 100644 --- a/hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlTables.java +++ b/hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlTables.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlUtil.java b/hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlUtil.java index e0f30f2bb4..aea3a72734 100644 --- a/hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlUtil.java +++ b/hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/MysqlUtil.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/ResultSetWrapper.java b/hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/ResultSetWrapper.java index fd888d467d..ac125c631a 100644 --- a/hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/ResultSetWrapper.java +++ b/hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/ResultSetWrapper.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/WhereBuilder.java b/hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/WhereBuilder.java index 4498db8dbe..952dc7932a 100644 --- a/hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/WhereBuilder.java +++ b/hugegraph-mysql/src/main/java/org/apache/hugegraph/backend/store/mysql/WhereBuilder.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloFeatures.java b/hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloFeatures.java index 97018dd7c8..99b1533560 100644 --- a/hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloFeatures.java +++ b/hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloFeatures.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloFile.java b/hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloFile.java index 4060b43e41..a981bac712 100644 --- a/hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloFile.java +++ b/hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloFile.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloHttpClient.java b/hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloHttpClient.java index 54e7e11f38..72f3c3a929 100644 --- a/hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloHttpClient.java +++ b/hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloHttpClient.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloLoadInfo.java b/hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloLoadInfo.java index 98488b7878..66c825df26 100644 --- a/hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloLoadInfo.java +++ b/hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloLoadInfo.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloOptions.java b/hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloOptions.java index 5eeac4c67e..3c32818c60 100644 --- a/hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloOptions.java +++ b/hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloOptions.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloSerializer.java b/hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloSerializer.java index 5fe98f5cec..2f4fa3665d 100644 --- a/hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloSerializer.java +++ b/hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloSerializer.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloSessions.java b/hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloSessions.java index 1ee79a7cb4..4759033a6d 100644 --- a/hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloSessions.java +++ b/hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloSessions.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloStore.java b/hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloStore.java index ef93d73ad1..f929503177 100644 --- a/hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloStore.java +++ b/hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloStore.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloStoreProvider.java b/hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloStoreProvider.java index 5ca5f5dfa2..bf38d533bb 100644 --- a/hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloStoreProvider.java +++ b/hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloStoreProvider.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloTable.java b/hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloTable.java index f8a73fba79..92c3ae63ba 100644 --- a/hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloTable.java +++ b/hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloTable.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloTables.java b/hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloTables.java index 66b8f26b4c..53c82ceb40 100644 --- a/hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloTables.java +++ b/hugegraph-palo/src/main/java/org/apache/hugegraph/backend/store/palo/PaloTables.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-postgresql/src/main/java/org/apache/hugegraph/backend/store/postgresql/PostgresqlOptions.java b/hugegraph-postgresql/src/main/java/org/apache/hugegraph/backend/store/postgresql/PostgresqlOptions.java index 3722843775..fad4f68f20 100644 --- a/hugegraph-postgresql/src/main/java/org/apache/hugegraph/backend/store/postgresql/PostgresqlOptions.java +++ b/hugegraph-postgresql/src/main/java/org/apache/hugegraph/backend/store/postgresql/PostgresqlOptions.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-postgresql/src/main/java/org/apache/hugegraph/backend/store/postgresql/PostgresqlSerializer.java b/hugegraph-postgresql/src/main/java/org/apache/hugegraph/backend/store/postgresql/PostgresqlSerializer.java index ace0631cb3..2397318e8c 100644 --- a/hugegraph-postgresql/src/main/java/org/apache/hugegraph/backend/store/postgresql/PostgresqlSerializer.java +++ b/hugegraph-postgresql/src/main/java/org/apache/hugegraph/backend/store/postgresql/PostgresqlSerializer.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-postgresql/src/main/java/org/apache/hugegraph/backend/store/postgresql/PostgresqlSessions.java b/hugegraph-postgresql/src/main/java/org/apache/hugegraph/backend/store/postgresql/PostgresqlSessions.java index 31804e05d0..d1d87c3787 100644 --- a/hugegraph-postgresql/src/main/java/org/apache/hugegraph/backend/store/postgresql/PostgresqlSessions.java +++ b/hugegraph-postgresql/src/main/java/org/apache/hugegraph/backend/store/postgresql/PostgresqlSessions.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-postgresql/src/main/java/org/apache/hugegraph/backend/store/postgresql/PostgresqlStore.java b/hugegraph-postgresql/src/main/java/org/apache/hugegraph/backend/store/postgresql/PostgresqlStore.java index 114601d48c..c9629b4cd6 100644 --- a/hugegraph-postgresql/src/main/java/org/apache/hugegraph/backend/store/postgresql/PostgresqlStore.java +++ b/hugegraph-postgresql/src/main/java/org/apache/hugegraph/backend/store/postgresql/PostgresqlStore.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-postgresql/src/main/java/org/apache/hugegraph/backend/store/postgresql/PostgresqlStoreProvider.java b/hugegraph-postgresql/src/main/java/org/apache/hugegraph/backend/store/postgresql/PostgresqlStoreProvider.java index ae8ec243e6..cc9eff0fb6 100644 --- a/hugegraph-postgresql/src/main/java/org/apache/hugegraph/backend/store/postgresql/PostgresqlStoreProvider.java +++ b/hugegraph-postgresql/src/main/java/org/apache/hugegraph/backend/store/postgresql/PostgresqlStoreProvider.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-postgresql/src/main/java/org/apache/hugegraph/backend/store/postgresql/PostgresqlTable.java b/hugegraph-postgresql/src/main/java/org/apache/hugegraph/backend/store/postgresql/PostgresqlTable.java index 3a1b5eb0f8..9c6456a3cf 100644 --- a/hugegraph-postgresql/src/main/java/org/apache/hugegraph/backend/store/postgresql/PostgresqlTable.java +++ b/hugegraph-postgresql/src/main/java/org/apache/hugegraph/backend/store/postgresql/PostgresqlTable.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-postgresql/src/main/java/org/apache/hugegraph/backend/store/postgresql/PostgresqlTables.java b/hugegraph-postgresql/src/main/java/org/apache/hugegraph/backend/store/postgresql/PostgresqlTables.java index 33ce22bfbe..bbc4679a81 100644 --- a/hugegraph-postgresql/src/main/java/org/apache/hugegraph/backend/store/postgresql/PostgresqlTables.java +++ b/hugegraph-postgresql/src/main/java/org/apache/hugegraph/backend/store/postgresql/PostgresqlTables.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/OpenedRocksDB.java b/hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/OpenedRocksDB.java index bfd10b4c88..9eb90c658f 100644 --- a/hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/OpenedRocksDB.java +++ b/hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/OpenedRocksDB.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBFeatures.java b/hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBFeatures.java index ed5057c745..788904f628 100644 --- a/hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBFeatures.java +++ b/hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBFeatures.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBIngester.java b/hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBIngester.java index 59bcef80d1..10ecc4a467 100644 --- a/hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBIngester.java +++ b/hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBIngester.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBIteratorPool.java b/hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBIteratorPool.java index 40881d8013..8a697fcf46 100644 --- a/hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBIteratorPool.java +++ b/hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBIteratorPool.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBMetrics.java b/hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBMetrics.java index 03b7c81b49..872d5f65b2 100644 --- a/hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBMetrics.java +++ b/hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBMetrics.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBOptions.java b/hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBOptions.java index 8fe5c9dbe5..0a7f3afb19 100644 --- a/hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBOptions.java +++ b/hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBOptions.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBSessions.java b/hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBSessions.java index 0def8d98f5..f082b2f7c4 100644 --- a/hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBSessions.java +++ b/hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBSessions.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStdSessions.java b/hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStdSessions.java index c80fc5d20f..7386bcb08a 100644 --- a/hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStdSessions.java +++ b/hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStdSessions.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStore.java b/hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStore.java index 05d44791f4..75b0e73421 100644 --- a/hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStore.java +++ b/hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStore.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStoreProvider.java b/hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStoreProvider.java index b6e7fc617d..7994de7890 100644 --- a/hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStoreProvider.java +++ b/hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBStoreProvider.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBTable.java b/hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBTable.java index 9bf03c1832..164a28bce9 100644 --- a/hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBTable.java +++ b/hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBTable.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBTables.java b/hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBTables.java index f04f450cfd..7a5ac82338 100644 --- a/hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBTables.java +++ b/hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdb/RocksDBTables.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdbsst/RocksDBSstSessions.java b/hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdbsst/RocksDBSstSessions.java index d2eecdf404..5cfab1a73f 100644 --- a/hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdbsst/RocksDBSstSessions.java +++ b/hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdbsst/RocksDBSstSessions.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdbsst/RocksDBSstStore.java b/hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdbsst/RocksDBSstStore.java index 6d3a891aa8..108116ee8e 100644 --- a/hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdbsst/RocksDBSstStore.java +++ b/hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdbsst/RocksDBSstStore.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdbsst/RocksDBSstStoreProvider.java b/hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdbsst/RocksDBSstStoreProvider.java index 50710a4780..0e6f416bd8 100644 --- a/hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdbsst/RocksDBSstStoreProvider.java +++ b/hugegraph-rocksdb/src/main/java/org/apache/hugegraph/backend/store/rocksdbsst/RocksDBSstStoreProvider.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-scylladb/src/main/java/org/apache/hugegraph/backend/store/scylladb/ScyllaDBFeatures.java b/hugegraph-scylladb/src/main/java/org/apache/hugegraph/backend/store/scylladb/ScyllaDBFeatures.java index 4448858c4d..c8bdcebaef 100644 --- a/hugegraph-scylladb/src/main/java/org/apache/hugegraph/backend/store/scylladb/ScyllaDBFeatures.java +++ b/hugegraph-scylladb/src/main/java/org/apache/hugegraph/backend/store/scylladb/ScyllaDBFeatures.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-scylladb/src/main/java/org/apache/hugegraph/backend/store/scylladb/ScyllaDBMetrics.java b/hugegraph-scylladb/src/main/java/org/apache/hugegraph/backend/store/scylladb/ScyllaDBMetrics.java index 25f733bf8f..53cd7e66a3 100644 --- a/hugegraph-scylladb/src/main/java/org/apache/hugegraph/backend/store/scylladb/ScyllaDBMetrics.java +++ b/hugegraph-scylladb/src/main/java/org/apache/hugegraph/backend/store/scylladb/ScyllaDBMetrics.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-scylladb/src/main/java/org/apache/hugegraph/backend/store/scylladb/ScyllaDBStoreProvider.java b/hugegraph-scylladb/src/main/java/org/apache/hugegraph/backend/store/scylladb/ScyllaDBStoreProvider.java index 14365f7610..6023827f82 100644 --- a/hugegraph-scylladb/src/main/java/org/apache/hugegraph/backend/store/scylladb/ScyllaDBStoreProvider.java +++ b/hugegraph-scylladb/src/main/java/org/apache/hugegraph/backend/store/scylladb/ScyllaDBStoreProvider.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-scylladb/src/main/java/org/apache/hugegraph/backend/store/scylladb/ScyllaDBTablesWithMV.java b/hugegraph-scylladb/src/main/java/org/apache/hugegraph/backend/store/scylladb/ScyllaDBTablesWithMV.java index d432b8b7d7..e877d461bc 100644 --- a/hugegraph-scylladb/src/main/java/org/apache/hugegraph/backend/store/scylladb/ScyllaDBTablesWithMV.java +++ b/hugegraph-scylladb/src/main/java/org/apache/hugegraph/backend/store/scylladb/ScyllaDBTablesWithMV.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/api/ApiTestSuite.java b/hugegraph-test/src/main/java/org/apache/hugegraph/api/ApiTestSuite.java index 47f7e8658a..ca7f74682b 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/api/ApiTestSuite.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/api/ApiTestSuite.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/api/BaseApiTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/api/BaseApiTest.java index 00c8730db5..2cd1f96949 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/api/BaseApiTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/api/BaseApiTest.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/api/CypherApiTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/api/CypherApiTest.java index ce0a1b05af..7130526a1f 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/api/CypherApiTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/api/CypherApiTest.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/api/EdgeApiTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/api/EdgeApiTest.java index ef485276e9..7e24811fa6 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/api/EdgeApiTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/api/EdgeApiTest.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/api/EdgeLabelApiTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/api/EdgeLabelApiTest.java index dba3d38d13..43f03ea8d4 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/api/EdgeLabelApiTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/api/EdgeLabelApiTest.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/api/GremlinApiTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/api/GremlinApiTest.java index 9111067471..3c09986ddb 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/api/GremlinApiTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/api/GremlinApiTest.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/api/IndexLabelApiTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/api/IndexLabelApiTest.java index b1c1cd9e5b..8d23419928 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/api/IndexLabelApiTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/api/IndexLabelApiTest.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/api/LoginApiTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/api/LoginApiTest.java index 35a19c8b3e..3fe45f9f8e 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/api/LoginApiTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/api/LoginApiTest.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/api/MetricsApiTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/api/MetricsApiTest.java index 3c4d4c4ef8..98246a703c 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/api/MetricsApiTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/api/MetricsApiTest.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/api/ProjectApiTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/api/ProjectApiTest.java index b4ed0a9d72..e86dd4d84d 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/api/ProjectApiTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/api/ProjectApiTest.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/api/PropertyKeyApiTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/api/PropertyKeyApiTest.java index d3b9c0357a..b5c3c0ee94 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/api/PropertyKeyApiTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/api/PropertyKeyApiTest.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/api/SchemaApiTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/api/SchemaApiTest.java index ae0f58c0b6..7cd2d4aeeb 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/api/SchemaApiTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/api/SchemaApiTest.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/api/TaskApiTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/api/TaskApiTest.java index 19e166b606..f280178d58 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/api/TaskApiTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/api/TaskApiTest.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/api/UserApiTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/api/UserApiTest.java index 18c4de61e4..0fd64f4bcc 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/api/UserApiTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/api/UserApiTest.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/api/VertexApiTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/api/VertexApiTest.java index 91761488cc..4f7c6b2815 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/api/VertexApiTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/api/VertexApiTest.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/api/VertexLabelApiTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/api/VertexLabelApiTest.java index cfdcf46449..758308279c 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/api/VertexLabelApiTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/api/VertexLabelApiTest.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/AdamicAdarAPITest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/AdamicAdarAPITest.java index 9613e9e5e2..e721cda694 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/AdamicAdarAPITest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/AdamicAdarAPITest.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/AllShortestPathsApiTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/AllShortestPathsApiTest.java index a9070e2818..f1841f9c2b 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/AllShortestPathsApiTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/AllShortestPathsApiTest.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/CountApiTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/CountApiTest.java index 97ca54c902..64c9517b74 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/CountApiTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/CountApiTest.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/CrosspointsApiTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/CrosspointsApiTest.java index 16fb8a930c..e897d7f48b 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/CrosspointsApiTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/CrosspointsApiTest.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/CustomizedCrosspointsApiTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/CustomizedCrosspointsApiTest.java index ff82209f5b..37adc2c8ca 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/CustomizedCrosspointsApiTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/CustomizedCrosspointsApiTest.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/EdgesApiTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/EdgesApiTest.java index 6eca9c1c44..dfd5b7cec7 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/EdgesApiTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/EdgesApiTest.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/FusiformSimilarityApiTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/FusiformSimilarityApiTest.java index acfbcf7e7e..35faaa2476 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/FusiformSimilarityApiTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/FusiformSimilarityApiTest.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/JaccardSimilarityApiTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/JaccardSimilarityApiTest.java index c83cd57268..ce21f0d9fd 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/JaccardSimilarityApiTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/JaccardSimilarityApiTest.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/KneighborApiTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/KneighborApiTest.java index df7129d861..61f5eb9807 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/KneighborApiTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/KneighborApiTest.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/KoutApiTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/KoutApiTest.java index ef7d357bbc..94bd608c93 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/KoutApiTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/KoutApiTest.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/MultiNodeShortestPathApiTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/MultiNodeShortestPathApiTest.java index f9c5a29be2..24b9562a3c 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/MultiNodeShortestPathApiTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/MultiNodeShortestPathApiTest.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/NeighborRankApiTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/NeighborRankApiTest.java index b65a51ad96..7273b2bb67 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/NeighborRankApiTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/NeighborRankApiTest.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/PathsApiTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/PathsApiTest.java index 498fa3271b..8e559cbe24 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/PathsApiTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/PathsApiTest.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/PersonalRankApiTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/PersonalRankApiTest.java index 1de2f9b05a..480a392628 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/PersonalRankApiTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/PersonalRankApiTest.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/RaysApiTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/RaysApiTest.java index a113faf893..2e45c39255 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/RaysApiTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/RaysApiTest.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/ResourceAllocationAPITest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/ResourceAllocationAPITest.java index d3a14f1614..44c76ccf46 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/ResourceAllocationAPITest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/ResourceAllocationAPITest.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/RingsApiTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/RingsApiTest.java index a56d37640d..2c994312aa 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/RingsApiTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/RingsApiTest.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/SameNeighborsApiTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/SameNeighborsApiTest.java index e506c9cb2a..9a3e1d61f8 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/SameNeighborsApiTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/SameNeighborsApiTest.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/ShortestPathApiTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/ShortestPathApiTest.java index d4453dc3a5..f539206280 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/ShortestPathApiTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/ShortestPathApiTest.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/SingleSourceShortestPathApiTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/SingleSourceShortestPathApiTest.java index 2d0038691c..aff7c3cbad 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/SingleSourceShortestPathApiTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/SingleSourceShortestPathApiTest.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/TemplatePathsApiTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/TemplatePathsApiTest.java index 5c041340f2..e8a5790e38 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/TemplatePathsApiTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/TemplatePathsApiTest.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/TraversersApiTestSuite.java b/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/TraversersApiTestSuite.java index 7b0ce8cd9c..c65da5e5c6 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/TraversersApiTestSuite.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/TraversersApiTestSuite.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/WeightedShortestPathApiTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/WeightedShortestPathApiTest.java index 04b811908c..0c6484747e 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/WeightedShortestPathApiTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/api/traversers/WeightedShortestPathApiTest.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/core/AuthTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/core/AuthTest.java index ad68c817ba..6789206be2 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/core/AuthTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/core/AuthTest.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/core/BaseCoreTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/core/BaseCoreTest.java index 894b667450..0c7e1e4924 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/core/BaseCoreTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/core/BaseCoreTest.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/core/CoreTestSuite.java b/hugegraph-test/src/main/java/org/apache/hugegraph/core/CoreTestSuite.java index 83c566dc1b..cc4ef6c08d 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/core/CoreTestSuite.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/core/CoreTestSuite.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java index 119b85af1a..a63627b15b 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeCoreTest.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeLabelCoreTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeLabelCoreTest.java index 4dba7c4735..9cf9ecee35 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeLabelCoreTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/core/EdgeLabelCoreTest.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/core/IndexLabelCoreTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/core/IndexLabelCoreTest.java index e7e82dac75..acf4051d39 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/core/IndexLabelCoreTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/core/IndexLabelCoreTest.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/core/MultiGraphsTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/core/MultiGraphsTest.java index dbf6444205..be00f55b2f 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/core/MultiGraphsTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/core/MultiGraphsTest.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/core/PropertyCoreTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/core/PropertyCoreTest.java index e37ba0f3e3..a85a7ef1c7 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/core/PropertyCoreTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/core/PropertyCoreTest.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/core/PropertyKeyCoreTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/core/PropertyKeyCoreTest.java index 8d24dd99cf..548d546e51 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/core/PropertyKeyCoreTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/core/PropertyKeyCoreTest.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/core/RamTableTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/core/RamTableTest.java index 28b0466734..13596fab2a 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/core/RamTableTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/core/RamTableTest.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/core/RestoreCoreTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/core/RestoreCoreTest.java index f7115f11f1..867ae5d9c9 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/core/RestoreCoreTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/core/RestoreCoreTest.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/core/RoleElectionStateMachineTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/core/RoleElectionStateMachineTest.java index 00d8d1d768..78379c167e 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/core/RoleElectionStateMachineTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/core/RoleElectionStateMachineTest.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/core/SchemaCoreTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/core/SchemaCoreTest.java index f006aeb612..2b77ba65d7 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/core/SchemaCoreTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/core/SchemaCoreTest.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/core/TaskCoreTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/core/TaskCoreTest.java index 4cd0de52cf..86d2d76925 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/core/TaskCoreTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/core/TaskCoreTest.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java index c2855bd9f6..b55cc9b572 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexCoreTest.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexLabelCoreTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexLabelCoreTest.java index 6e94c7e70c..976a586bf3 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexLabelCoreTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/core/VertexLabelCoreTest.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/testutil/FakeObjects.java b/hugegraph-test/src/main/java/org/apache/hugegraph/testutil/FakeObjects.java index d039f79191..d8d9123ffa 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/testutil/FakeObjects.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/testutil/FakeObjects.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/testutil/Utils.java b/hugegraph-test/src/main/java/org/apache/hugegraph/testutil/Utils.java index 68fbe3ee33..7a2031d918 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/testutil/Utils.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/testutil/Utils.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/tinkerpop/ProcessBasicSuite.java b/hugegraph-test/src/main/java/org/apache/hugegraph/tinkerpop/ProcessBasicSuite.java index b3199f14bb..ca4f10f7e6 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/tinkerpop/ProcessBasicSuite.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/tinkerpop/ProcessBasicSuite.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/tinkerpop/ProcessStandardTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/tinkerpop/ProcessStandardTest.java index 08a72dccb9..1093cf68c9 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/tinkerpop/ProcessStandardTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/tinkerpop/ProcessStandardTest.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/tinkerpop/ProcessTestGraphProvider.java b/hugegraph-test/src/main/java/org/apache/hugegraph/tinkerpop/ProcessTestGraphProvider.java index 42bffec8e9..9a499dfb83 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/tinkerpop/ProcessTestGraphProvider.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/tinkerpop/ProcessTestGraphProvider.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/tinkerpop/StructureBasicSuite.java b/hugegraph-test/src/main/java/org/apache/hugegraph/tinkerpop/StructureBasicSuite.java index 20f8eec23c..5805d0eafb 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/tinkerpop/StructureBasicSuite.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/tinkerpop/StructureBasicSuite.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/tinkerpop/StructureStandardTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/tinkerpop/StructureStandardTest.java index c18dfa8b18..734817ea70 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/tinkerpop/StructureStandardTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/tinkerpop/StructureStandardTest.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/tinkerpop/StructureTestGraphProvider.java b/hugegraph-test/src/main/java/org/apache/hugegraph/tinkerpop/StructureTestGraphProvider.java index 963a35e1ca..d2c2cd278f 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/tinkerpop/StructureTestGraphProvider.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/tinkerpop/StructureTestGraphProvider.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/tinkerpop/TestGraph.java b/hugegraph-test/src/main/java/org/apache/hugegraph/tinkerpop/TestGraph.java index 21a82b3feb..9200825dff 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/tinkerpop/TestGraph.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/tinkerpop/TestGraph.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/tinkerpop/TestGraphFactory.java b/hugegraph-test/src/main/java/org/apache/hugegraph/tinkerpop/TestGraphFactory.java index 142cee12a7..a2a668ed66 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/tinkerpop/TestGraphFactory.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/tinkerpop/TestGraphFactory.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/tinkerpop/TestGraphProvider.java b/hugegraph-test/src/main/java/org/apache/hugegraph/tinkerpop/TestGraphProvider.java index 5f5d689efb..a6b5567daf 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/tinkerpop/TestGraphProvider.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/tinkerpop/TestGraphProvider.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/tinkerpop/tests/HugeGraphWriteTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/tinkerpop/tests/HugeGraphWriteTest.java index 27e997719a..3c40aa0a49 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/tinkerpop/tests/HugeGraphWriteTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/tinkerpop/tests/HugeGraphWriteTest.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/BaseUnitTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/BaseUnitTest.java index ffdf643ae7..8a9a29622f 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/BaseUnitTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/BaseUnitTest.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/FakeObjects.java b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/FakeObjects.java index f7c991fc5b..ff7a6cd5eb 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/FakeObjects.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/FakeObjects.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/UnitTestSuite.java b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/UnitTestSuite.java index 1fed4872ee..4e0510389f 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/UnitTestSuite.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/UnitTestSuite.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/cache/CacheManagerTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/cache/CacheManagerTest.java index 8d13de8751..3182648b5a 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/cache/CacheManagerTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/cache/CacheManagerTest.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/cache/CacheTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/cache/CacheTest.java index 7eb4a5b05e..f59e814c78 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/cache/CacheTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/cache/CacheTest.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/cache/CachedGraphTransactionTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/cache/CachedGraphTransactionTest.java index 3bb9e3d982..338e147258 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/cache/CachedGraphTransactionTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/cache/CachedGraphTransactionTest.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/cache/CachedSchemaTransactionTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/cache/CachedSchemaTransactionTest.java index f57390bfa5..c3499eb684 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/cache/CachedSchemaTransactionTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/cache/CachedSchemaTransactionTest.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/cache/RamTableTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/cache/RamTableTest.java index afbd0bc4c2..c0d2de07f7 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/cache/RamTableTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/cache/RamTableTest.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/cassandra/CassandraTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/cassandra/CassandraTest.java index 463388be09..6f04c3501b 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/cassandra/CassandraTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/cassandra/CassandraTest.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/AnalyzerTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/AnalyzerTest.java index 1e5940e78c..ee3b5515b2 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/AnalyzerTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/AnalyzerTest.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/BackendMutationTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/BackendMutationTest.java index 9527c1f1a5..81dc51ddb7 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/BackendMutationTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/BackendMutationTest.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/BackendStoreInfoTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/BackendStoreInfoTest.java index e7ccfc1112..c24d457f2f 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/BackendStoreInfoTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/BackendStoreInfoTest.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/ConditionQueryFlattenTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/ConditionQueryFlattenTest.java index 8422fca673..589fb5e7f9 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/ConditionQueryFlattenTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/ConditionQueryFlattenTest.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/ConditionTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/ConditionTest.java index b3a14a36f4..a4bf00c330 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/ConditionTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/ConditionTest.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/DataTypeTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/DataTypeTest.java index 93c92ff5a4..9fb5bcdccb 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/DataTypeTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/DataTypeTest.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/DirectionsTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/DirectionsTest.java index 62ead0715b..4e6299fe2c 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/DirectionsTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/DirectionsTest.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/ExceptionTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/ExceptionTest.java index 1bc1b2495a..3215b05f68 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/ExceptionTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/ExceptionTest.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/LocksTableTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/LocksTableTest.java index 27093a1d6d..4b7eb64cd4 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/LocksTableTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/LocksTableTest.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/PageStateTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/PageStateTest.java index 14aaaf82d5..c39204c6b8 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/PageStateTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/PageStateTest.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/QueryTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/QueryTest.java index da3309e09d..8d39c37ba4 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/QueryTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/QueryTest.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/RangeTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/RangeTest.java index c1642288db..e068fa9897 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/RangeTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/RangeTest.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/RolePermissionTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/RolePermissionTest.java index 74bba70703..d0d35b0ef4 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/RolePermissionTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/RolePermissionTest.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/RowLockTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/RowLockTest.java index b77733d6d9..72f9464f8c 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/RowLockTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/RowLockTest.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/SecurityManagerTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/SecurityManagerTest.java index a5de13d5c6..48417460b8 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/SecurityManagerTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/SecurityManagerTest.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/SerialEnumTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/SerialEnumTest.java index d94f295c64..3c759aa1cf 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/SerialEnumTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/SerialEnumTest.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/SystemSchemaStoreTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/SystemSchemaStoreTest.java index 213fe7b9da..8fbce2fe22 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/SystemSchemaStoreTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/SystemSchemaStoreTest.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/TraversalUtilTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/TraversalUtilTest.java index a5fcb74624..3411eb4b26 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/TraversalUtilTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/core/TraversalUtilTest.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/id/EdgeIdTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/id/EdgeIdTest.java index 6e89bfde5a..dc30114f43 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/id/EdgeIdTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/id/EdgeIdTest.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/id/IdTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/id/IdTest.java index a8469491c0..7fbbcd83ad 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/id/IdTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/id/IdTest.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/id/IdUtilTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/id/IdUtilTest.java index ac0bde2e8a..240a658b0d 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/id/IdUtilTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/id/IdUtilTest.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/id/SplicingIdGeneratorTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/id/SplicingIdGeneratorTest.java index 2639229a0b..7f98760e3d 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/id/SplicingIdGeneratorTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/id/SplicingIdGeneratorTest.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/mysql/MysqlUtilTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/mysql/MysqlUtilTest.java index a75e6d6b61..2a5bb9f452 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/mysql/MysqlUtilTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/mysql/MysqlUtilTest.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/mysql/WhereBuilderTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/mysql/WhereBuilderTest.java index f274d91e22..719e576fdf 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/mysql/WhereBuilderTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/mysql/WhereBuilderTest.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/rocksdb/BaseRocksDBUnitTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/rocksdb/BaseRocksDBUnitTest.java index 3fe7fe66ac..7f9a2601c6 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/rocksdb/BaseRocksDBUnitTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/rocksdb/BaseRocksDBUnitTest.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/rocksdb/RocksDBCountersTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/rocksdb/RocksDBCountersTest.java index e2453cf0c5..e62818abc2 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/rocksdb/RocksDBCountersTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/rocksdb/RocksDBCountersTest.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/rocksdb/RocksDBPerfTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/rocksdb/RocksDBPerfTest.java index 4f6bbea237..edbecbf6f8 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/rocksdb/RocksDBPerfTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/rocksdb/RocksDBPerfTest.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/rocksdb/RocksDBSessionTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/rocksdb/RocksDBSessionTest.java index 49bd250f74..d05bc485f9 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/rocksdb/RocksDBSessionTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/rocksdb/RocksDBSessionTest.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/rocksdb/RocksDBSessionsTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/rocksdb/RocksDBSessionsTest.java index fdec647a52..f258b06dc5 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/rocksdb/RocksDBSessionsTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/rocksdb/RocksDBSessionsTest.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/serializer/BinaryBackendEntryTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/serializer/BinaryBackendEntryTest.java index 12f81ad46b..6ba53be0a1 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/serializer/BinaryBackendEntryTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/serializer/BinaryBackendEntryTest.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/serializer/BinaryScatterSerializerTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/serializer/BinaryScatterSerializerTest.java index e6ad08fbea..4c16c410d8 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/serializer/BinaryScatterSerializerTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/serializer/BinaryScatterSerializerTest.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/serializer/BinarySerializerTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/serializer/BinarySerializerTest.java index e390dd645e..3999720dd8 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/serializer/BinarySerializerTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/serializer/BinarySerializerTest.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/serializer/BytesBufferTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/serializer/BytesBufferTest.java index b73bc470c6..083d46ada6 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/serializer/BytesBufferTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/serializer/BytesBufferTest.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/serializer/SerializerFactoryTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/serializer/SerializerFactoryTest.java index 3a81fa804a..721ba27049 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/serializer/SerializerFactoryTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/serializer/SerializerFactoryTest.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/serializer/StoreSerializerTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/serializer/StoreSerializerTest.java index 57058e5e29..e68da65680 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/serializer/StoreSerializerTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/serializer/StoreSerializerTest.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/serializer/TableBackendEntryTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/serializer/TableBackendEntryTest.java index 52c574f7f0..dbf578c7a4 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/serializer/TableBackendEntryTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/serializer/TableBackendEntryTest.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/serializer/TextBackendEntryTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/serializer/TextBackendEntryTest.java index 20789d9345..f18636c5b6 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/serializer/TextBackendEntryTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/serializer/TextBackendEntryTest.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/CompressUtilTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/CompressUtilTest.java index b2ddc9aa8a..51c40d9989 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/CompressUtilTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/CompressUtilTest.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/JsonUtilTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/JsonUtilTest.java index 84bca00be2..1a0f115f56 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/JsonUtilTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/JsonUtilTest.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/RateLimiterTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/RateLimiterTest.java index 47d0608ff4..571527b453 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/RateLimiterTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/RateLimiterTest.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/StringEncodingTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/StringEncodingTest.java index 8b84eacf84..62f500df1c 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/StringEncodingTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/StringEncodingTest.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/VersionTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/VersionTest.java index eb447cb69a..782c6466c6 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/VersionTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/VersionTest.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/collection/CollectionFactoryTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/collection/CollectionFactoryTest.java index ad5c41851f..852e0e4f0b 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/collection/CollectionFactoryTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/collection/CollectionFactoryTest.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/collection/IdSetTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/collection/IdSetTest.java index 5afaf6b62c..cd239bd464 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/collection/IdSetTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/collection/IdSetTest.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/collection/Int2IntsMapTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/collection/Int2IntsMapTest.java index 4369ffd074..4b0d8693c6 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/collection/Int2IntsMapTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/collection/Int2IntsMapTest.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/collection/IntMapTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/collection/IntMapTest.java index 85d193f95b..bf1ec596b1 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/collection/IntMapTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/collection/IntMapTest.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/collection/IntSetTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/collection/IntSetTest.java index cdd2b3db8a..ee1860b4b0 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/collection/IntSetTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/collection/IntSetTest.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this diff --git a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/collection/ObjectIntMappingTest.java b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/collection/ObjectIntMappingTest.java index 8121c3591a..958c3d5bc6 100644 --- a/hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/collection/ObjectIntMappingTest.java +++ b/hugegraph-test/src/main/java/org/apache/hugegraph/unit/util/collection/ObjectIntMappingTest.java @@ -1,5 +1,4 @@ /* - * Copyright 2017 HugeGraph Authors * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this