From ee0146ef8e2905f9cd338be472e34656aeb07d38 Mon Sep 17 00:00:00 2001 From: Kislay Kishore Date: Tue, 18 Jun 2024 12:48:20 +0530 Subject: [PATCH] Fix copyright --- Dockerfile | 2 +- perfmetrics/scripts/bigquery/constants.py | 2 +- perfmetrics/scripts/bigquery/experiments_gcsfuse_bq.py | 2 +- perfmetrics/scripts/bigquery/experiments_gcsfuse_bq_test.py | 2 +- perfmetrics/scripts/bigquery/get_experiments_config.py | 2 +- perfmetrics/scripts/bigquery/requirements.in | 2 +- perfmetrics/scripts/bigquery/requirements.txt | 2 +- perfmetrics/scripts/bigquery/setup.py | 2 +- perfmetrics/scripts/build_and_install_gcsfuse.sh | 2 +- perfmetrics/scripts/continuous_test/gcp_ubuntu/build.sh | 2 +- perfmetrics/scripts/continuous_test/gcp_ubuntu/continuous.cfg | 2 +- .../scripts/continuous_test/gcp_ubuntu/e2e_tests/build.sh | 2 +- .../continuous_test/gcp_ubuntu/e2e_tests/e2e-tests-master.cfg | 2 +- .../continuous_test/gcp_ubuntu/e2e_tests/e2e-tests-release.cfg | 2 +- .../continuous_test/gcp_ubuntu/periodic_experiments/build.sh | 2 +- .../gcp_ubuntu/periodic_experiments/continuous.cfg | 2 +- .../gcp_ubuntu/periodic_experiments/experiment1.cfg | 2 +- .../gcp_ubuntu/periodic_experiments/experiment2.cfg | 2 +- .../gcp_ubuntu/periodic_experiments/experiment3.cfg | 2 +- .../gcp_ubuntu/periodic_experiments/experiment4.cfg | 2 +- .../continuous_test/ml_tests/pytorch/v1_12/dino/build.sh | 2 +- .../continuous_test/ml_tests/pytorch/v1_12/dino/continuous.cfg | 2 +- .../scripts/continuous_test/ml_tests/pytorch/v2/dino/build.sh | 2 +- .../continuous_test/ml_tests/pytorch/v2/dino/continuous.cfg | 2 +- .../scripts/continuous_test/ml_tests/run_and_manage_test.sh | 2 +- perfmetrics/scripts/fetch_and_upload_metrics.py | 2 +- perfmetrics/scripts/fio/fio_metrics.py | 2 +- perfmetrics/scripts/fio/install_fio.sh | 2 +- perfmetrics/scripts/load_tests/python/__init__.py | 2 +- .../scripts/load_tests/python/load_generator/__init__.py | 2 +- .../scripts/load_tests/python/load_generator/constants.py | 2 +- .../scripts/load_tests/python/load_generator/load_generator.py | 2 +- perfmetrics/scripts/load_tests/python/load_generator/task.py | 2 +- perfmetrics/scripts/load_tests/python/load_test.py | 2 +- perfmetrics/scripts/load_tests/python/requirements.in | 2 +- perfmetrics/scripts/load_tests/python/tasks/__init__.py | 2 +- perfmetrics/scripts/load_tests/python/tasks/python_os.py | 2 +- perfmetrics/scripts/load_tests/python/tasks/tf_data.py | 2 +- perfmetrics/scripts/load_tests/python/tasks/tf_gfile.py | 2 +- perfmetrics/scripts/ls_metrics/listing_benchmark.py | 2 +- perfmetrics/scripts/ls_metrics/listing_benchmark_test.py | 2 +- perfmetrics/scripts/ls_metrics/requirements.in | 2 +- perfmetrics/scripts/ml_tests/pytorch/run_container.sh | 2 +- perfmetrics/scripts/ml_tests/pytorch/run_model.sh | 2 +- perfmetrics/scripts/ml_tests/pytorch/v1_12/dino/Dockerfile | 2 +- .../ml_tests/pytorch/v1_12/dino/setup_host_and_run_container.sh | 2 +- perfmetrics/scripts/ml_tests/pytorch/v2/dino/Dockerfile | 2 +- .../ml_tests/pytorch/v2/dino/setup_host_and_run_container.sh | 2 +- perfmetrics/scripts/ml_tests/tf/resnet/Dockerfile | 2 +- perfmetrics/scripts/presubmit/run_load_test_on_presubmit.sh | 2 +- perfmetrics/scripts/presubmit_test/pr_perf_test/build.sh | 2 +- perfmetrics/scripts/presubmit_test/pr_perf_test/presubmit.cfg | 2 +- perfmetrics/scripts/read_cache/generate_yml_config.sh | 2 +- perfmetrics/scripts/read_cache/mount_gcsfuse.sh | 2 +- perfmetrics/scripts/read_cache/run_read_cache_fio_workload.sh | 2 +- perfmetrics/scripts/read_cache/setup.sh | 2 +- perfmetrics/scripts/requirements.in | 2 +- perfmetrics/scripts/run_load_test_and_fetch_metrics.sh | 2 +- perfmetrics/scripts/vm_metrics/vm_metrics.py | 2 +- perfmetrics/scripts/vm_metrics/vm_metrics_test.py | 2 +- tools/cd_scripts/e2e_test.sh | 2 +- tools/cd_scripts/install_test.sh | 2 +- tools/cd_scripts/package_gcsfuse.sh | 2 +- tools/cd_scripts/requirements.in | 2 +- tools/containerize_gcsfuse_docker/Dockerfile | 2 +- tools/gem_dependency/Gemfile | 2 +- tools/integration_tests/run_e2e_tests.sh | 2 +- .../util/log_parser/json_parser/read_logs/helpers.go | 2 +- .../log_parser/json_parser/read_logs/json_read_log_parser.go | 2 +- .../json_parser/read_logs/json_read_log_parser_test.go | 2 +- .../util/log_parser/json_parser/read_logs/structure.go | 2 +- tools/package_gcsfuse_docker/Dockerfile | 2 +- 72 files changed, 72 insertions(+), 72 deletions(-) diff --git a/Dockerfile b/Dockerfile index ab24ef13f3..6a10bb5535 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http:#www.apache.org/licenses/LICENSE-2.0 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/perfmetrics/scripts/bigquery/constants.py b/perfmetrics/scripts/bigquery/constants.py index 4bc1c7a3ed..50ff31a4d2 100644 --- a/perfmetrics/scripts/bigquery/constants.py +++ b/perfmetrics/scripts/bigquery/constants.py @@ -4,7 +4,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http:#www.apache.org/licenses/LICENSE-2.0 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/perfmetrics/scripts/bigquery/experiments_gcsfuse_bq.py b/perfmetrics/scripts/bigquery/experiments_gcsfuse_bq.py index 150b613d17..5d021f1b29 100644 --- a/perfmetrics/scripts/bigquery/experiments_gcsfuse_bq.py +++ b/perfmetrics/scripts/bigquery/experiments_gcsfuse_bq.py @@ -4,7 +4,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http:#www.apache.org/licenses/LICENSE-2.0 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/perfmetrics/scripts/bigquery/experiments_gcsfuse_bq_test.py b/perfmetrics/scripts/bigquery/experiments_gcsfuse_bq_test.py index 67370745db..b18f0f8bce 100644 --- a/perfmetrics/scripts/bigquery/experiments_gcsfuse_bq_test.py +++ b/perfmetrics/scripts/bigquery/experiments_gcsfuse_bq_test.py @@ -4,7 +4,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http:#www.apache.org/licenses/LICENSE-2.0 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/perfmetrics/scripts/bigquery/get_experiments_config.py b/perfmetrics/scripts/bigquery/get_experiments_config.py index 2247a3ce3f..075cba797a 100644 --- a/perfmetrics/scripts/bigquery/get_experiments_config.py +++ b/perfmetrics/scripts/bigquery/get_experiments_config.py @@ -4,7 +4,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http:#www.apache.org/licenses/LICENSE-2.0 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/perfmetrics/scripts/bigquery/requirements.in b/perfmetrics/scripts/bigquery/requirements.in index 2396a67093..08144cfc39 100644 --- a/perfmetrics/scripts/bigquery/requirements.in +++ b/perfmetrics/scripts/bigquery/requirements.in @@ -4,7 +4,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http:#www.apache.org/licenses/LICENSE-2.0 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/perfmetrics/scripts/bigquery/requirements.txt b/perfmetrics/scripts/bigquery/requirements.txt index d32229eb40..98936528f0 100644 --- a/perfmetrics/scripts/bigquery/requirements.txt +++ b/perfmetrics/scripts/bigquery/requirements.txt @@ -4,7 +4,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http:#www.apache.org/licenses/LICENSE-2.0 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/perfmetrics/scripts/bigquery/setup.py b/perfmetrics/scripts/bigquery/setup.py index 6c091f21e2..63a6cd070f 100644 --- a/perfmetrics/scripts/bigquery/setup.py +++ b/perfmetrics/scripts/bigquery/setup.py @@ -4,7 +4,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http:#www.apache.org/licenses/LICENSE-2.0 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/perfmetrics/scripts/build_and_install_gcsfuse.sh b/perfmetrics/scripts/build_and_install_gcsfuse.sh index f3ff611add..d83f65bcb6 100755 --- a/perfmetrics/scripts/build_and_install_gcsfuse.sh +++ b/perfmetrics/scripts/build_and_install_gcsfuse.sh @@ -5,7 +5,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http:#www.apache.org/licenses/LICENSE-2.0 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/perfmetrics/scripts/continuous_test/gcp_ubuntu/build.sh b/perfmetrics/scripts/continuous_test/gcp_ubuntu/build.sh index efb27162b8..7e5e6e5098 100755 --- a/perfmetrics/scripts/continuous_test/gcp_ubuntu/build.sh +++ b/perfmetrics/scripts/continuous_test/gcp_ubuntu/build.sh @@ -5,7 +5,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http:#www.apache.org/licenses/LICENSE-2.0 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/perfmetrics/scripts/continuous_test/gcp_ubuntu/continuous.cfg b/perfmetrics/scripts/continuous_test/gcp_ubuntu/continuous.cfg index aa6f437462..b894cfd226 100644 --- a/perfmetrics/scripts/continuous_test/gcp_ubuntu/continuous.cfg +++ b/perfmetrics/scripts/continuous_test/gcp_ubuntu/continuous.cfg @@ -4,7 +4,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http:#www.apache.org/licenses/LICENSE-2.0 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/perfmetrics/scripts/continuous_test/gcp_ubuntu/e2e_tests/build.sh b/perfmetrics/scripts/continuous_test/gcp_ubuntu/e2e_tests/build.sh index f91d4ed938..4283b925e4 100755 --- a/perfmetrics/scripts/continuous_test/gcp_ubuntu/e2e_tests/build.sh +++ b/perfmetrics/scripts/continuous_test/gcp_ubuntu/e2e_tests/build.sh @@ -5,7 +5,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http:#www.apache.org/licenses/LICENSE-2.0 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/perfmetrics/scripts/continuous_test/gcp_ubuntu/e2e_tests/e2e-tests-master.cfg b/perfmetrics/scripts/continuous_test/gcp_ubuntu/e2e_tests/e2e-tests-master.cfg index 58b1e13a55..6259f4e3f7 100644 --- a/perfmetrics/scripts/continuous_test/gcp_ubuntu/e2e_tests/e2e-tests-master.cfg +++ b/perfmetrics/scripts/continuous_test/gcp_ubuntu/e2e_tests/e2e-tests-master.cfg @@ -4,7 +4,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http:#www.apache.org/licenses/LICENSE-2.0 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/perfmetrics/scripts/continuous_test/gcp_ubuntu/e2e_tests/e2e-tests-release.cfg b/perfmetrics/scripts/continuous_test/gcp_ubuntu/e2e_tests/e2e-tests-release.cfg index 58b1e13a55..6259f4e3f7 100644 --- a/perfmetrics/scripts/continuous_test/gcp_ubuntu/e2e_tests/e2e-tests-release.cfg +++ b/perfmetrics/scripts/continuous_test/gcp_ubuntu/e2e_tests/e2e-tests-release.cfg @@ -4,7 +4,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http:#www.apache.org/licenses/LICENSE-2.0 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/perfmetrics/scripts/continuous_test/gcp_ubuntu/periodic_experiments/build.sh b/perfmetrics/scripts/continuous_test/gcp_ubuntu/periodic_experiments/build.sh index 86f4f9a5a8..c8a92533db 100755 --- a/perfmetrics/scripts/continuous_test/gcp_ubuntu/periodic_experiments/build.sh +++ b/perfmetrics/scripts/continuous_test/gcp_ubuntu/periodic_experiments/build.sh @@ -5,7 +5,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http:#www.apache.org/licenses/LICENSE-2.0 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/perfmetrics/scripts/continuous_test/gcp_ubuntu/periodic_experiments/continuous.cfg b/perfmetrics/scripts/continuous_test/gcp_ubuntu/periodic_experiments/continuous.cfg index 2dda92e3a4..6afdcc0980 100644 --- a/perfmetrics/scripts/continuous_test/gcp_ubuntu/periodic_experiments/continuous.cfg +++ b/perfmetrics/scripts/continuous_test/gcp_ubuntu/periodic_experiments/continuous.cfg @@ -4,7 +4,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http:#www.apache.org/licenses/LICENSE-2.0 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/perfmetrics/scripts/continuous_test/gcp_ubuntu/periodic_experiments/experiment1.cfg b/perfmetrics/scripts/continuous_test/gcp_ubuntu/periodic_experiments/experiment1.cfg index 3da4abfb70..20f24246aa 100644 --- a/perfmetrics/scripts/continuous_test/gcp_ubuntu/periodic_experiments/experiment1.cfg +++ b/perfmetrics/scripts/continuous_test/gcp_ubuntu/periodic_experiments/experiment1.cfg @@ -4,7 +4,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http:#www.apache.org/licenses/LICENSE-2.0 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/perfmetrics/scripts/continuous_test/gcp_ubuntu/periodic_experiments/experiment2.cfg b/perfmetrics/scripts/continuous_test/gcp_ubuntu/periodic_experiments/experiment2.cfg index 971e872624..9dc4784953 100644 --- a/perfmetrics/scripts/continuous_test/gcp_ubuntu/periodic_experiments/experiment2.cfg +++ b/perfmetrics/scripts/continuous_test/gcp_ubuntu/periodic_experiments/experiment2.cfg @@ -4,7 +4,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http:#www.apache.org/licenses/LICENSE-2.0 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/perfmetrics/scripts/continuous_test/gcp_ubuntu/periodic_experiments/experiment3.cfg b/perfmetrics/scripts/continuous_test/gcp_ubuntu/periodic_experiments/experiment3.cfg index e7af2cf3ae..e42aa52400 100644 --- a/perfmetrics/scripts/continuous_test/gcp_ubuntu/periodic_experiments/experiment3.cfg +++ b/perfmetrics/scripts/continuous_test/gcp_ubuntu/periodic_experiments/experiment3.cfg @@ -4,7 +4,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http:#www.apache.org/licenses/LICENSE-2.0 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/perfmetrics/scripts/continuous_test/gcp_ubuntu/periodic_experiments/experiment4.cfg b/perfmetrics/scripts/continuous_test/gcp_ubuntu/periodic_experiments/experiment4.cfg index 75583099f0..f18fd64e55 100644 --- a/perfmetrics/scripts/continuous_test/gcp_ubuntu/periodic_experiments/experiment4.cfg +++ b/perfmetrics/scripts/continuous_test/gcp_ubuntu/periodic_experiments/experiment4.cfg @@ -4,7 +4,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http:#www.apache.org/licenses/LICENSE-2.0 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/perfmetrics/scripts/continuous_test/ml_tests/pytorch/v1_12/dino/build.sh b/perfmetrics/scripts/continuous_test/ml_tests/pytorch/v1_12/dino/build.sh index 3f74686208..8326a94a4a 100755 --- a/perfmetrics/scripts/continuous_test/ml_tests/pytorch/v1_12/dino/build.sh +++ b/perfmetrics/scripts/continuous_test/ml_tests/pytorch/v1_12/dino/build.sh @@ -5,7 +5,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http:#www.apache.org/licenses/LICENSE-2.0 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/perfmetrics/scripts/continuous_test/ml_tests/pytorch/v1_12/dino/continuous.cfg b/perfmetrics/scripts/continuous_test/ml_tests/pytorch/v1_12/dino/continuous.cfg index 184cdb9442..2f644c28dd 100644 --- a/perfmetrics/scripts/continuous_test/ml_tests/pytorch/v1_12/dino/continuous.cfg +++ b/perfmetrics/scripts/continuous_test/ml_tests/pytorch/v1_12/dino/continuous.cfg @@ -4,7 +4,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http:#www.apache.org/licenses/LICENSE-2.0 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/perfmetrics/scripts/continuous_test/ml_tests/pytorch/v2/dino/build.sh b/perfmetrics/scripts/continuous_test/ml_tests/pytorch/v2/dino/build.sh index b231aa6826..5f179f3b75 100755 --- a/perfmetrics/scripts/continuous_test/ml_tests/pytorch/v2/dino/build.sh +++ b/perfmetrics/scripts/continuous_test/ml_tests/pytorch/v2/dino/build.sh @@ -5,7 +5,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http:#www.apache.org/licenses/LICENSE-2.0 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/perfmetrics/scripts/continuous_test/ml_tests/pytorch/v2/dino/continuous.cfg b/perfmetrics/scripts/continuous_test/ml_tests/pytorch/v2/dino/continuous.cfg index 8d3d851ddb..4297a8635d 100644 --- a/perfmetrics/scripts/continuous_test/ml_tests/pytorch/v2/dino/continuous.cfg +++ b/perfmetrics/scripts/continuous_test/ml_tests/pytorch/v2/dino/continuous.cfg @@ -4,7 +4,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http:#www.apache.org/licenses/LICENSE-2.0 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/perfmetrics/scripts/continuous_test/ml_tests/run_and_manage_test.sh b/perfmetrics/scripts/continuous_test/ml_tests/run_and_manage_test.sh index a1bb147441..75aa831d57 100755 --- a/perfmetrics/scripts/continuous_test/ml_tests/run_and_manage_test.sh +++ b/perfmetrics/scripts/continuous_test/ml_tests/run_and_manage_test.sh @@ -5,7 +5,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http:#www.apache.org/licenses/LICENSE-2.0 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/perfmetrics/scripts/fetch_and_upload_metrics.py b/perfmetrics/scripts/fetch_and_upload_metrics.py index e53edabab8..8332457632 100644 --- a/perfmetrics/scripts/fetch_and_upload_metrics.py +++ b/perfmetrics/scripts/fetch_and_upload_metrics.py @@ -4,7 +4,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http:#www.apache.org/licenses/LICENSE-2.0 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/perfmetrics/scripts/fio/fio_metrics.py b/perfmetrics/scripts/fio/fio_metrics.py index 9dd77d65ab..323e249f05 100644 --- a/perfmetrics/scripts/fio/fio_metrics.py +++ b/perfmetrics/scripts/fio/fio_metrics.py @@ -4,7 +4,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http:#www.apache.org/licenses/LICENSE-2.0 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/perfmetrics/scripts/fio/install_fio.sh b/perfmetrics/scripts/fio/install_fio.sh index c25c00ed29..d919fa47a7 100755 --- a/perfmetrics/scripts/fio/install_fio.sh +++ b/perfmetrics/scripts/fio/install_fio.sh @@ -5,7 +5,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http:#www.apache.org/licenses/LICENSE-2.0 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/perfmetrics/scripts/load_tests/python/__init__.py b/perfmetrics/scripts/load_tests/python/__init__.py index 4886710eec..75571a8415 100644 --- a/perfmetrics/scripts/load_tests/python/__init__.py +++ b/perfmetrics/scripts/load_tests/python/__init__.py @@ -4,7 +4,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http:#www.apache.org/licenses/LICENSE-2.0 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/perfmetrics/scripts/load_tests/python/load_generator/__init__.py b/perfmetrics/scripts/load_tests/python/load_generator/__init__.py index 4886710eec..75571a8415 100644 --- a/perfmetrics/scripts/load_tests/python/load_generator/__init__.py +++ b/perfmetrics/scripts/load_tests/python/load_generator/__init__.py @@ -4,7 +4,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http:#www.apache.org/licenses/LICENSE-2.0 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/perfmetrics/scripts/load_tests/python/load_generator/constants.py b/perfmetrics/scripts/load_tests/python/load_generator/constants.py index e15d697f25..9d9237d39e 100644 --- a/perfmetrics/scripts/load_tests/python/load_generator/constants.py +++ b/perfmetrics/scripts/load_tests/python/load_generator/constants.py @@ -4,7 +4,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http:#www.apache.org/licenses/LICENSE-2.0 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/perfmetrics/scripts/load_tests/python/load_generator/load_generator.py b/perfmetrics/scripts/load_tests/python/load_generator/load_generator.py index efa7e621e3..12a97b5f35 100644 --- a/perfmetrics/scripts/load_tests/python/load_generator/load_generator.py +++ b/perfmetrics/scripts/load_tests/python/load_generator/load_generator.py @@ -4,7 +4,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http:#www.apache.org/licenses/LICENSE-2.0 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/perfmetrics/scripts/load_tests/python/load_generator/task.py b/perfmetrics/scripts/load_tests/python/load_generator/task.py index a3d77e7eff..5e7272f113 100644 --- a/perfmetrics/scripts/load_tests/python/load_generator/task.py +++ b/perfmetrics/scripts/load_tests/python/load_generator/task.py @@ -4,7 +4,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http:#www.apache.org/licenses/LICENSE-2.0 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/perfmetrics/scripts/load_tests/python/load_test.py b/perfmetrics/scripts/load_tests/python/load_test.py index 64197d0e9e..764737563b 100644 --- a/perfmetrics/scripts/load_tests/python/load_test.py +++ b/perfmetrics/scripts/load_tests/python/load_test.py @@ -4,7 +4,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http:#www.apache.org/licenses/LICENSE-2.0 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/perfmetrics/scripts/load_tests/python/requirements.in b/perfmetrics/scripts/load_tests/python/requirements.in index ae4794fd17..9a4bf46634 100644 --- a/perfmetrics/scripts/load_tests/python/requirements.in +++ b/perfmetrics/scripts/load_tests/python/requirements.in @@ -4,7 +4,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http:#www.apache.org/licenses/LICENSE-2.0 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/perfmetrics/scripts/load_tests/python/tasks/__init__.py b/perfmetrics/scripts/load_tests/python/tasks/__init__.py index 4886710eec..75571a8415 100644 --- a/perfmetrics/scripts/load_tests/python/tasks/__init__.py +++ b/perfmetrics/scripts/load_tests/python/tasks/__init__.py @@ -4,7 +4,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http:#www.apache.org/licenses/LICENSE-2.0 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/perfmetrics/scripts/load_tests/python/tasks/python_os.py b/perfmetrics/scripts/load_tests/python/tasks/python_os.py index f39629e4a4..55a3a941c7 100644 --- a/perfmetrics/scripts/load_tests/python/tasks/python_os.py +++ b/perfmetrics/scripts/load_tests/python/tasks/python_os.py @@ -4,7 +4,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http:#www.apache.org/licenses/LICENSE-2.0 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/perfmetrics/scripts/load_tests/python/tasks/tf_data.py b/perfmetrics/scripts/load_tests/python/tasks/tf_data.py index 81c34ac0d0..1e4e835fbc 100644 --- a/perfmetrics/scripts/load_tests/python/tasks/tf_data.py +++ b/perfmetrics/scripts/load_tests/python/tasks/tf_data.py @@ -4,7 +4,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http:#www.apache.org/licenses/LICENSE-2.0 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/perfmetrics/scripts/load_tests/python/tasks/tf_gfile.py b/perfmetrics/scripts/load_tests/python/tasks/tf_gfile.py index 77c98fca34..ec6d1abcbb 100644 --- a/perfmetrics/scripts/load_tests/python/tasks/tf_gfile.py +++ b/perfmetrics/scripts/load_tests/python/tasks/tf_gfile.py @@ -4,7 +4,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http:#www.apache.org/licenses/LICENSE-2.0 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/perfmetrics/scripts/ls_metrics/listing_benchmark.py b/perfmetrics/scripts/ls_metrics/listing_benchmark.py index 78d218d8d1..aff6b371d3 100644 --- a/perfmetrics/scripts/ls_metrics/listing_benchmark.py +++ b/perfmetrics/scripts/ls_metrics/listing_benchmark.py @@ -4,7 +4,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http:#www.apache.org/licenses/LICENSE-2.0 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/perfmetrics/scripts/ls_metrics/listing_benchmark_test.py b/perfmetrics/scripts/ls_metrics/listing_benchmark_test.py index d9ae10771e..d023dea916 100644 --- a/perfmetrics/scripts/ls_metrics/listing_benchmark_test.py +++ b/perfmetrics/scripts/ls_metrics/listing_benchmark_test.py @@ -4,7 +4,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http:#www.apache.org/licenses/LICENSE-2.0 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/perfmetrics/scripts/ls_metrics/requirements.in b/perfmetrics/scripts/ls_metrics/requirements.in index 80b8c09ce0..459ed24a2c 100644 --- a/perfmetrics/scripts/ls_metrics/requirements.in +++ b/perfmetrics/scripts/ls_metrics/requirements.in @@ -4,7 +4,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http:#www.apache.org/licenses/LICENSE-2.0 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/perfmetrics/scripts/ml_tests/pytorch/run_container.sh b/perfmetrics/scripts/ml_tests/pytorch/run_container.sh index a3565a221a..c0a89158fe 100644 --- a/perfmetrics/scripts/ml_tests/pytorch/run_container.sh +++ b/perfmetrics/scripts/ml_tests/pytorch/run_container.sh @@ -5,7 +5,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http:#www.apache.org/licenses/LICENSE-2.0 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/perfmetrics/scripts/ml_tests/pytorch/run_model.sh b/perfmetrics/scripts/ml_tests/pytorch/run_model.sh index ee26f5cdf5..683f71d81b 100755 --- a/perfmetrics/scripts/ml_tests/pytorch/run_model.sh +++ b/perfmetrics/scripts/ml_tests/pytorch/run_model.sh @@ -5,7 +5,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http:#www.apache.org/licenses/LICENSE-2.0 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/perfmetrics/scripts/ml_tests/pytorch/v1_12/dino/Dockerfile b/perfmetrics/scripts/ml_tests/pytorch/v1_12/dino/Dockerfile index 3a97751451..ad73c18c9e 100644 --- a/perfmetrics/scripts/ml_tests/pytorch/v1_12/dino/Dockerfile +++ b/perfmetrics/scripts/ml_tests/pytorch/v1_12/dino/Dockerfile @@ -4,7 +4,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http:#www.apache.org/licenses/LICENSE-2.0 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/perfmetrics/scripts/ml_tests/pytorch/v1_12/dino/setup_host_and_run_container.sh b/perfmetrics/scripts/ml_tests/pytorch/v1_12/dino/setup_host_and_run_container.sh index c4a4580b64..8225764053 100755 --- a/perfmetrics/scripts/ml_tests/pytorch/v1_12/dino/setup_host_and_run_container.sh +++ b/perfmetrics/scripts/ml_tests/pytorch/v1_12/dino/setup_host_and_run_container.sh @@ -5,7 +5,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http:#www.apache.org/licenses/LICENSE-2.0 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/perfmetrics/scripts/ml_tests/pytorch/v2/dino/Dockerfile b/perfmetrics/scripts/ml_tests/pytorch/v2/dino/Dockerfile index 3f6650884d..0d3bce3ff6 100644 --- a/perfmetrics/scripts/ml_tests/pytorch/v2/dino/Dockerfile +++ b/perfmetrics/scripts/ml_tests/pytorch/v2/dino/Dockerfile @@ -4,7 +4,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http:#www.apache.org/licenses/LICENSE-2.0 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/perfmetrics/scripts/ml_tests/pytorch/v2/dino/setup_host_and_run_container.sh b/perfmetrics/scripts/ml_tests/pytorch/v2/dino/setup_host_and_run_container.sh index 4a9e6ecf30..085a71694a 100755 --- a/perfmetrics/scripts/ml_tests/pytorch/v2/dino/setup_host_and_run_container.sh +++ b/perfmetrics/scripts/ml_tests/pytorch/v2/dino/setup_host_and_run_container.sh @@ -5,7 +5,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http:#www.apache.org/licenses/LICENSE-2.0 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/perfmetrics/scripts/ml_tests/tf/resnet/Dockerfile b/perfmetrics/scripts/ml_tests/tf/resnet/Dockerfile index 053ea4e473..e9ad29891f 100644 --- a/perfmetrics/scripts/ml_tests/tf/resnet/Dockerfile +++ b/perfmetrics/scripts/ml_tests/tf/resnet/Dockerfile @@ -4,7 +4,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http:#www.apache.org/licenses/LICENSE-2.0 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/perfmetrics/scripts/presubmit/run_load_test_on_presubmit.sh b/perfmetrics/scripts/presubmit/run_load_test_on_presubmit.sh index 5fa3632c21..6ee358e623 100755 --- a/perfmetrics/scripts/presubmit/run_load_test_on_presubmit.sh +++ b/perfmetrics/scripts/presubmit/run_load_test_on_presubmit.sh @@ -5,7 +5,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http:#www.apache.org/licenses/LICENSE-2.0 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/perfmetrics/scripts/presubmit_test/pr_perf_test/build.sh b/perfmetrics/scripts/presubmit_test/pr_perf_test/build.sh index 52d082cb8a..3e87835b88 100755 --- a/perfmetrics/scripts/presubmit_test/pr_perf_test/build.sh +++ b/perfmetrics/scripts/presubmit_test/pr_perf_test/build.sh @@ -5,7 +5,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http:#www.apache.org/licenses/LICENSE-2.0 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/perfmetrics/scripts/presubmit_test/pr_perf_test/presubmit.cfg b/perfmetrics/scripts/presubmit_test/pr_perf_test/presubmit.cfg index 4b85905804..4bbff71d44 100644 --- a/perfmetrics/scripts/presubmit_test/pr_perf_test/presubmit.cfg +++ b/perfmetrics/scripts/presubmit_test/pr_perf_test/presubmit.cfg @@ -4,7 +4,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http:#www.apache.org/licenses/LICENSE-2.0 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/perfmetrics/scripts/read_cache/generate_yml_config.sh b/perfmetrics/scripts/read_cache/generate_yml_config.sh index 5847044e0b..fa51362a3d 100755 --- a/perfmetrics/scripts/read_cache/generate_yml_config.sh +++ b/perfmetrics/scripts/read_cache/generate_yml_config.sh @@ -5,7 +5,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http:#www.apache.org/licenses/LICENSE-2.0 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/perfmetrics/scripts/read_cache/mount_gcsfuse.sh b/perfmetrics/scripts/read_cache/mount_gcsfuse.sh index b5b1853f4b..a58ffd4615 100755 --- a/perfmetrics/scripts/read_cache/mount_gcsfuse.sh +++ b/perfmetrics/scripts/read_cache/mount_gcsfuse.sh @@ -5,7 +5,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http:#www.apache.org/licenses/LICENSE-2.0 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/perfmetrics/scripts/read_cache/run_read_cache_fio_workload.sh b/perfmetrics/scripts/read_cache/run_read_cache_fio_workload.sh index eab81ac0f6..f1b90c0e55 100755 --- a/perfmetrics/scripts/read_cache/run_read_cache_fio_workload.sh +++ b/perfmetrics/scripts/read_cache/run_read_cache_fio_workload.sh @@ -5,7 +5,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http:#www.apache.org/licenses/LICENSE-2.0 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/perfmetrics/scripts/read_cache/setup.sh b/perfmetrics/scripts/read_cache/setup.sh index 65b07088d6..9315aca9a1 100755 --- a/perfmetrics/scripts/read_cache/setup.sh +++ b/perfmetrics/scripts/read_cache/setup.sh @@ -5,7 +5,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http:#www.apache.org/licenses/LICENSE-2.0 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/perfmetrics/scripts/requirements.in b/perfmetrics/scripts/requirements.in index 36ad521642..0e1b7cb933 100644 --- a/perfmetrics/scripts/requirements.in +++ b/perfmetrics/scripts/requirements.in @@ -4,7 +4,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http:#www.apache.org/licenses/LICENSE-2.0 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/perfmetrics/scripts/run_load_test_and_fetch_metrics.sh b/perfmetrics/scripts/run_load_test_and_fetch_metrics.sh index 745c65fd08..6218f2d8a2 100755 --- a/perfmetrics/scripts/run_load_test_and_fetch_metrics.sh +++ b/perfmetrics/scripts/run_load_test_and_fetch_metrics.sh @@ -5,7 +5,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http:#www.apache.org/licenses/LICENSE-2.0 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/perfmetrics/scripts/vm_metrics/vm_metrics.py b/perfmetrics/scripts/vm_metrics/vm_metrics.py index 39da02e54c..6a5cd83ccf 100644 --- a/perfmetrics/scripts/vm_metrics/vm_metrics.py +++ b/perfmetrics/scripts/vm_metrics/vm_metrics.py @@ -4,7 +4,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http:#www.apache.org/licenses/LICENSE-2.0 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/perfmetrics/scripts/vm_metrics/vm_metrics_test.py b/perfmetrics/scripts/vm_metrics/vm_metrics_test.py index 84bcd14540..a1cc2a02a2 100644 --- a/perfmetrics/scripts/vm_metrics/vm_metrics_test.py +++ b/perfmetrics/scripts/vm_metrics/vm_metrics_test.py @@ -4,7 +4,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http:#www.apache.org/licenses/LICENSE-2.0 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/tools/cd_scripts/e2e_test.sh b/tools/cd_scripts/e2e_test.sh index 80f17f62b5..ef9548a7a3 100755 --- a/tools/cd_scripts/e2e_test.sh +++ b/tools/cd_scripts/e2e_test.sh @@ -5,7 +5,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http:#www.apache.org/licenses/LICENSE-2.0 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/tools/cd_scripts/install_test.sh b/tools/cd_scripts/install_test.sh index 8a28ef0a22..b98ef443d2 100755 --- a/tools/cd_scripts/install_test.sh +++ b/tools/cd_scripts/install_test.sh @@ -5,7 +5,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http:#www.apache.org/licenses/LICENSE-2.0 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/tools/cd_scripts/package_gcsfuse.sh b/tools/cd_scripts/package_gcsfuse.sh index a1eebe90e8..4244f80b78 100755 --- a/tools/cd_scripts/package_gcsfuse.sh +++ b/tools/cd_scripts/package_gcsfuse.sh @@ -5,7 +5,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http:#www.apache.org/licenses/LICENSE-2.0 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/tools/cd_scripts/requirements.in b/tools/cd_scripts/requirements.in index c6fd846ae5..de3e8e4897 100644 --- a/tools/cd_scripts/requirements.in +++ b/tools/cd_scripts/requirements.in @@ -4,7 +4,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http:#www.apache.org/licenses/LICENSE-2.0 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/tools/containerize_gcsfuse_docker/Dockerfile b/tools/containerize_gcsfuse_docker/Dockerfile index a49070fb65..72e2077cca 100644 --- a/tools/containerize_gcsfuse_docker/Dockerfile +++ b/tools/containerize_gcsfuse_docker/Dockerfile @@ -4,7 +4,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http:#www.apache.org/licenses/LICENSE-2.0 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/tools/gem_dependency/Gemfile b/tools/gem_dependency/Gemfile index 08f594243c..f6c646aa7f 100644 --- a/tools/gem_dependency/Gemfile +++ b/tools/gem_dependency/Gemfile @@ -4,7 +4,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http:#www.apache.org/licenses/LICENSE-2.0 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/tools/integration_tests/run_e2e_tests.sh b/tools/integration_tests/run_e2e_tests.sh index d8d18409c7..bd4e681aaa 100755 --- a/tools/integration_tests/run_e2e_tests.sh +++ b/tools/integration_tests/run_e2e_tests.sh @@ -5,7 +5,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http:#www.apache.org/licenses/LICENSE-2.0 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, diff --git a/tools/integration_tests/util/log_parser/json_parser/read_logs/helpers.go b/tools/integration_tests/util/log_parser/json_parser/read_logs/helpers.go index f42900d489..f209c9628f 100644 --- a/tools/integration_tests/util/log_parser/json_parser/read_logs/helpers.go +++ b/tools/integration_tests/util/log_parser/json_parser/read_logs/helpers.go @@ -4,7 +4,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http:#www.apache.org/licenses/LICENSE-2.0 +// http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/tools/integration_tests/util/log_parser/json_parser/read_logs/json_read_log_parser.go b/tools/integration_tests/util/log_parser/json_parser/read_logs/json_read_log_parser.go index 46eac3ce94..47bc640720 100644 --- a/tools/integration_tests/util/log_parser/json_parser/read_logs/json_read_log_parser.go +++ b/tools/integration_tests/util/log_parser/json_parser/read_logs/json_read_log_parser.go @@ -4,7 +4,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http:#www.apache.org/licenses/LICENSE-2.0 +// http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/tools/integration_tests/util/log_parser/json_parser/read_logs/json_read_log_parser_test.go b/tools/integration_tests/util/log_parser/json_parser/read_logs/json_read_log_parser_test.go index d68a66a23e..1d0830e22c 100644 --- a/tools/integration_tests/util/log_parser/json_parser/read_logs/json_read_log_parser_test.go +++ b/tools/integration_tests/util/log_parser/json_parser/read_logs/json_read_log_parser_test.go @@ -4,7 +4,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http:#www.apache.org/licenses/LICENSE-2.0 +// http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/tools/integration_tests/util/log_parser/json_parser/read_logs/structure.go b/tools/integration_tests/util/log_parser/json_parser/read_logs/structure.go index f91a580fe6..796392505e 100644 --- a/tools/integration_tests/util/log_parser/json_parser/read_logs/structure.go +++ b/tools/integration_tests/util/log_parser/json_parser/read_logs/structure.go @@ -4,7 +4,7 @@ // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // -// http:#www.apache.org/licenses/LICENSE-2.0 +// http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, diff --git a/tools/package_gcsfuse_docker/Dockerfile b/tools/package_gcsfuse_docker/Dockerfile index 59cd99b65d..a807e806ac 100644 --- a/tools/package_gcsfuse_docker/Dockerfile +++ b/tools/package_gcsfuse_docker/Dockerfile @@ -4,7 +4,7 @@ # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # -# http:#www.apache.org/licenses/LICENSE-2.0 +# http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS,