From ff0d02b6248409086d70e0fbbfc3946d78ee127a Mon Sep 17 00:00:00 2001 From: hwdef Date: Tue, 22 Oct 2019 13:09:27 +0800 Subject: [PATCH] test: update license Signed-off-by: hwdef --- test/backup.py | 2 +- test/backup_mysqlctld.py | 2 +- test/backup_only.py | 2 +- test/backup_transform.py | 2 +- test/backup_transform_mysqlctld.py | 2 +- test/base_sharding.py | 2 +- test/binlog.py | 2 +- test/cache_invalidation.py | 2 +- test/cell_no_aliases.py | 2 +- test/cluster/aws_environment.py | 2 +- test/cluster/backup_test.py | 2 +- test/cluster/base_cluster_test.py | 2 +- test/cluster/base_environment.py | 2 +- test/cluster/drain_test.py | 2 +- test/cluster/k8s_environment.py | 2 +- test/cluster/keytar/dummy_test.py | 2 +- test/cluster/keytar/keytar-down.sh | 2 +- test/cluster/keytar/keytar-up.sh | 2 +- test/cluster/keytar/keytar.py | 2 +- test/cluster/keytar/keytar_test.py | 2 +- test/cluster/keytar/keytar_web_test.py | 2 +- test/cluster/keytar/test_runner.py | 2 +- test/cluster/local_environment.py | 2 +- test/cluster/reparent_test.py | 2 +- test/cluster/sandbox/create_schema.py | 2 +- test/cluster/sandbox/fix_served_types.py | 2 +- test/cluster/sandbox/fix_served_types_test.py | 2 +- test/cluster/sandbox/gke.py | 2 +- test/cluster/sandbox/initial_reparent.py | 2 +- test/cluster/sandbox/kubernetes_components.py | 2 +- test/cluster/sandbox/sandbox.py | 2 +- test/cluster/sandbox/sandbox_utils.py | 2 +- test/cluster/sandbox/sandlet.py | 2 +- test/cluster/sandbox/sandlet_test.py | 2 +- test/cluster/sandbox/subprocess_component.py | 2 +- test/cluster/sandbox/vitess_kubernetes_sandbox.py | 2 +- test/cluster/sandbox/vtctl_sandbox.py | 2 +- test/cluster/sandbox/wait_for_mysql.py | 2 +- test/cluster/vtctl_helper.py | 2 +- test/custom_sharding.py | 2 +- test/encrypted_replication.py | 2 +- test/encrypted_transport.py | 2 +- test/environment.py | 2 +- test/grpc_protocols_flavor.py | 2 +- test/horizontal_resharding_workflow.py | 2 +- test/initial_sharding.py | 2 +- test/initial_sharding_bytes.py | 2 +- test/initial_sharding_multi.py | 2 +- test/initial_sharding_multi_split_diff.py | 2 +- test/keyrange_test.py | 2 +- test/keyspace_test.py | 2 +- test/keyspace_util.py | 2 +- test/legacy_resharding.py | 2 +- test/local_example.sh | 2 +- test/merge_sharding.py | 2 +- test/merge_sharding_bytes.py | 2 +- test/messaging.py | 2 +- test/mysql_flavor.py | 2 +- test/mysql_server_test.py | 2 +- test/mysqlctl.py | 2 +- test/protocols_flavor.py | 2 +- test/python_client_test.py | 2 +- test/reparent.py | 2 +- test/resharding.py | 2 +- test/resharding_bytes.py | 2 +- test/resharding_multi_split_diff.py | 2 +- test/resharding_rbr.py | 2 +- test/schema.py | 2 +- test/schema_swap_test.py | 2 +- test/sharded.py | 2 +- test/tablet.py | 2 +- test/tabletmanager.py | 2 +- test/tabletmanager2.py | 2 +- test/topo_flavor/__init__.py | 2 +- test/topo_flavor/consul.py | 2 +- test/topo_flavor/etcd2.py | 2 +- test/topo_flavor/server.py | 2 +- test/topo_flavor/zk2.py | 2 +- test/update_stream.py | 2 +- test/update_stream_rbr.py | 2 +- test/utils.py | 2 +- test/vertical_split.py | 2 +- test/vertical_split_rbr.py | 2 +- test/vtctld_test.py | 2 +- test/vtctld_web_test.py | 2 +- test/vtgate_buffer.py | 2 +- test/vtgate_gateway_flavor/__init__.py | 2 +- test/vtgate_gateway_flavor/discoverygateway.py | 2 +- test/vtgate_gateway_flavor/gateway.py | 2 +- test/vtgate_utils_test.py | 2 +- test/vtgatev2_test.py | 2 +- test/vtgatev3_test.py | 2 +- test/vthook-make_mycnf | 2 +- test/vthook-test.sh | 2 +- test/vthook-test_backup_error | 2 +- test/vthook-test_backup_transform | 2 +- test/vttest_sample_test.py | 2 +- test/worker.py | 2 +- 98 files changed, 98 insertions(+), 98 deletions(-) diff --git a/test/backup.py b/test/backup.py index c6d3d74345..823e2a2ba2 100755 --- a/test/backup.py +++ b/test/backup.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright 2017 Google Inc. +# Copyright 2019 The Vitess Authors. # # 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/test/backup_mysqlctld.py b/test/backup_mysqlctld.py index 58041806a9..a3ed88ee8b 100755 --- a/test/backup_mysqlctld.py +++ b/test/backup_mysqlctld.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright 2017 Google Inc. +# Copyright 2019 The Vitess Authors. # # 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/test/backup_only.py b/test/backup_only.py index d07f48919b..dd9b547dac 100755 --- a/test/backup_only.py +++ b/test/backup_only.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright 2017 The Vitess Authors. +# Copyright 2019 The Vitess Authors. # # 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/test/backup_transform.py b/test/backup_transform.py index 050ad21549..b0e665b6fa 100755 --- a/test/backup_transform.py +++ b/test/backup_transform.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright 2017 Google Inc. +# Copyright 2019 The Vitess Authors. # # 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/test/backup_transform_mysqlctld.py b/test/backup_transform_mysqlctld.py index c5383f733d..537b3d95a2 100755 --- a/test/backup_transform_mysqlctld.py +++ b/test/backup_transform_mysqlctld.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright 2017 Google Inc. +# Copyright 2019 The Vitess Authors. # # 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/test/base_sharding.py b/test/base_sharding.py index 5cdb539827..0978993e03 100644 --- a/test/base_sharding.py +++ b/test/base_sharding.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright 2017 Google Inc. +# Copyright 2019 The Vitess Authors. # # 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/test/binlog.py b/test/binlog.py index cb677f051a..9b4f09cb2a 100755 --- a/test/binlog.py +++ b/test/binlog.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- # -# Copyright 2017 Google Inc. +# Copyright 2019 The Vitess Authors. # # 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/test/cache_invalidation.py b/test/cache_invalidation.py index 576a7860f3..595ff7f8e6 100755 --- a/test/cache_invalidation.py +++ b/test/cache_invalidation.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright 2017 Google Inc. +# Copyright 2019 The Vitess Authors. # # 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/test/cell_no_aliases.py b/test/cell_no_aliases.py index 5344cfa0a7..5d0668b0b4 100755 --- a/test/cell_no_aliases.py +++ b/test/cell_no_aliases.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright 2017 Google Inc. +# Copyright 2019 The Vitess Authors. # # 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/test/cluster/aws_environment.py b/test/cluster/aws_environment.py index b4a9443c85..069b678a0d 100644 --- a/test/cluster/aws_environment.py +++ b/test/cluster/aws_environment.py @@ -1,4 +1,4 @@ -# Copyright 2017 Google Inc. +# Copyright 2019 The Vitess Authors. # # 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/test/cluster/backup_test.py b/test/cluster/backup_test.py index 9f9a62d254..3bfa01b32f 100755 --- a/test/cluster/backup_test.py +++ b/test/cluster/backup_test.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright 2017 Google Inc. +# Copyright 2019 The Vitess Authors. # # 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/test/cluster/base_cluster_test.py b/test/cluster/base_cluster_test.py index 44b9678027..cb8cd5a4e6 100644 --- a/test/cluster/base_cluster_test.py +++ b/test/cluster/base_cluster_test.py @@ -1,4 +1,4 @@ -# Copyright 2017 Google Inc. +# Copyright 2019 The Vitess Authors. # # 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/test/cluster/base_environment.py b/test/cluster/base_environment.py index 830d4a4f9f..436353c498 100644 --- a/test/cluster/base_environment.py +++ b/test/cluster/base_environment.py @@ -1,4 +1,4 @@ -# Copyright 2017 Google Inc. +# Copyright 2019 The Vitess Authors. # # 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/test/cluster/drain_test.py b/test/cluster/drain_test.py index 0d17d09542..ae573d5c90 100755 --- a/test/cluster/drain_test.py +++ b/test/cluster/drain_test.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright 2017 Google Inc. +# Copyright 2019 The Vitess Authors. # # 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/test/cluster/k8s_environment.py b/test/cluster/k8s_environment.py index deddabbd20..0951ae58a0 100644 --- a/test/cluster/k8s_environment.py +++ b/test/cluster/k8s_environment.py @@ -1,4 +1,4 @@ -# Copyright 2017 Google Inc. +# Copyright 2019 The Vitess Authors. # # 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/test/cluster/keytar/dummy_test.py b/test/cluster/keytar/dummy_test.py index 66d3320318..e0ae6cf6fd 100755 --- a/test/cluster/keytar/dummy_test.py +++ b/test/cluster/keytar/dummy_test.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright 2017 Google Inc. +# Copyright 2019 The Vitess Authors. # # 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/test/cluster/keytar/keytar-down.sh b/test/cluster/keytar/keytar-down.sh index 44f9e48c26..d82a4b08f3 100755 --- a/test/cluster/keytar/keytar-down.sh +++ b/test/cluster/keytar/keytar-down.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2017 Google Inc. +# Copyright 2019 The Vitess Authors. # # 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/test/cluster/keytar/keytar-up.sh b/test/cluster/keytar/keytar-up.sh index 5902766c0d..a2f51b0555 100755 --- a/test/cluster/keytar/keytar-up.sh +++ b/test/cluster/keytar/keytar-up.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2017 Google Inc. +# Copyright 2019 The Vitess Authors. # # 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/test/cluster/keytar/keytar.py b/test/cluster/keytar/keytar.py index e5b8e22d99..9b1af17623 100755 --- a/test/cluster/keytar/keytar.py +++ b/test/cluster/keytar/keytar.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright 2017 Google Inc. +# Copyright 2019 The Vitess Authors. # # 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/test/cluster/keytar/keytar_test.py b/test/cluster/keytar/keytar_test.py index 01855cc7bf..04769a013b 100644 --- a/test/cluster/keytar/keytar_test.py +++ b/test/cluster/keytar/keytar_test.py @@ -1,4 +1,4 @@ -# Copyright 2017 Google Inc. +# Copyright 2019 The Vitess Authors. # # 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/test/cluster/keytar/keytar_web_test.py b/test/cluster/keytar/keytar_web_test.py index 6d948b4053..5784d3335f 100755 --- a/test/cluster/keytar/keytar_web_test.py +++ b/test/cluster/keytar/keytar_web_test.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright 2017 Google Inc. +# Copyright 2019 The Vitess Authors. # # 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/test/cluster/keytar/test_runner.py b/test/cluster/keytar/test_runner.py index 5527bd2f04..79d8d496e0 100755 --- a/test/cluster/keytar/test_runner.py +++ b/test/cluster/keytar/test_runner.py @@ -1,4 +1,4 @@ -# Copyright 2017 Google Inc. +# Copyright 2019 The Vitess Authors. # # 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/test/cluster/local_environment.py b/test/cluster/local_environment.py index 5a237c0c37..d868a2d750 100644 --- a/test/cluster/local_environment.py +++ b/test/cluster/local_environment.py @@ -1,4 +1,4 @@ -# Copyright 2017 Google Inc. +# Copyright 2019 The Vitess Authors. # # 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/test/cluster/reparent_test.py b/test/cluster/reparent_test.py index 85166f628f..756cdea388 100755 --- a/test/cluster/reparent_test.py +++ b/test/cluster/reparent_test.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright 2017 Google Inc. +# Copyright 2019 The Vitess Authors. # # 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/test/cluster/sandbox/create_schema.py b/test/cluster/sandbox/create_schema.py index 6b28f147e2..198858eeff 100755 --- a/test/cluster/sandbox/create_schema.py +++ b/test/cluster/sandbox/create_schema.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright 2017 Google Inc. +# Copyright 2019 The Vitess Authors. # # 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/test/cluster/sandbox/fix_served_types.py b/test/cluster/sandbox/fix_served_types.py index 8844135233..10c40bf117 100755 --- a/test/cluster/sandbox/fix_served_types.py +++ b/test/cluster/sandbox/fix_served_types.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright 2017 Google Inc. +# Copyright 2019 The Vitess Authors. # # 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/test/cluster/sandbox/fix_served_types_test.py b/test/cluster/sandbox/fix_served_types_test.py index 8e67c117dd..ed9c39c192 100644 --- a/test/cluster/sandbox/fix_served_types_test.py +++ b/test/cluster/sandbox/fix_served_types_test.py @@ -1,4 +1,4 @@ -# Copyright 2017 Google Inc. +# Copyright 2019 The Vitess Authors. # # 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/test/cluster/sandbox/gke.py b/test/cluster/sandbox/gke.py index b2448c0c43..e9bcf4c16b 100755 --- a/test/cluster/sandbox/gke.py +++ b/test/cluster/sandbox/gke.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright 2017 Google Inc. +# Copyright 2019 The Vitess Authors. # # 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/test/cluster/sandbox/initial_reparent.py b/test/cluster/sandbox/initial_reparent.py index 561eb0053c..8ed555ff74 100755 --- a/test/cluster/sandbox/initial_reparent.py +++ b/test/cluster/sandbox/initial_reparent.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright 2017 Google Inc. +# Copyright 2019 The Vitess Authors. # # 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/test/cluster/sandbox/kubernetes_components.py b/test/cluster/sandbox/kubernetes_components.py index 993891aa66..e67c4bf379 100755 --- a/test/cluster/sandbox/kubernetes_components.py +++ b/test/cluster/sandbox/kubernetes_components.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright 2017 Google Inc. +# Copyright 2019 The Vitess Authors. # # 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/test/cluster/sandbox/sandbox.py b/test/cluster/sandbox/sandbox.py index 26747a8a44..366a0eb572 100755 --- a/test/cluster/sandbox/sandbox.py +++ b/test/cluster/sandbox/sandbox.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright 2017 Google Inc. +# Copyright 2019 The Vitess Authors. # # 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/test/cluster/sandbox/sandbox_utils.py b/test/cluster/sandbox/sandbox_utils.py index 9002c768f7..02f39f1fb5 100644 --- a/test/cluster/sandbox/sandbox_utils.py +++ b/test/cluster/sandbox/sandbox_utils.py @@ -1,4 +1,4 @@ -# Copyright 2017 Google Inc. +# Copyright 2019 The Vitess Authors. # # 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/test/cluster/sandbox/sandlet.py b/test/cluster/sandbox/sandlet.py index d8e3b48da1..107a090ec2 100644 --- a/test/cluster/sandbox/sandlet.py +++ b/test/cluster/sandbox/sandlet.py @@ -1,4 +1,4 @@ -# Copyright 2017 Google Inc. +# Copyright 2019 The Vitess Authors. # # 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/test/cluster/sandbox/sandlet_test.py b/test/cluster/sandbox/sandlet_test.py index 1561314fd7..f8cf2d8ec8 100644 --- a/test/cluster/sandbox/sandlet_test.py +++ b/test/cluster/sandbox/sandlet_test.py @@ -1,4 +1,4 @@ -# Copyright 2017 Google Inc. +# Copyright 2019 The Vitess Authors. # # 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/test/cluster/sandbox/subprocess_component.py b/test/cluster/sandbox/subprocess_component.py index 8a55c2a223..744ce4b203 100644 --- a/test/cluster/sandbox/subprocess_component.py +++ b/test/cluster/sandbox/subprocess_component.py @@ -1,4 +1,4 @@ -# Copyright 2017 Google Inc. +# Copyright 2019 The Vitess Authors. # # 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/test/cluster/sandbox/vitess_kubernetes_sandbox.py b/test/cluster/sandbox/vitess_kubernetes_sandbox.py index 75fe1c8b21..734f8d1ac4 100755 --- a/test/cluster/sandbox/vitess_kubernetes_sandbox.py +++ b/test/cluster/sandbox/vitess_kubernetes_sandbox.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright 2017 Google Inc. +# Copyright 2019 The Vitess Authors. # # 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/test/cluster/sandbox/vtctl_sandbox.py b/test/cluster/sandbox/vtctl_sandbox.py index c813ac494b..ef0f1d978e 100755 --- a/test/cluster/sandbox/vtctl_sandbox.py +++ b/test/cluster/sandbox/vtctl_sandbox.py @@ -1,4 +1,4 @@ -# Copyright 2017 Google Inc. +# Copyright 2019 The Vitess Authors. # # 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/test/cluster/sandbox/wait_for_mysql.py b/test/cluster/sandbox/wait_for_mysql.py index 9be3e8435c..ed880afa36 100755 --- a/test/cluster/sandbox/wait_for_mysql.py +++ b/test/cluster/sandbox/wait_for_mysql.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright 2017 Google Inc. +# Copyright 2019 The Vitess Authors. # # 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/test/cluster/vtctl_helper.py b/test/cluster/vtctl_helper.py index 00a960a2d1..4f72ee771c 100644 --- a/test/cluster/vtctl_helper.py +++ b/test/cluster/vtctl_helper.py @@ -1,4 +1,4 @@ -# Copyright 2017 Google Inc. +# Copyright 2019 The Vitess Authors. # # 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/test/custom_sharding.py b/test/custom_sharding.py index b571e2f278..a3197cbb2e 100755 --- a/test/custom_sharding.py +++ b/test/custom_sharding.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright 2017 Google Inc. +# Copyright 2019 The Vitess Authors. # # 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/test/encrypted_replication.py b/test/encrypted_replication.py index ff5d935c5b..d7c61b2cca 100755 --- a/test/encrypted_replication.py +++ b/test/encrypted_replication.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright 2017 Google Inc. +# Copyright 2019 The Vitess Authors. # # 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/test/encrypted_transport.py b/test/encrypted_transport.py index e01f27213c..28e6dbe317 100755 --- a/test/encrypted_transport.py +++ b/test/encrypted_transport.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright 2017 Google Inc. +# Copyright 2019 The Vitess Authors. # # 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/test/environment.py b/test/environment.py index 2319597bc0..ce3b58db68 100644 --- a/test/environment.py +++ b/test/environment.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright 2017 Google Inc. +# Copyright 2019 The Vitess Authors. # # 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/test/grpc_protocols_flavor.py b/test/grpc_protocols_flavor.py index d9685f4453..4ccd7dcabe 100644 --- a/test/grpc_protocols_flavor.py +++ b/test/grpc_protocols_flavor.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright 2017 Google Inc. +# Copyright 2019 The Vitess Authors. # # 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/test/horizontal_resharding_workflow.py b/test/horizontal_resharding_workflow.py index 96c25e0fd0..44a8741f8b 100644 --- a/test/horizontal_resharding_workflow.py +++ b/test/horizontal_resharding_workflow.py @@ -1,4 +1,4 @@ -# Copyright 2017 Google Inc. +# Copyright 2019 The Vitess Authors. # # 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/test/initial_sharding.py b/test/initial_sharding.py index 1213544b17..cd561f3bc7 100755 --- a/test/initial_sharding.py +++ b/test/initial_sharding.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright 2017 Google Inc. +# Copyright 2019 The Vitess Authors. # # 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/test/initial_sharding_bytes.py b/test/initial_sharding_bytes.py index 48463f6144..6103372e7b 100755 --- a/test/initial_sharding_bytes.py +++ b/test/initial_sharding_bytes.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright 2017 Google Inc. +# Copyright 2019 The Vitess Authors. # # 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/test/initial_sharding_multi.py b/test/initial_sharding_multi.py index 11c06c30ae..af0b167ed2 100755 --- a/test/initial_sharding_multi.py +++ b/test/initial_sharding_multi.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright 2017 Google Inc. +# Copyright 2019 The Vitess Authors. # # 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/test/initial_sharding_multi_split_diff.py b/test/initial_sharding_multi_split_diff.py index d21c41cf16..c214d98755 100755 --- a/test/initial_sharding_multi_split_diff.py +++ b/test/initial_sharding_multi_split_diff.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright 2017 Google Inc. +# Copyright 2019 The Vitess Authors. # # 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/test/keyrange_test.py b/test/keyrange_test.py index 68a805ac62..675607fb79 100755 --- a/test/keyrange_test.py +++ b/test/keyrange_test.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright 2017 Google Inc. +# Copyright 2019 The Vitess Authors. # # 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/test/keyspace_test.py b/test/keyspace_test.py index 1153548014..bc35027adc 100755 --- a/test/keyspace_test.py +++ b/test/keyspace_test.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright 2017 Google Inc. +# Copyright 2019 The Vitess Authors. # # 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/test/keyspace_util.py b/test/keyspace_util.py index 52996fec6d..d152937ca7 100644 --- a/test/keyspace_util.py +++ b/test/keyspace_util.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- # -# Copyright 2017 Google Inc. +# Copyright 2019 The Vitess Authors. # # 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/test/legacy_resharding.py b/test/legacy_resharding.py index a145c5e2bb..0bc84d2737 100755 --- a/test/legacy_resharding.py +++ b/test/legacy_resharding.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright 2017 Google Inc. +# Copyright 2019 The Vitess Authors. # # 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/test/local_example.sh b/test/local_example.sh index 88d3ca5253..d0d64e2507 100755 --- a/test/local_example.sh +++ b/test/local_example.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2017 Google Inc. +# Copyright 2019 The Vitess Authors. # # 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/test/merge_sharding.py b/test/merge_sharding.py index 8a424b4bd0..f733ce3045 100755 --- a/test/merge_sharding.py +++ b/test/merge_sharding.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright 2017 Google Inc. +# Copyright 2019 The Vitess Authors. # # 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/test/merge_sharding_bytes.py b/test/merge_sharding_bytes.py index 1a786f7d16..6fc6dc9e99 100755 --- a/test/merge_sharding_bytes.py +++ b/test/merge_sharding_bytes.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright 2017 Google Inc. +# Copyright 2019 The Vitess Authors. # # 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/test/messaging.py b/test/messaging.py index 37dfb0bd6f..31d46faed5 100755 --- a/test/messaging.py +++ b/test/messaging.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # coding: utf-8 -# Copyright 2017 Google Inc. +# Copyright 2019 The Vitess Authors. # # 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/test/mysql_flavor.py b/test/mysql_flavor.py index a0be7b1289..1419738033 100644 --- a/test/mysql_flavor.py +++ b/test/mysql_flavor.py @@ -1,4 +1,4 @@ -# Copyright 2017 Google Inc. +# Copyright 2019 The Vitess Authors. # # 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/test/mysql_server_test.py b/test/mysql_server_test.py index d65380133b..729a519bde 100755 --- a/test/mysql_server_test.py +++ b/test/mysql_server_test.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright 2017 Google Inc. +# Copyright 2019 The Vitess Authors. # # 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/test/mysqlctl.py b/test/mysqlctl.py index 887f4cc6a7..43ec926176 100755 --- a/test/mysqlctl.py +++ b/test/mysqlctl.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright 2017 Google Inc. +# Copyright 2019 The Vitess Authors. # # 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/test/protocols_flavor.py b/test/protocols_flavor.py index 4af6457c8f..b4a32eef56 100644 --- a/test/protocols_flavor.py +++ b/test/protocols_flavor.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright 2017 Google Inc. +# Copyright 2019 The Vitess Authors. # # 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/test/python_client_test.py b/test/python_client_test.py index 02299521db..820902694b 100755 --- a/test/python_client_test.py +++ b/test/python_client_test.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright 2017 Google Inc. +# Copyright 2019 The Vitess Authors. # # 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/test/reparent.py b/test/reparent.py index f8729b7069..a231017690 100755 --- a/test/reparent.py +++ b/test/reparent.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright 2017 Google Inc. +# Copyright 2019 The Vitess Authors. # # 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/test/resharding.py b/test/resharding.py index 4bc50021cf..1ecfcba5ee 100755 --- a/test/resharding.py +++ b/test/resharding.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright 2017 Google Inc. +# Copyright 2019 The Vitess Authors. # # 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/test/resharding_bytes.py b/test/resharding_bytes.py index 74189faecd..4fccf92d17 100755 --- a/test/resharding_bytes.py +++ b/test/resharding_bytes.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright 2017 Google Inc. +# Copyright 2019 The Vitess Authors. # # 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/test/resharding_multi_split_diff.py b/test/resharding_multi_split_diff.py index 6441312881..e4ce4169b1 100755 --- a/test/resharding_multi_split_diff.py +++ b/test/resharding_multi_split_diff.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright 2017 Google Inc. +# Copyright 2019 The Vitess Authors. # # 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/test/resharding_rbr.py b/test/resharding_rbr.py index f0f4d76f11..a2037168ab 100755 --- a/test/resharding_rbr.py +++ b/test/resharding_rbr.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright 2017 Google Inc. +# Copyright 2019 The Vitess Authors. # # 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/test/schema.py b/test/schema.py index d7fc2f4994..fc1781b646 100755 --- a/test/schema.py +++ b/test/schema.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright 2017 Google Inc. +# Copyright 2019 The Vitess Authors. # # 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/test/schema_swap_test.py b/test/schema_swap_test.py index c94b81a2c9..edf381ef6f 100755 --- a/test/schema_swap_test.py +++ b/test/schema_swap_test.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright 2017 Google Inc. +# Copyright 2019 The Vitess Authors. # # 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/test/sharded.py b/test/sharded.py index 83af888c82..280b0ed688 100755 --- a/test/sharded.py +++ b/test/sharded.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright 2017 Google Inc. +# Copyright 2019 The Vitess Authors. # # 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/test/tablet.py b/test/tablet.py index 06e8049246..88c791c824 100644 --- a/test/tablet.py +++ b/test/tablet.py @@ -1,4 +1,4 @@ -# Copyright 2017 Google Inc. +# Copyright 2019 The Vitess Authors. # # 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/test/tabletmanager.py b/test/tabletmanager.py index afe9c97f63..976883f55a 100755 --- a/test/tabletmanager.py +++ b/test/tabletmanager.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright 2017 Google Inc. +# Copyright 2019 The Vitess Authors. # # 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/test/tabletmanager2.py b/test/tabletmanager2.py index b2d4ba8789..20bf74599c 100755 --- a/test/tabletmanager2.py +++ b/test/tabletmanager2.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright 2017 Google Inc. +# Copyright 2019 The Vitess Authors. # # 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/test/topo_flavor/__init__.py b/test/topo_flavor/__init__.py index 1b2b363220..35bf136ccc 100644 --- a/test/topo_flavor/__init__.py +++ b/test/topo_flavor/__init__.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright 2017 Google Inc. +# Copyright 2019 The Vitess Authors. # # 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/test/topo_flavor/consul.py b/test/topo_flavor/consul.py index 9b0ec04bfa..364b37b1f6 100644 --- a/test/topo_flavor/consul.py +++ b/test/topo_flavor/consul.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright 2017 Google Inc. +# Copyright 2019 The Vitess Authors. # # 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/test/topo_flavor/etcd2.py b/test/topo_flavor/etcd2.py index 5c7d3bdcd1..8396bcc2b7 100644 --- a/test/topo_flavor/etcd2.py +++ b/test/topo_flavor/etcd2.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright 2017 Google Inc. +# Copyright 2019 The Vitess Authors. # # 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/test/topo_flavor/server.py b/test/topo_flavor/server.py index 40fee6ad30..24bd8dc798 100644 --- a/test/topo_flavor/server.py +++ b/test/topo_flavor/server.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright 2017 Google Inc. +# Copyright 2019 The Vitess Authors. # # 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/test/topo_flavor/zk2.py b/test/topo_flavor/zk2.py index e3695b1461..a605f8aea9 100644 --- a/test/topo_flavor/zk2.py +++ b/test/topo_flavor/zk2.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright 2017 Google Inc. +# Copyright 2019 The Vitess Authors. # # 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/test/update_stream.py b/test/update_stream.py index 035a3dcd9d..39c8f88c7c 100755 --- a/test/update_stream.py +++ b/test/update_stream.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright 2017 Google Inc. +# Copyright 2019 The Vitess Authors. # # 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/test/update_stream_rbr.py b/test/update_stream_rbr.py index 706f0ff070..313d209378 100755 --- a/test/update_stream_rbr.py +++ b/test/update_stream_rbr.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright 2017 Google Inc. +# Copyright 2019 The Vitess Authors. # # 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/test/utils.py b/test/utils.py index e73dccfdfd..fd73e2ef33 100644 --- a/test/utils.py +++ b/test/utils.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright 2017 Google Inc. +# Copyright 2019 The Vitess Authors. # # 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/test/vertical_split.py b/test/vertical_split.py index 7f659d655e..fbb61c30c7 100755 --- a/test/vertical_split.py +++ b/test/vertical_split.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright 2017 Google Inc. +# Copyright 2019 The Vitess Authors. # # 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/test/vertical_split_rbr.py b/test/vertical_split_rbr.py index 0243085c34..dc332dc518 100755 --- a/test/vertical_split_rbr.py +++ b/test/vertical_split_rbr.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright 2017 Google Inc. +# Copyright 2019 The Vitess Authors. # # 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/test/vtctld_test.py b/test/vtctld_test.py index 9bdfbe03a1..e481ce16f5 100755 --- a/test/vtctld_test.py +++ b/test/vtctld_test.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright 2017 Google Inc. +# Copyright 2019 The Vitess Authors. # # 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/test/vtctld_web_test.py b/test/vtctld_web_test.py index 4fbe813131..19738abf77 100755 --- a/test/vtctld_web_test.py +++ b/test/vtctld_web_test.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright 2017 Google Inc. +# Copyright 2019 The Vitess Authors. # # 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/test/vtgate_buffer.py b/test/vtgate_buffer.py index ecc24d6155..a4f02924b0 100755 --- a/test/vtgate_buffer.py +++ b/test/vtgate_buffer.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright 2017 Google Inc. +# Copyright 2019 The Vitess Authors. # # 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/test/vtgate_gateway_flavor/__init__.py b/test/vtgate_gateway_flavor/__init__.py index 1b2b363220..35bf136ccc 100644 --- a/test/vtgate_gateway_flavor/__init__.py +++ b/test/vtgate_gateway_flavor/__init__.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright 2017 Google Inc. +# Copyright 2019 The Vitess Authors. # # 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/test/vtgate_gateway_flavor/discoverygateway.py b/test/vtgate_gateway_flavor/discoverygateway.py index dcf48de082..79c20ea215 100644 --- a/test/vtgate_gateway_flavor/discoverygateway.py +++ b/test/vtgate_gateway_flavor/discoverygateway.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright 2017 Google Inc. +# Copyright 2019 The Vitess Authors. # # 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/test/vtgate_gateway_flavor/gateway.py b/test/vtgate_gateway_flavor/gateway.py index fd96c3baf7..5ab8f4759e 100644 --- a/test/vtgate_gateway_flavor/gateway.py +++ b/test/vtgate_gateway_flavor/gateway.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright 2017 Google Inc. +# Copyright 2019 The Vitess Authors. # # 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/test/vtgate_utils_test.py b/test/vtgate_utils_test.py index f6265419f6..2c38b71cfb 100755 --- a/test/vtgate_utils_test.py +++ b/test/vtgate_utils_test.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # coding: utf-8 -# Copyright 2017 Google Inc. +# Copyright 2019 The Vitess Authors. # # 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/test/vtgatev2_test.py b/test/vtgatev2_test.py index 4d45f44d30..7f634a965b 100755 --- a/test/vtgatev2_test.py +++ b/test/vtgatev2_test.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # coding: utf-8 -# Copyright 2017 Google Inc. +# Copyright 2019 The Vitess Authors. # # 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/test/vtgatev3_test.py b/test/vtgatev3_test.py index 557832dfd5..6d6e02743d 100755 --- a/test/vtgatev3_test.py +++ b/test/vtgatev3_test.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # coding: utf-8 -# Copyright 2017 Google Inc. +# Copyright 2019 The Vitess Authors. # # 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/test/vthook-make_mycnf b/test/vthook-make_mycnf index 9755abc56a..ed9b946d71 100755 --- a/test/vthook-make_mycnf +++ b/test/vthook-make_mycnf @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2018 The Vitess Authors. +# Copyright 2019 The Vitess Authors. # # 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/test/vthook-test.sh b/test/vthook-test.sh index 73f0ed36cd..8642ef8d2f 100755 --- a/test/vthook-test.sh +++ b/test/vthook-test.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2017 Google Inc. +# Copyright 2019 The Vitess Authors. # # 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/test/vthook-test_backup_error b/test/vthook-test_backup_error index 584e48929c..233de9b7b2 100755 --- a/test/vthook-test_backup_error +++ b/test/vthook-test_backup_error @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2017 Google Inc. +# Copyright 2019 The Vitess Authors. # # 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/test/vthook-test_backup_transform b/test/vthook-test_backup_transform index ac29e6b274..f90b3094f9 100755 --- a/test/vthook-test_backup_transform +++ b/test/vthook-test_backup_transform @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2017 Google Inc. +# Copyright 2019 The Vitess Authors. # # 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/test/vttest_sample_test.py b/test/vttest_sample_test.py index ac815b843b..98888a9777 100755 --- a/test/vttest_sample_test.py +++ b/test/vttest_sample_test.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright 2017 Google Inc. +# Copyright 2019 The Vitess Authors. # # 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/test/worker.py b/test/worker.py index 5c51f81128..d7a7bd729e 100755 --- a/test/worker.py +++ b/test/worker.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright 2017 Google Inc. +# Copyright 2019 The Vitess Authors. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.