From 876d02f053e7945b24c700638f6a1566efd04fbe Mon Sep 17 00:00:00 2001 From: Dmitrii Ubskii <18616863+dmitrii-ubskii@users.noreply.github.com> Date: Fri, 24 Jun 2022 18:59:42 +0300 Subject: [PATCH] Bump copyright year to 2022 --- .bazelrc | 2 +- .gitignore | 2 +- .grabl/automation.yml | 2 +- .grabl/test-cluster.sh | 2 +- .grabl/test-core.sh | 2 +- BUILD | 2 +- LICENSE | 2 +- WORKSPACE | 2 +- dependencies/vaticle/BUILD | 2 +- dependencies/vaticle/artifacts.bzl | 2 +- dependencies/vaticle/repositories.bzl | 4 ++-- deployment.bzl | 2 +- requirements.txt | 2 +- requirements_dev.txt | 2 +- tests/BUILD | 2 +- tests/behaviour/BUILD | 2 +- tests/behaviour/background/BUILD | 2 +- tests/behaviour/background/cluster/environment.py | 2 +- tests/behaviour/background/core/environment.py | 2 +- tests/behaviour/background/environment_base.py | 2 +- tests/behaviour/concept/BUILD | 2 +- tests/behaviour/concept/thing/BUILD | 2 +- tests/behaviour/concept/thing/attribute/BUILD | 2 +- tests/behaviour/concept/thing/attribute/attribute_steps.py | 2 +- tests/behaviour/concept/thing/entity/BUILD | 2 +- tests/behaviour/concept/thing/entity/entity_steps.py | 2 +- tests/behaviour/concept/thing/relation/BUILD | 2 +- tests/behaviour/concept/thing/relation/relation_steps.py | 2 +- tests/behaviour/concept/thing/thing_steps.py | 2 +- tests/behaviour/concept/type/attributetype/BUILD | 2 +- .../concept/type/attributetype/attribute_type_steps.py | 2 +- tests/behaviour/concept/type/entitytype/BUILD | 2 +- tests/behaviour/concept/type/relationtype/BUILD | 2 +- .../concept/type/relationtype/relation_type_steps.py | 2 +- tests/behaviour/concept/type/thingtype/BUILD | 2 +- tests/behaviour/concept/type/thingtype/thing_type_steps.py | 2 +- tests/behaviour/config/BUILD | 2 +- tests/behaviour/config/parameters.py | 2 +- tests/behaviour/connection/BUILD | 2 +- tests/behaviour/connection/connection_steps.py | 2 +- tests/behaviour/connection/database/BUILD | 2 +- tests/behaviour/connection/database/database_steps.py | 2 +- tests/behaviour/connection/session/BUILD | 2 +- tests/behaviour/connection/session/session_steps.py | 2 +- tests/behaviour/connection/transaction/BUILD | 2 +- tests/behaviour/connection/transaction/transaction_steps.py | 2 +- tests/behaviour/connection/user/BUILD | 2 +- tests/behaviour/connection/user/user_steps.py | 2 +- tests/behaviour/context.py | 2 +- tests/behaviour/typeql/BUILD | 2 +- tests/behaviour/typeql/language/define/BUILD | 2 +- tests/behaviour/typeql/language/delete/BUILD | 2 +- tests/behaviour/typeql/language/get/BUILD | 2 +- tests/behaviour/typeql/language/insert/BUILD | 2 +- tests/behaviour/typeql/language/match/BUILD | 2 +- tests/behaviour/typeql/language/undefine/BUILD | 2 +- tests/behaviour/typeql/language/update/BUILD | 2 +- tests/behaviour/typeql/typeql_steps.py | 2 +- tests/behaviour/util/BUILD | 2 +- tests/behaviour/util/util.py | 2 +- tests/behaviour/util/util_steps.py | 2 +- tests/deployment/requirements.txt | 2 +- tests/deployment/test.py | 2 +- tests/integration/BUILD | 2 +- tests/integration/test_cluster_failover.py | 2 +- tests/integration/test_debug.py | 2 +- tests/integration/test_stream.py | 2 +- tests/integration/test_typedb.py | 2 +- tools/BUILD | 2 +- tools/behave_rule.bzl | 2 +- tools/cluster_test_rule.bzl | 2 +- typedb/api/answer/concept_map.py | 2 +- typedb/api/answer/concept_map_group.py | 2 +- typedb/api/answer/numeric.py | 2 +- typedb/api/answer/numeric_group.py | 2 +- typedb/api/concept/concept.py | 2 +- typedb/api/concept/concept_manager.py | 2 +- typedb/api/concept/thing/attribute.py | 2 +- typedb/api/concept/thing/entity.py | 2 +- typedb/api/concept/thing/relation.py | 2 +- typedb/api/concept/thing/thing.py | 2 +- typedb/api/concept/type/attribute_type.py | 2 +- typedb/api/concept/type/entity_type.py | 2 +- typedb/api/concept/type/relation_type.py | 2 +- typedb/api/concept/type/role_type.py | 2 +- typedb/api/concept/type/thing_type.py | 2 +- typedb/api/concept/type/type.py | 2 +- typedb/api/connection/client.py | 2 +- typedb/api/connection/credential.py | 2 +- typedb/api/connection/database.py | 2 +- typedb/api/connection/options.py | 2 +- typedb/api/connection/session.py | 2 +- typedb/api/connection/transaction.py | 2 +- typedb/api/connection/user.py | 2 +- typedb/api/logic/explanation.py | 2 +- typedb/api/logic/logic_manager.py | 2 +- typedb/api/logic/rule.py | 2 +- typedb/api/query/future.py | 2 +- typedb/api/query/query_manager.py | 2 +- typedb/client.py | 2 +- typedb/common/concurrent/atomic.py | 2 +- typedb/common/concurrent/lock.py | 2 +- typedb/common/concurrent/scheduled_executor.py | 2 +- typedb/common/exception.py | 2 +- typedb/common/label.py | 2 +- typedb/common/rpc/request_builder.py | 2 +- typedb/common/rpc/stub.py | 2 +- typedb/concept/answer/concept_map.py | 2 +- typedb/concept/answer/concept_map_group.py | 2 +- typedb/concept/answer/numeric.py | 2 +- typedb/concept/answer/numeric_group.py | 2 +- typedb/concept/concept.py | 2 +- typedb/concept/concept_manager.py | 2 +- typedb/concept/proto/concept_proto_builder.py | 2 +- typedb/concept/proto/concept_proto_reader.py | 2 +- typedb/concept/thing/attribute.py | 2 +- typedb/concept/thing/entity.py | 2 +- typedb/concept/thing/relation.py | 2 +- typedb/concept/thing/thing.py | 2 +- typedb/concept/type/attribute_type.py | 2 +- typedb/concept/type/entity_type.py | 2 +- typedb/concept/type/relation_type.py | 2 +- typedb/concept/type/role_type.py | 2 +- typedb/concept/type/thing_type.py | 2 +- typedb/concept/type/type.py | 2 +- typedb/connection/client.py | 2 +- typedb/connection/cluster/client.py | 2 +- typedb/connection/cluster/database.py | 2 +- typedb/connection/cluster/database_manager.py | 2 +- typedb/connection/cluster/server_client.py | 2 +- typedb/connection/cluster/session.py | 2 +- typedb/connection/cluster/stub.py | 2 +- typedb/connection/cluster/user.py | 2 +- typedb/connection/cluster/user_manager.py | 2 +- typedb/connection/core/client.py | 2 +- typedb/connection/core/stub.py | 2 +- typedb/connection/database.py | 2 +- typedb/connection/database_manager.py | 2 +- typedb/connection/session.py | 2 +- typedb/connection/transaction.py | 2 +- typedb/logic/explanation.py | 2 +- typedb/logic/logic_manager.py | 2 +- typedb/logic/rule.py | 2 +- typedb/query/query_manager.py | 2 +- typedb/stream/bidirectional_stream.py | 2 +- typedb/stream/request_transmitter.py | 2 +- typedb/stream/response_collector.py | 2 +- typedb/stream/response_part_iterator.py | 2 +- 148 files changed, 149 insertions(+), 149 deletions(-) diff --git a/.bazelrc b/.bazelrc index c4af75b9..c5b62f54 100644 --- a/.bazelrc +++ b/.bazelrc @@ -1,5 +1,5 @@ # -# Copyright (C) 2021 Vaticle +# Copyright (C) 2022 Vaticle # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/.gitignore b/.gitignore index 09271c16..2cf9156d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ # -# Copyright (C) 2021 Vaticle +# Copyright (C) 2022 Vaticle # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/.grabl/automation.yml b/.grabl/automation.yml index 804acf76..cd0c9ef2 100644 --- a/.grabl/automation.yml +++ b/.grabl/automation.yml @@ -1,5 +1,5 @@ # -# Copyright (C) 2021 Vaticle +# Copyright (C) 2022 Vaticle # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/.grabl/test-cluster.sh b/.grabl/test-cluster.sh index 997872d6..459a73da 100755 --- a/.grabl/test-cluster.sh +++ b/.grabl/test-cluster.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash # -# Copyright (C) 2021 Vaticle +# Copyright (C) 2022 Vaticle # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/.grabl/test-core.sh b/.grabl/test-core.sh index 33c1fe1b..e6c66295 100755 --- a/.grabl/test-core.sh +++ b/.grabl/test-core.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash # -# Copyright (C) 2021 Vaticle +# Copyright (C) 2022 Vaticle # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/BUILD b/BUILD index f98a64f6..08e41734 100644 --- a/BUILD +++ b/BUILD @@ -1,5 +1,5 @@ # -# Copyright (C) 2021 Vaticle +# Copyright (C) 2022 Vaticle # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/LICENSE b/LICENSE index 8c89ee46..8d0466c6 100644 --- a/LICENSE +++ b/LICENSE @@ -187,7 +187,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright 2021 Vaticle. + Copyright 2022 Vaticle. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/WORKSPACE b/WORKSPACE index a97d3d23..72adc164 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -1,5 +1,5 @@ # -# Copyright (C) 2021 Vaticle +# Copyright (C) 2022 Vaticle # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/dependencies/vaticle/BUILD b/dependencies/vaticle/BUILD index 1fe40c7f..a3a28d1e 100644 --- a/dependencies/vaticle/BUILD +++ b/dependencies/vaticle/BUILD @@ -1,5 +1,5 @@ # -# Copyright (C) 2021 Vaticle +# Copyright (C) 2022 Vaticle # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/dependencies/vaticle/artifacts.bzl b/dependencies/vaticle/artifacts.bzl index 7dbf82a8..f71728e6 100644 --- a/dependencies/vaticle/artifacts.bzl +++ b/dependencies/vaticle/artifacts.bzl @@ -1,5 +1,5 @@ # -# Copyright (C) 2021 Vaticle +# Copyright (C) 2022 Vaticle # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/dependencies/vaticle/repositories.bzl b/dependencies/vaticle/repositories.bzl index b5eed9cc..a93f6054 100644 --- a/dependencies/vaticle/repositories.bzl +++ b/dependencies/vaticle/repositories.bzl @@ -1,5 +1,5 @@ # -# Copyright (C) 2021 Vaticle +# Copyright (C) 2022 Vaticle # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file @@ -25,7 +25,7 @@ def vaticle_dependencies(): git_repository( name = "vaticle_dependencies", remote = "https://github.com/vaticle/dependencies", - commit = "34c260ae7858b08dd6247d43c8c373847b113d68", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_dependencies + commit = "57617a9978129f5d6b50f69146caaa9e86c3c85e", # sync-marker: do not remove this comment, this is used for sync-dependencies by @vaticle_dependencies ) def vaticle_typedb_common(): diff --git a/deployment.bzl b/deployment.bzl index cb94f5c1..95d5af08 100644 --- a/deployment.bzl +++ b/deployment.bzl @@ -1,5 +1,5 @@ # -# Copyright (C) 2021 Vaticle +# Copyright (C) 2022 Vaticle # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/requirements.txt b/requirements.txt index 1db860f7..26364434 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # -# Copyright (C) 2021 Vaticle +# Copyright (C) 2022 Vaticle # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/requirements_dev.txt b/requirements_dev.txt index e9408997..9a2307e3 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,5 +1,5 @@ # -# Copyright (C) 2021 Vaticle +# Copyright (C) 2022 Vaticle # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/tests/BUILD b/tests/BUILD index 4a05323f..84fbbaf9 100644 --- a/tests/BUILD +++ b/tests/BUILD @@ -1,5 +1,5 @@ # -# Copyright (C) 2021 Vaticle +# Copyright (C) 2022 Vaticle # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/tests/behaviour/BUILD b/tests/behaviour/BUILD index 65e55a6c..f1378c3e 100644 --- a/tests/behaviour/BUILD +++ b/tests/behaviour/BUILD @@ -1,5 +1,5 @@ # -# Copyright (C) 2021 Vaticle +# Copyright (C) 2022 Vaticle # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/tests/behaviour/background/BUILD b/tests/behaviour/background/BUILD index a1e840a0..3a0abca4 100644 --- a/tests/behaviour/background/BUILD +++ b/tests/behaviour/background/BUILD @@ -1,5 +1,5 @@ # -# Copyright (C) 2021 Vaticle +# Copyright (C) 2022 Vaticle # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/tests/behaviour/background/cluster/environment.py b/tests/behaviour/background/cluster/environment.py index 76ba231b..71ef838b 100644 --- a/tests/behaviour/background/cluster/environment.py +++ b/tests/behaviour/background/cluster/environment.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2021 Vaticle +# Copyright (C) 2022 Vaticle # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/tests/behaviour/background/core/environment.py b/tests/behaviour/background/core/environment.py index 8d303fb9..e61e2ed3 100644 --- a/tests/behaviour/background/core/environment.py +++ b/tests/behaviour/background/core/environment.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2021 Vaticle +# Copyright (C) 2022 Vaticle # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/tests/behaviour/background/environment_base.py b/tests/behaviour/background/environment_base.py index 395e1188..c351e965 100644 --- a/tests/behaviour/background/environment_base.py +++ b/tests/behaviour/background/environment_base.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2021 Vaticle +# Copyright (C) 2022 Vaticle # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/tests/behaviour/concept/BUILD b/tests/behaviour/concept/BUILD index 150fa57e..cb2dea16 100644 --- a/tests/behaviour/concept/BUILD +++ b/tests/behaviour/concept/BUILD @@ -1,5 +1,5 @@ # -# Copyright (C) 2021 Vaticle +# Copyright (C) 2022 Vaticle # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/tests/behaviour/concept/thing/BUILD b/tests/behaviour/concept/thing/BUILD index 9ad18aae..2d1a14c4 100644 --- a/tests/behaviour/concept/thing/BUILD +++ b/tests/behaviour/concept/thing/BUILD @@ -1,5 +1,5 @@ # -# Copyright (C) 2021 Vaticle +# Copyright (C) 2022 Vaticle # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/tests/behaviour/concept/thing/attribute/BUILD b/tests/behaviour/concept/thing/attribute/BUILD index 6fff8962..93769a7e 100644 --- a/tests/behaviour/concept/thing/attribute/BUILD +++ b/tests/behaviour/concept/thing/attribute/BUILD @@ -1,5 +1,5 @@ # -# Copyright (C) 2021 Vaticle +# Copyright (C) 2022 Vaticle # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/tests/behaviour/concept/thing/attribute/attribute_steps.py b/tests/behaviour/concept/thing/attribute/attribute_steps.py index 72c7770c..016acde6 100644 --- a/tests/behaviour/concept/thing/attribute/attribute_steps.py +++ b/tests/behaviour/concept/thing/attribute/attribute_steps.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2021 Vaticle +# Copyright (C) 2022 Vaticle # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/tests/behaviour/concept/thing/entity/BUILD b/tests/behaviour/concept/thing/entity/BUILD index e82f2de4..f11bda70 100644 --- a/tests/behaviour/concept/thing/entity/BUILD +++ b/tests/behaviour/concept/thing/entity/BUILD @@ -1,5 +1,5 @@ # -# Copyright (C) 2021 Vaticle +# Copyright (C) 2022 Vaticle # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/tests/behaviour/concept/thing/entity/entity_steps.py b/tests/behaviour/concept/thing/entity/entity_steps.py index 063df80b..ae795827 100644 --- a/tests/behaviour/concept/thing/entity/entity_steps.py +++ b/tests/behaviour/concept/thing/entity/entity_steps.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2021 Vaticle +# Copyright (C) 2022 Vaticle # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/tests/behaviour/concept/thing/relation/BUILD b/tests/behaviour/concept/thing/relation/BUILD index 3efb1590..9afb4b43 100644 --- a/tests/behaviour/concept/thing/relation/BUILD +++ b/tests/behaviour/concept/thing/relation/BUILD @@ -1,5 +1,5 @@ # -# Copyright (C) 2021 Vaticle +# Copyright (C) 2022 Vaticle # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/tests/behaviour/concept/thing/relation/relation_steps.py b/tests/behaviour/concept/thing/relation/relation_steps.py index 0b3682f6..dc3e69e9 100644 --- a/tests/behaviour/concept/thing/relation/relation_steps.py +++ b/tests/behaviour/concept/thing/relation/relation_steps.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2021 Vaticle +# Copyright (C) 2022 Vaticle # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/tests/behaviour/concept/thing/thing_steps.py b/tests/behaviour/concept/thing/thing_steps.py index 599089e9..abf149ce 100644 --- a/tests/behaviour/concept/thing/thing_steps.py +++ b/tests/behaviour/concept/thing/thing_steps.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2021 Vaticle +# Copyright (C) 2022 Vaticle # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/tests/behaviour/concept/type/attributetype/BUILD b/tests/behaviour/concept/type/attributetype/BUILD index d2f0a64a..cb97cfd7 100644 --- a/tests/behaviour/concept/type/attributetype/BUILD +++ b/tests/behaviour/concept/type/attributetype/BUILD @@ -1,5 +1,5 @@ # -# Copyright (C) 2021 Vaticle +# Copyright (C) 2022 Vaticle # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/tests/behaviour/concept/type/attributetype/attribute_type_steps.py b/tests/behaviour/concept/type/attributetype/attribute_type_steps.py index 0118d3e3..d637663d 100644 --- a/tests/behaviour/concept/type/attributetype/attribute_type_steps.py +++ b/tests/behaviour/concept/type/attributetype/attribute_type_steps.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2021 Vaticle +# Copyright (C) 2022 Vaticle # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/tests/behaviour/concept/type/entitytype/BUILD b/tests/behaviour/concept/type/entitytype/BUILD index c809a62a..3451e839 100644 --- a/tests/behaviour/concept/type/entitytype/BUILD +++ b/tests/behaviour/concept/type/entitytype/BUILD @@ -1,5 +1,5 @@ # -# Copyright (C) 2021 Vaticle +# Copyright (C) 2022 Vaticle # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/tests/behaviour/concept/type/relationtype/BUILD b/tests/behaviour/concept/type/relationtype/BUILD index 2142b434..a733c076 100644 --- a/tests/behaviour/concept/type/relationtype/BUILD +++ b/tests/behaviour/concept/type/relationtype/BUILD @@ -1,5 +1,5 @@ # -# Copyright (C) 2021 Vaticle +# Copyright (C) 2022 Vaticle # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/tests/behaviour/concept/type/relationtype/relation_type_steps.py b/tests/behaviour/concept/type/relationtype/relation_type_steps.py index a3035f9b..dced9045 100644 --- a/tests/behaviour/concept/type/relationtype/relation_type_steps.py +++ b/tests/behaviour/concept/type/relationtype/relation_type_steps.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2021 Vaticle +# Copyright (C) 2022 Vaticle # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/tests/behaviour/concept/type/thingtype/BUILD b/tests/behaviour/concept/type/thingtype/BUILD index 5e41eddb..77bf8ed7 100644 --- a/tests/behaviour/concept/type/thingtype/BUILD +++ b/tests/behaviour/concept/type/thingtype/BUILD @@ -1,5 +1,5 @@ # -# Copyright (C) 2021 Vaticle +# Copyright (C) 2022 Vaticle # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/tests/behaviour/concept/type/thingtype/thing_type_steps.py b/tests/behaviour/concept/type/thingtype/thing_type_steps.py index 6fb47717..dbd073ae 100644 --- a/tests/behaviour/concept/type/thingtype/thing_type_steps.py +++ b/tests/behaviour/concept/type/thingtype/thing_type_steps.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2021 Vaticle +# Copyright (C) 2022 Vaticle # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/tests/behaviour/config/BUILD b/tests/behaviour/config/BUILD index fded414d..eb869d8c 100644 --- a/tests/behaviour/config/BUILD +++ b/tests/behaviour/config/BUILD @@ -1,5 +1,5 @@ # -# Copyright (C) 2021 Vaticle +# Copyright (C) 2022 Vaticle # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/tests/behaviour/config/parameters.py b/tests/behaviour/config/parameters.py index beb88c51..87ae04f2 100644 --- a/tests/behaviour/config/parameters.py +++ b/tests/behaviour/config/parameters.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2021 Vaticle +# Copyright (C) 2022 Vaticle # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/tests/behaviour/connection/BUILD b/tests/behaviour/connection/BUILD index 01089c33..d0427202 100644 --- a/tests/behaviour/connection/BUILD +++ b/tests/behaviour/connection/BUILD @@ -1,5 +1,5 @@ # -# Copyright (C) 2021 Vaticle +# Copyright (C) 2022 Vaticle # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/tests/behaviour/connection/connection_steps.py b/tests/behaviour/connection/connection_steps.py index 0e9de8c6..e975e86b 100644 --- a/tests/behaviour/connection/connection_steps.py +++ b/tests/behaviour/connection/connection_steps.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2021 Vaticle +# Copyright (C) 2022 Vaticle # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/tests/behaviour/connection/database/BUILD b/tests/behaviour/connection/database/BUILD index d886d74e..e0525060 100644 --- a/tests/behaviour/connection/database/BUILD +++ b/tests/behaviour/connection/database/BUILD @@ -1,5 +1,5 @@ # -# Copyright (C) 2021 Vaticle +# Copyright (C) 2022 Vaticle # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/tests/behaviour/connection/database/database_steps.py b/tests/behaviour/connection/database/database_steps.py index 00b34d5c..f3c5a46d 100644 --- a/tests/behaviour/connection/database/database_steps.py +++ b/tests/behaviour/connection/database/database_steps.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2021 Vaticle +# Copyright (C) 2022 Vaticle # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/tests/behaviour/connection/session/BUILD b/tests/behaviour/connection/session/BUILD index 0eeb28fd..7bc38255 100644 --- a/tests/behaviour/connection/session/BUILD +++ b/tests/behaviour/connection/session/BUILD @@ -1,5 +1,5 @@ # -# Copyright (C) 2021 Vaticle +# Copyright (C) 2022 Vaticle # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/tests/behaviour/connection/session/session_steps.py b/tests/behaviour/connection/session/session_steps.py index df3c4b52..c0fba5f4 100644 --- a/tests/behaviour/connection/session/session_steps.py +++ b/tests/behaviour/connection/session/session_steps.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2021 Vaticle +# Copyright (C) 2022 Vaticle # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/tests/behaviour/connection/transaction/BUILD b/tests/behaviour/connection/transaction/BUILD index 8627be23..7fad2f7f 100644 --- a/tests/behaviour/connection/transaction/BUILD +++ b/tests/behaviour/connection/transaction/BUILD @@ -1,5 +1,5 @@ # -# Copyright (C) 2021 Vaticle +# Copyright (C) 2022 Vaticle # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/tests/behaviour/connection/transaction/transaction_steps.py b/tests/behaviour/connection/transaction/transaction_steps.py index 0c0c7639..704c9c7c 100644 --- a/tests/behaviour/connection/transaction/transaction_steps.py +++ b/tests/behaviour/connection/transaction/transaction_steps.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2021 Vaticle +# Copyright (C) 2022 Vaticle # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/tests/behaviour/connection/user/BUILD b/tests/behaviour/connection/user/BUILD index 41f6e901..6c37aa62 100644 --- a/tests/behaviour/connection/user/BUILD +++ b/tests/behaviour/connection/user/BUILD @@ -1,5 +1,5 @@ # -# Copyright (C) 2021 Vaticle +# Copyright (C) 2022 Vaticle # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/tests/behaviour/connection/user/user_steps.py b/tests/behaviour/connection/user/user_steps.py index fd11b63a..4c9eaa7a 100644 --- a/tests/behaviour/connection/user/user_steps.py +++ b/tests/behaviour/connection/user/user_steps.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2021 Vaticle +# Copyright (C) 2022 Vaticle # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/tests/behaviour/context.py b/tests/behaviour/context.py index 914d66f2..02f326af 100644 --- a/tests/behaviour/context.py +++ b/tests/behaviour/context.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2021 Vaticle +# Copyright (C) 2022 Vaticle # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/tests/behaviour/typeql/BUILD b/tests/behaviour/typeql/BUILD index 1372fc07..7d4f2b5f 100644 --- a/tests/behaviour/typeql/BUILD +++ b/tests/behaviour/typeql/BUILD @@ -1,5 +1,5 @@ # -# Copyright (C) 2021 Vaticle +# Copyright (C) 2022 Vaticle # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/tests/behaviour/typeql/language/define/BUILD b/tests/behaviour/typeql/language/define/BUILD index 7e13130e..afb3b977 100644 --- a/tests/behaviour/typeql/language/define/BUILD +++ b/tests/behaviour/typeql/language/define/BUILD @@ -1,5 +1,5 @@ # -# Copyright (C) 2021 Vaticle +# Copyright (C) 2022 Vaticle # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/tests/behaviour/typeql/language/delete/BUILD b/tests/behaviour/typeql/language/delete/BUILD index be9bba07..22d17224 100644 --- a/tests/behaviour/typeql/language/delete/BUILD +++ b/tests/behaviour/typeql/language/delete/BUILD @@ -1,5 +1,5 @@ # -# Copyright (C) 2021 Vaticle +# Copyright (C) 2022 Vaticle # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/tests/behaviour/typeql/language/get/BUILD b/tests/behaviour/typeql/language/get/BUILD index fc4895af..59473c35 100644 --- a/tests/behaviour/typeql/language/get/BUILD +++ b/tests/behaviour/typeql/language/get/BUILD @@ -1,5 +1,5 @@ # -# Copyright (C) 2021 Vaticle +# Copyright (C) 2022 Vaticle # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/tests/behaviour/typeql/language/insert/BUILD b/tests/behaviour/typeql/language/insert/BUILD index 39e5e4e9..10a644b4 100644 --- a/tests/behaviour/typeql/language/insert/BUILD +++ b/tests/behaviour/typeql/language/insert/BUILD @@ -1,5 +1,5 @@ # -# Copyright (C) 2021 Vaticle +# Copyright (C) 2022 Vaticle # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/tests/behaviour/typeql/language/match/BUILD b/tests/behaviour/typeql/language/match/BUILD index 841f6f59..e3da0176 100644 --- a/tests/behaviour/typeql/language/match/BUILD +++ b/tests/behaviour/typeql/language/match/BUILD @@ -1,5 +1,5 @@ # -# Copyright (C) 2021 Vaticle +# Copyright (C) 2022 Vaticle # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/tests/behaviour/typeql/language/undefine/BUILD b/tests/behaviour/typeql/language/undefine/BUILD index 749bca94..1e2754db 100644 --- a/tests/behaviour/typeql/language/undefine/BUILD +++ b/tests/behaviour/typeql/language/undefine/BUILD @@ -1,5 +1,5 @@ # -# Copyright (C) 2021 Vaticle +# Copyright (C) 2022 Vaticle # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/tests/behaviour/typeql/language/update/BUILD b/tests/behaviour/typeql/language/update/BUILD index f4268859..2f689f85 100644 --- a/tests/behaviour/typeql/language/update/BUILD +++ b/tests/behaviour/typeql/language/update/BUILD @@ -1,5 +1,5 @@ # -# Copyright (C) 2021 Vaticle +# Copyright (C) 2022 Vaticle # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/tests/behaviour/typeql/typeql_steps.py b/tests/behaviour/typeql/typeql_steps.py index edfc4094..57478eb7 100644 --- a/tests/behaviour/typeql/typeql_steps.py +++ b/tests/behaviour/typeql/typeql_steps.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2021 Vaticle +# Copyright (C) 2022 Vaticle # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/tests/behaviour/util/BUILD b/tests/behaviour/util/BUILD index e54a5f6c..f52d9df5 100644 --- a/tests/behaviour/util/BUILD +++ b/tests/behaviour/util/BUILD @@ -1,5 +1,5 @@ # -# Copyright (C) 2021 Vaticle +# Copyright (C) 2022 Vaticle # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/tests/behaviour/util/util.py b/tests/behaviour/util/util.py index 4ccb4b5f..4bf6075b 100644 --- a/tests/behaviour/util/util.py +++ b/tests/behaviour/util/util.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2021 Vaticle +# Copyright (C) 2022 Vaticle # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/tests/behaviour/util/util_steps.py b/tests/behaviour/util/util_steps.py index 15b953eb..e4c9d91f 100644 --- a/tests/behaviour/util/util_steps.py +++ b/tests/behaviour/util/util_steps.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2021 Vaticle +# Copyright (C) 2022 Vaticle # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/tests/deployment/requirements.txt b/tests/deployment/requirements.txt index 30c1b05a..c2575659 100644 --- a/tests/deployment/requirements.txt +++ b/tests/deployment/requirements.txt @@ -1,5 +1,5 @@ # -# Copyright (C) 2021 Vaticle +# Copyright (C) 2022 Vaticle # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/tests/deployment/test.py b/tests/deployment/test.py index 9f38b710..bf244c1f 100644 --- a/tests/deployment/test.py +++ b/tests/deployment/test.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2021 Vaticle +# Copyright (C) 2022 Vaticle # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/tests/integration/BUILD b/tests/integration/BUILD index b4fb6b8f..23fbca54 100644 --- a/tests/integration/BUILD +++ b/tests/integration/BUILD @@ -1,5 +1,5 @@ # -# Copyright (C) 2021 Vaticle +# Copyright (C) 2022 Vaticle # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/tests/integration/test_cluster_failover.py b/tests/integration/test_cluster_failover.py index 032039b9..efa08b84 100644 --- a/tests/integration/test_cluster_failover.py +++ b/tests/integration/test_cluster_failover.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2021 Vaticle +# Copyright (C) 2022 Vaticle # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/tests/integration/test_debug.py b/tests/integration/test_debug.py index cd9bcf70..1274213b 100644 --- a/tests/integration/test_debug.py +++ b/tests/integration/test_debug.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2021 Vaticle +# Copyright (C) 2022 Vaticle # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/tests/integration/test_stream.py b/tests/integration/test_stream.py index b1b36e80..565a279a 100644 --- a/tests/integration/test_stream.py +++ b/tests/integration/test_stream.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2021 Vaticle +# Copyright (C) 2022 Vaticle # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/tests/integration/test_typedb.py b/tests/integration/test_typedb.py index b5267a0c..0fd848ed 100644 --- a/tests/integration/test_typedb.py +++ b/tests/integration/test_typedb.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2021 Vaticle +# Copyright (C) 2022 Vaticle # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/tools/BUILD b/tools/BUILD index 150fa57e..cb2dea16 100644 --- a/tools/BUILD +++ b/tools/BUILD @@ -1,5 +1,5 @@ # -# Copyright (C) 2021 Vaticle +# Copyright (C) 2022 Vaticle # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/tools/behave_rule.bzl b/tools/behave_rule.bzl index d94b57cb..31a528f4 100644 --- a/tools/behave_rule.bzl +++ b/tools/behave_rule.bzl @@ -1,5 +1,5 @@ # -# Copyright (C) 2021 Vaticle +# Copyright (C) 2022 Vaticle # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/tools/cluster_test_rule.bzl b/tools/cluster_test_rule.bzl index ede8db21..699a7a65 100644 --- a/tools/cluster_test_rule.bzl +++ b/tools/cluster_test_rule.bzl @@ -1,5 +1,5 @@ # -# Copyright (C) 2021 Vaticle +# Copyright (C) 2022 Vaticle # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/typedb/api/answer/concept_map.py b/typedb/api/answer/concept_map.py index 1ae81d4e..d366797a 100644 --- a/typedb/api/answer/concept_map.py +++ b/typedb/api/answer/concept_map.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2021 Vaticle +# Copyright (C) 2022 Vaticle # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/typedb/api/answer/concept_map_group.py b/typedb/api/answer/concept_map_group.py index 346439f1..7c926dbb 100644 --- a/typedb/api/answer/concept_map_group.py +++ b/typedb/api/answer/concept_map_group.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2021 Vaticle +# Copyright (C) 2022 Vaticle # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/typedb/api/answer/numeric.py b/typedb/api/answer/numeric.py index 30993dd0..f98cbca5 100644 --- a/typedb/api/answer/numeric.py +++ b/typedb/api/answer/numeric.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2021 Vaticle +# Copyright (C) 2022 Vaticle # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/typedb/api/answer/numeric_group.py b/typedb/api/answer/numeric_group.py index fdf522ce..129df00f 100644 --- a/typedb/api/answer/numeric_group.py +++ b/typedb/api/answer/numeric_group.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2021 Vaticle +# Copyright (C) 2022 Vaticle # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/typedb/api/concept/concept.py b/typedb/api/concept/concept.py index 896169ae..cc1d0512 100644 --- a/typedb/api/concept/concept.py +++ b/typedb/api/concept/concept.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2021 Vaticle +# Copyright (C) 2022 Vaticle # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/typedb/api/concept/concept_manager.py b/typedb/api/concept/concept_manager.py index 977cb025..999b1be6 100644 --- a/typedb/api/concept/concept_manager.py +++ b/typedb/api/concept/concept_manager.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2021 Vaticle +# Copyright (C) 2022 Vaticle # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/typedb/api/concept/thing/attribute.py b/typedb/api/concept/thing/attribute.py index aa7decbf..65ff7d13 100644 --- a/typedb/api/concept/thing/attribute.py +++ b/typedb/api/concept/thing/attribute.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2021 Vaticle +# Copyright (C) 2022 Vaticle # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/typedb/api/concept/thing/entity.py b/typedb/api/concept/thing/entity.py index 35a9c004..2dd458c1 100644 --- a/typedb/api/concept/thing/entity.py +++ b/typedb/api/concept/thing/entity.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2021 Vaticle +# Copyright (C) 2022 Vaticle # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/typedb/api/concept/thing/relation.py b/typedb/api/concept/thing/relation.py index 44520c7d..1bb820a4 100644 --- a/typedb/api/concept/thing/relation.py +++ b/typedb/api/concept/thing/relation.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2021 Vaticle +# Copyright (C) 2022 Vaticle # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/typedb/api/concept/thing/thing.py b/typedb/api/concept/thing/thing.py index c82dfb2a..f52f6147 100644 --- a/typedb/api/concept/thing/thing.py +++ b/typedb/api/concept/thing/thing.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2021 Vaticle +# Copyright (C) 2022 Vaticle # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/typedb/api/concept/type/attribute_type.py b/typedb/api/concept/type/attribute_type.py index 43b116e9..91bcb119 100644 --- a/typedb/api/concept/type/attribute_type.py +++ b/typedb/api/concept/type/attribute_type.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2021 Vaticle +# Copyright (C) 2022 Vaticle # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/typedb/api/concept/type/entity_type.py b/typedb/api/concept/type/entity_type.py index c3643ab3..f079423e 100644 --- a/typedb/api/concept/type/entity_type.py +++ b/typedb/api/concept/type/entity_type.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2021 Vaticle +# Copyright (C) 2022 Vaticle # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/typedb/api/concept/type/relation_type.py b/typedb/api/concept/type/relation_type.py index 2fd05878..bc341659 100644 --- a/typedb/api/concept/type/relation_type.py +++ b/typedb/api/concept/type/relation_type.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2021 Vaticle +# Copyright (C) 2022 Vaticle # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/typedb/api/concept/type/role_type.py b/typedb/api/concept/type/role_type.py index 7dfefc6c..171c8f67 100644 --- a/typedb/api/concept/type/role_type.py +++ b/typedb/api/concept/type/role_type.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2021 Vaticle +# Copyright (C) 2022 Vaticle # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/typedb/api/concept/type/thing_type.py b/typedb/api/concept/type/thing_type.py index 54392b6e..3f92caaf 100644 --- a/typedb/api/concept/type/thing_type.py +++ b/typedb/api/concept/type/thing_type.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2021 Vaticle +# Copyright (C) 2022 Vaticle # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/typedb/api/concept/type/type.py b/typedb/api/concept/type/type.py index c52e3aba..cbd359fd 100644 --- a/typedb/api/concept/type/type.py +++ b/typedb/api/concept/type/type.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2021 Vaticle +# Copyright (C) 2022 Vaticle # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/typedb/api/connection/client.py b/typedb/api/connection/client.py index b0e260fc..5143843a 100644 --- a/typedb/api/connection/client.py +++ b/typedb/api/connection/client.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2021 Vaticle +# Copyright (C) 2022 Vaticle # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/typedb/api/connection/credential.py b/typedb/api/connection/credential.py index 30520534..07f63558 100644 --- a/typedb/api/connection/credential.py +++ b/typedb/api/connection/credential.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2021 Vaticle +# Copyright (C) 2022 Vaticle # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/typedb/api/connection/database.py b/typedb/api/connection/database.py index bd9c183e..28e6d2de 100644 --- a/typedb/api/connection/database.py +++ b/typedb/api/connection/database.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2021 Vaticle +# Copyright (C) 2022 Vaticle # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/typedb/api/connection/options.py b/typedb/api/connection/options.py index 8b5c6c52..8a93768b 100644 --- a/typedb/api/connection/options.py +++ b/typedb/api/connection/options.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2021 Vaticle +# Copyright (C) 2022 Vaticle # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/typedb/api/connection/session.py b/typedb/api/connection/session.py index 8c66db21..fa9b4bcb 100644 --- a/typedb/api/connection/session.py +++ b/typedb/api/connection/session.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2021 Vaticle +# Copyright (C) 2022 Vaticle # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/typedb/api/connection/transaction.py b/typedb/api/connection/transaction.py index de293fe9..92617259 100644 --- a/typedb/api/connection/transaction.py +++ b/typedb/api/connection/transaction.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2021 Vaticle +# Copyright (C) 2022 Vaticle # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/typedb/api/connection/user.py b/typedb/api/connection/user.py index 0f83287b..e16e0b1d 100644 --- a/typedb/api/connection/user.py +++ b/typedb/api/connection/user.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2021 Vaticle +# Copyright (C) 2022 Vaticle # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/typedb/api/logic/explanation.py b/typedb/api/logic/explanation.py index 8c99183f..07aebe68 100644 --- a/typedb/api/logic/explanation.py +++ b/typedb/api/logic/explanation.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2021 Vaticle +# Copyright (C) 2022 Vaticle # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/typedb/api/logic/logic_manager.py b/typedb/api/logic/logic_manager.py index 5a9ccede..91d0be5f 100644 --- a/typedb/api/logic/logic_manager.py +++ b/typedb/api/logic/logic_manager.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2021 Vaticle +# Copyright (C) 2022 Vaticle # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/typedb/api/logic/rule.py b/typedb/api/logic/rule.py index 7023da11..e1b0e142 100644 --- a/typedb/api/logic/rule.py +++ b/typedb/api/logic/rule.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2021 Vaticle +# Copyright (C) 2022 Vaticle # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/typedb/api/query/future.py b/typedb/api/query/future.py index 62a684c9..5fdc1c05 100644 --- a/typedb/api/query/future.py +++ b/typedb/api/query/future.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2021 Vaticle +# Copyright (C) 2022 Vaticle # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/typedb/api/query/query_manager.py b/typedb/api/query/query_manager.py index 52962f2c..f1f1b81f 100644 --- a/typedb/api/query/query_manager.py +++ b/typedb/api/query/query_manager.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2021 Vaticle +# Copyright (C) 2022 Vaticle # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/typedb/client.py b/typedb/client.py index b7efe2ee..a5bb1030 100644 --- a/typedb/client.py +++ b/typedb/client.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2021 Vaticle +# Copyright (C) 2022 Vaticle # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/typedb/common/concurrent/atomic.py b/typedb/common/concurrent/atomic.py index 14101eb3..6f38bbe8 100644 --- a/typedb/common/concurrent/atomic.py +++ b/typedb/common/concurrent/atomic.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2021 Vaticle +# Copyright (C) 2022 Vaticle # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/typedb/common/concurrent/lock.py b/typedb/common/concurrent/lock.py index 0abfbd98..dfff2087 100644 --- a/typedb/common/concurrent/lock.py +++ b/typedb/common/concurrent/lock.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2021 Vaticle +# Copyright (C) 2022 Vaticle # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/typedb/common/concurrent/scheduled_executor.py b/typedb/common/concurrent/scheduled_executor.py index 453b268f..1aec1806 100644 --- a/typedb/common/concurrent/scheduled_executor.py +++ b/typedb/common/concurrent/scheduled_executor.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2021 Vaticle +# Copyright (C) 2022 Vaticle # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/typedb/common/exception.py b/typedb/common/exception.py index 840f6b37..d2a3be54 100644 --- a/typedb/common/exception.py +++ b/typedb/common/exception.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2021 Vaticle +# Copyright (C) 2022 Vaticle # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/typedb/common/label.py b/typedb/common/label.py index 5c267eda..0862802c 100644 --- a/typedb/common/label.py +++ b/typedb/common/label.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2021 Vaticle +# Copyright (C) 2022 Vaticle # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/typedb/common/rpc/request_builder.py b/typedb/common/rpc/request_builder.py index 5555d7a0..6b48de79 100644 --- a/typedb/common/rpc/request_builder.py +++ b/typedb/common/rpc/request_builder.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2021 Vaticle +# Copyright (C) 2022 Vaticle # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/typedb/common/rpc/stub.py b/typedb/common/rpc/stub.py index 9aa7370c..a56470c2 100644 --- a/typedb/common/rpc/stub.py +++ b/typedb/common/rpc/stub.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2021 Vaticle +# Copyright (C) 2022 Vaticle # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/typedb/concept/answer/concept_map.py b/typedb/concept/answer/concept_map.py index f68599af..172ec1e2 100644 --- a/typedb/concept/answer/concept_map.py +++ b/typedb/concept/answer/concept_map.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2021 Vaticle +# Copyright (C) 2022 Vaticle # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/typedb/concept/answer/concept_map_group.py b/typedb/concept/answer/concept_map_group.py index f69f4691..514f8ce3 100644 --- a/typedb/concept/answer/concept_map_group.py +++ b/typedb/concept/answer/concept_map_group.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2021 Vaticle +# Copyright (C) 2022 Vaticle # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/typedb/concept/answer/numeric.py b/typedb/concept/answer/numeric.py index 880583e4..8c17b388 100644 --- a/typedb/concept/answer/numeric.py +++ b/typedb/concept/answer/numeric.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2021 Vaticle +# Copyright (C) 2022 Vaticle # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/typedb/concept/answer/numeric_group.py b/typedb/concept/answer/numeric_group.py index 52717f69..0e49374e 100644 --- a/typedb/concept/answer/numeric_group.py +++ b/typedb/concept/answer/numeric_group.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2021 Vaticle +# Copyright (C) 2022 Vaticle # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/typedb/concept/concept.py b/typedb/concept/concept.py index 23daada1..81bf5904 100644 --- a/typedb/concept/concept.py +++ b/typedb/concept/concept.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2021 Vaticle +# Copyright (C) 2022 Vaticle # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/typedb/concept/concept_manager.py b/typedb/concept/concept_manager.py index 5b68cd94..ebf6a040 100644 --- a/typedb/concept/concept_manager.py +++ b/typedb/concept/concept_manager.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2021 Vaticle +# Copyright (C) 2022 Vaticle # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/typedb/concept/proto/concept_proto_builder.py b/typedb/concept/proto/concept_proto_builder.py index 5185c506..56814daa 100644 --- a/typedb/concept/proto/concept_proto_builder.py +++ b/typedb/concept/proto/concept_proto_builder.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2021 Vaticle +# Copyright (C) 2022 Vaticle # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/typedb/concept/proto/concept_proto_reader.py b/typedb/concept/proto/concept_proto_reader.py index a16d5d52..fe5386eb 100644 --- a/typedb/concept/proto/concept_proto_reader.py +++ b/typedb/concept/proto/concept_proto_reader.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2021 Vaticle +# Copyright (C) 2022 Vaticle # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/typedb/concept/thing/attribute.py b/typedb/concept/thing/attribute.py index c32f826e..f45aef6e 100644 --- a/typedb/concept/thing/attribute.py +++ b/typedb/concept/thing/attribute.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2021 Vaticle +# Copyright (C) 2022 Vaticle # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/typedb/concept/thing/entity.py b/typedb/concept/thing/entity.py index cf480e2c..ade825d3 100644 --- a/typedb/concept/thing/entity.py +++ b/typedb/concept/thing/entity.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2021 Vaticle +# Copyright (C) 2022 Vaticle # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/typedb/concept/thing/relation.py b/typedb/concept/thing/relation.py index 0c0a5401..8e72fd8d 100644 --- a/typedb/concept/thing/relation.py +++ b/typedb/concept/thing/relation.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2021 Vaticle +# Copyright (C) 2022 Vaticle # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/typedb/concept/thing/thing.py b/typedb/concept/thing/thing.py index 74a0e105..39d5bdef 100644 --- a/typedb/concept/thing/thing.py +++ b/typedb/concept/thing/thing.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2021 Vaticle +# Copyright (C) 2022 Vaticle # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/typedb/concept/type/attribute_type.py b/typedb/concept/type/attribute_type.py index 081b0927..ad899992 100644 --- a/typedb/concept/type/attribute_type.py +++ b/typedb/concept/type/attribute_type.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2021 Vaticle +# Copyright (C) 2022 Vaticle # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/typedb/concept/type/entity_type.py b/typedb/concept/type/entity_type.py index a2164d5f..8912d06d 100644 --- a/typedb/concept/type/entity_type.py +++ b/typedb/concept/type/entity_type.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2021 Vaticle +# Copyright (C) 2022 Vaticle # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/typedb/concept/type/relation_type.py b/typedb/concept/type/relation_type.py index dfdc99d6..762d055e 100644 --- a/typedb/concept/type/relation_type.py +++ b/typedb/concept/type/relation_type.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2021 Vaticle +# Copyright (C) 2022 Vaticle # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/typedb/concept/type/role_type.py b/typedb/concept/type/role_type.py index 81e06ecf..47ef7b42 100644 --- a/typedb/concept/type/role_type.py +++ b/typedb/concept/type/role_type.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2021 Vaticle +# Copyright (C) 2022 Vaticle # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/typedb/concept/type/thing_type.py b/typedb/concept/type/thing_type.py index 09212942..95975968 100644 --- a/typedb/concept/type/thing_type.py +++ b/typedb/concept/type/thing_type.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2021 Vaticle +# Copyright (C) 2022 Vaticle # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/typedb/concept/type/type.py b/typedb/concept/type/type.py index cef39d5c..0bb76447 100644 --- a/typedb/concept/type/type.py +++ b/typedb/concept/type/type.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2021 Vaticle +# Copyright (C) 2022 Vaticle # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/typedb/connection/client.py b/typedb/connection/client.py index 02dc69cb..825ca562 100644 --- a/typedb/connection/client.py +++ b/typedb/connection/client.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2021 Vaticle +# Copyright (C) 2022 Vaticle # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/typedb/connection/cluster/client.py b/typedb/connection/cluster/client.py index dc035ad2..c381de17 100644 --- a/typedb/connection/cluster/client.py +++ b/typedb/connection/cluster/client.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2021 Vaticle +# Copyright (C) 2022 Vaticle # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/typedb/connection/cluster/database.py b/typedb/connection/cluster/database.py index ce7dc67d..729a5a67 100644 --- a/typedb/connection/cluster/database.py +++ b/typedb/connection/cluster/database.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2021 Vaticle +# Copyright (C) 2022 Vaticle # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/typedb/connection/cluster/database_manager.py b/typedb/connection/cluster/database_manager.py index 593942a7..c403c1b8 100644 --- a/typedb/connection/cluster/database_manager.py +++ b/typedb/connection/cluster/database_manager.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2021 Vaticle +# Copyright (C) 2022 Vaticle # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/typedb/connection/cluster/server_client.py b/typedb/connection/cluster/server_client.py index c281e11d..4f1f9199 100644 --- a/typedb/connection/cluster/server_client.py +++ b/typedb/connection/cluster/server_client.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2021 Vaticle +# Copyright (C) 2022 Vaticle # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/typedb/connection/cluster/session.py b/typedb/connection/cluster/session.py index 74bfa3a7..03ce7a16 100644 --- a/typedb/connection/cluster/session.py +++ b/typedb/connection/cluster/session.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2021 Vaticle +# Copyright (C) 2022 Vaticle # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/typedb/connection/cluster/stub.py b/typedb/connection/cluster/stub.py index 7786a01e..03300381 100644 --- a/typedb/connection/cluster/stub.py +++ b/typedb/connection/cluster/stub.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2021 Vaticle +# Copyright (C) 2022 Vaticle # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/typedb/connection/cluster/user.py b/typedb/connection/cluster/user.py index a5e91220..12fe2c1d 100644 --- a/typedb/connection/cluster/user.py +++ b/typedb/connection/cluster/user.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2021 Vaticle +# Copyright (C) 2022 Vaticle # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/typedb/connection/cluster/user_manager.py b/typedb/connection/cluster/user_manager.py index d36f4c3a..cdadf5cb 100644 --- a/typedb/connection/cluster/user_manager.py +++ b/typedb/connection/cluster/user_manager.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2021 Vaticle +# Copyright (C) 2022 Vaticle # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/typedb/connection/core/client.py b/typedb/connection/core/client.py index 85a2daa3..716720b6 100644 --- a/typedb/connection/core/client.py +++ b/typedb/connection/core/client.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2021 Vaticle +# Copyright (C) 2022 Vaticle # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/typedb/connection/core/stub.py b/typedb/connection/core/stub.py index 2e942518..85b10d06 100644 --- a/typedb/connection/core/stub.py +++ b/typedb/connection/core/stub.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2021 Vaticle +# Copyright (C) 2022 Vaticle # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/typedb/connection/database.py b/typedb/connection/database.py index 35f86ebf..ed1b4a98 100644 --- a/typedb/connection/database.py +++ b/typedb/connection/database.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2021 Vaticle +# Copyright (C) 2022 Vaticle # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/typedb/connection/database_manager.py b/typedb/connection/database_manager.py index 3895ab3b..90ada896 100644 --- a/typedb/connection/database_manager.py +++ b/typedb/connection/database_manager.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2021 Vaticle +# Copyright (C) 2022 Vaticle # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/typedb/connection/session.py b/typedb/connection/session.py index 8a2fa787..57091dcf 100644 --- a/typedb/connection/session.py +++ b/typedb/connection/session.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2021 Vaticle +# Copyright (C) 2022 Vaticle # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/typedb/connection/transaction.py b/typedb/connection/transaction.py index c3cebf0e..e015a2d1 100644 --- a/typedb/connection/transaction.py +++ b/typedb/connection/transaction.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2021 Vaticle +# Copyright (C) 2022 Vaticle # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/typedb/logic/explanation.py b/typedb/logic/explanation.py index b75a50bf..894660a7 100644 --- a/typedb/logic/explanation.py +++ b/typedb/logic/explanation.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2021 Vaticle +# Copyright (C) 2022 Vaticle # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/typedb/logic/logic_manager.py b/typedb/logic/logic_manager.py index 1c0f4b7a..cb44865e 100644 --- a/typedb/logic/logic_manager.py +++ b/typedb/logic/logic_manager.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2021 Vaticle +# Copyright (C) 2022 Vaticle # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/typedb/logic/rule.py b/typedb/logic/rule.py index 0bb4d00e..bb1d75df 100644 --- a/typedb/logic/rule.py +++ b/typedb/logic/rule.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2021 Vaticle +# Copyright (C) 2022 Vaticle # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/typedb/query/query_manager.py b/typedb/query/query_manager.py index 853a1150..5324762c 100644 --- a/typedb/query/query_manager.py +++ b/typedb/query/query_manager.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2021 Vaticle +# Copyright (C) 2022 Vaticle # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/typedb/stream/bidirectional_stream.py b/typedb/stream/bidirectional_stream.py index 596ae40b..57bf7d4c 100644 --- a/typedb/stream/bidirectional_stream.py +++ b/typedb/stream/bidirectional_stream.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2021 Vaticle +# Copyright (C) 2022 Vaticle # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/typedb/stream/request_transmitter.py b/typedb/stream/request_transmitter.py index 83b28f56..e0475803 100644 --- a/typedb/stream/request_transmitter.py +++ b/typedb/stream/request_transmitter.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2021 Vaticle +# Copyright (C) 2022 Vaticle # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/typedb/stream/response_collector.py b/typedb/stream/response_collector.py index 59b55380..ea65bff9 100644 --- a/typedb/stream/response_collector.py +++ b/typedb/stream/response_collector.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2021 Vaticle +# Copyright (C) 2022 Vaticle # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file diff --git a/typedb/stream/response_part_iterator.py b/typedb/stream/response_part_iterator.py index 95a51c2d..3e9c8537 100644 --- a/typedb/stream/response_part_iterator.py +++ b/typedb/stream/response_part_iterator.py @@ -1,5 +1,5 @@ # -# Copyright (C) 2021 Vaticle +# Copyright (C) 2022 Vaticle # # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file