From 8ec47669bc97d793a98082239b0957fda4fce3ae Mon Sep 17 00:00:00 2001 From: Skyler Schneider Date: Thu, 5 Nov 2015 11:11:50 -0800 Subject: [PATCH] Change copyright notices to say PerfKitBenchmarker Authors. --- hooks/check | 2 +- hooks/check-everything | 2 +- hooks/commit-msg | 2 +- hooks/install.sh | 2 +- hooks/lib/boilerplate.py.txt | 2 +- hooks/lib/boilerplate.sh.txt | 2 +- hooks/lib/check-boilerplate.sh | 9 +++++---- hooks/lib/check-lint.sh | 2 +- hooks/lib/check-unittest.sh | 2 +- hooks/pre-push | 2 +- hooks/prepare-commit-msg | 2 +- perfkitbenchmarker/__init__.py | 2 +- perfkitbenchmarker/archive.py | 2 +- perfkitbenchmarker/aws/__init__.py | 2 +- perfkitbenchmarker/aws/aws_disk.py | 2 +- perfkitbenchmarker/aws/aws_network.py | 2 +- perfkitbenchmarker/aws/aws_virtual_machine.py | 2 +- perfkitbenchmarker/aws/util.py | 2 +- perfkitbenchmarker/azure/__init__.py | 2 +- perfkitbenchmarker/azure/azure_disk.py | 2 +- perfkitbenchmarker/azure/azure_network.py | 2 +- perfkitbenchmarker/azure/azure_virtual_machine.py | 2 +- perfkitbenchmarker/azure/util.py | 2 +- perfkitbenchmarker/benchmark_sets.py | 2 +- perfkitbenchmarker/benchmark_spec.py | 2 +- perfkitbenchmarker/benchmarks/__init__.py | 2 +- .../benchmarks/aerospike_benchmark.py | 2 +- .../benchmarks/aerospike_ycsb_benchmark.py | 2 +- .../benchmarks/block_storage_workloads_benchmark.py | 2 +- perfkitbenchmarker/benchmarks/bonnie_benchmark.py | 2 +- .../benchmarks/cassandra_stress_benchmark.py | 2 +- .../benchmarks/cassandra_ycsb_benchmark.py | 2 +- .../benchmarks/cloud_bigtable_ycsb_benchmark.py | 2 +- .../benchmarks/cloudsuite_web_serving_benchmark.py | 2 +- .../benchmarks/cloudsuite_websearch_benchmark.py | 2 +- .../benchmarks/cluster_boot_benchmark.py | 2 +- .../benchmarks/copy_throughput_benchmark.py | 2 +- perfkitbenchmarker/benchmarks/coremark_benchmark.py | 2 +- perfkitbenchmarker/benchmarks/fio_benchmark.py | 2 +- .../benchmarks/hadoop_terasort_benchmark.py | 2 +- .../benchmarks/hbase_ycsb_benchmark.py | 2 +- perfkitbenchmarker/benchmarks/hpcc_benchmark.py | 2 +- perfkitbenchmarker/benchmarks/iperf_benchmark.py | 2 +- .../benchmarks/mesh_network_benchmark.py | 2 +- .../benchmarks/mongodb_ycsb_benchmark.py | 2 +- .../benchmarks/mysql_service_benchmark.py | 2 +- perfkitbenchmarker/benchmarks/netperf_benchmark.py | 2 +- .../benchmarks/object_storage_service_benchmark.py | 2 +- perfkitbenchmarker/benchmarks/oldisim_benchmark.py | 2 +- perfkitbenchmarker/benchmarks/ping_benchmark.py | 2 +- perfkitbenchmarker/benchmarks/redis_benchmark.py | 2 +- .../benchmarks/redis_ycsb_benchmark.py | 2 +- perfkitbenchmarker/benchmarks/scimark2_benchmark.py | 2 +- perfkitbenchmarker/benchmarks/silo_benchmark.py | 2 +- .../benchmarks/speccpu2006_benchmark.py | 2 +- .../benchmarks/sysbench_oltp_benchmark.py | 2 +- .../benchmarks/unixbench_benchmark.py | 2 +- perfkitbenchmarker/cloudstack/__init__.py | 2 +- perfkitbenchmarker/cloudstack/cloudstack_disk.py | 2 +- perfkitbenchmarker/cloudstack/cloudstack_network.py | 2 +- .../cloudstack/cloudstack_virtual_machine.py | 2 +- perfkitbenchmarker/cloudstack/util.py | 2 +- perfkitbenchmarker/configs/__init__.py | 2 +- perfkitbenchmarker/context.py | 2 +- perfkitbenchmarker/data/__init__.py | 2 +- perfkitbenchmarker/data/build_collectd.sh.j2 | 2 +- .../data/cassandra/create-ycsb-table.cql.j2 | 2 +- perfkitbenchmarker/data/cloud-storage-workload.sh | 2 +- perfkitbenchmarker/data/fio.job | 2 +- perfkitbenchmarker/data/hadoop/hadoop-env.sh.j2 | 2 +- perfkitbenchmarker/data/hadoop/start-hadoop.sh.j2 | 2 +- perfkitbenchmarker/data/hbase/__init__.py | 2 +- .../data/hbase/create-ycsb-table.hbaseshell.j2 | 2 +- perfkitbenchmarker/data/hbase/hbase-env.sh.j2 | 2 +- perfkitbenchmarker/data/set-interrupts.sh | 2 +- perfkitbenchmarker/data/ssh_config.j2 | 2 +- perfkitbenchmarker/digitalocean/__init__.py | 2 +- .../digitalocean/digitalocean_disk.py | 2 +- .../digitalocean/digitalocean_virtual_machine.py | 2 +- perfkitbenchmarker/digitalocean/util.py | 2 +- perfkitbenchmarker/disk.py | 2 +- perfkitbenchmarker/errors.py | 2 +- perfkitbenchmarker/events.py | 2 +- perfkitbenchmarker/flag_util.py | 2 +- perfkitbenchmarker/gcp/__init__.py | 2 +- perfkitbenchmarker/gcp/gce_disk.py | 2 +- perfkitbenchmarker/gcp/gce_network.py | 2 +- perfkitbenchmarker/gcp/gce_virtual_machine.py | 2 +- perfkitbenchmarker/gcp/util.py | 2 +- perfkitbenchmarker/import_util.py | 2 +- perfkitbenchmarker/kubernetes/__init__.py | 13 +++++++++++++ perfkitbenchmarker/kubernetes/kubernetes_disk.py | 2 +- .../kubernetes/kubernetes_virtual_machine.py | 2 +- perfkitbenchmarker/linux_virtual_machine.py | 2 +- perfkitbenchmarker/log_util.py | 2 +- perfkitbenchmarker/network.py | 2 +- perfkitbenchmarker/openstack/__init__.py | 2 +- perfkitbenchmarker/openstack/os_disk.py | 2 +- perfkitbenchmarker/openstack/os_network.py | 2 +- perfkitbenchmarker/openstack/os_virtual_machine.py | 2 +- perfkitbenchmarker/openstack/utils.py | 2 +- perfkitbenchmarker/packages/__init__.py | 2 +- perfkitbenchmarker/packages/aerospike_server.py | 2 +- perfkitbenchmarker/packages/ant.py | 2 +- perfkitbenchmarker/packages/autoconf.py | 2 +- perfkitbenchmarker/packages/bonnieplusplus.py | 2 +- perfkitbenchmarker/packages/build_tools.py | 2 +- perfkitbenchmarker/packages/cassandra.py | 2 +- perfkitbenchmarker/packages/collectd.py | 2 +- perfkitbenchmarker/packages/crcmod.py | 2 +- perfkitbenchmarker/packages/curl.py | 2 +- perfkitbenchmarker/packages/docker.py | 2 +- perfkitbenchmarker/packages/dstat.py | 2 +- perfkitbenchmarker/packages/faban.py | 2 +- perfkitbenchmarker/packages/fio.py | 2 +- perfkitbenchmarker/packages/fortran.py | 2 +- perfkitbenchmarker/packages/gcs_boto_plugin.py | 2 +- perfkitbenchmarker/packages/hadoop.py | 2 +- perfkitbenchmarker/packages/hbase.py | 2 +- perfkitbenchmarker/packages/hpcc.py | 2 +- perfkitbenchmarker/packages/iperf.py | 2 +- perfkitbenchmarker/packages/libaio.py | 2 +- perfkitbenchmarker/packages/libcurl.py | 2 +- perfkitbenchmarker/packages/libjpeg.py | 2 +- perfkitbenchmarker/packages/libpng.py | 2 +- perfkitbenchmarker/packages/libxml2.py | 2 +- perfkitbenchmarker/packages/lua5_1.py | 2 +- perfkitbenchmarker/packages/maven.py | 2 +- perfkitbenchmarker/packages/mdadm.py | 2 +- perfkitbenchmarker/packages/memtier.py | 2 +- perfkitbenchmarker/packages/mongodb_server.py | 2 +- perfkitbenchmarker/packages/multilib.py | 2 +- perfkitbenchmarker/packages/mysql.py | 2 +- perfkitbenchmarker/packages/netperf.py | 2 +- perfkitbenchmarker/packages/nginx.py | 2 +- perfkitbenchmarker/packages/node_js.py | 2 +- perfkitbenchmarker/packages/numactl.py | 2 +- perfkitbenchmarker/packages/oldisim_dependencies.py | 2 +- perfkitbenchmarker/packages/openblas.py | 2 +- perfkitbenchmarker/packages/openjdk7.py | 2 +- perfkitbenchmarker/packages/openmpi.py | 2 +- perfkitbenchmarker/packages/openssl.py | 2 +- perfkitbenchmarker/packages/pcre.py | 2 +- perfkitbenchmarker/packages/php.py | 2 +- perfkitbenchmarker/packages/pip.py | 2 +- perfkitbenchmarker/packages/python.py | 2 +- perfkitbenchmarker/packages/redis_server.py | 2 +- perfkitbenchmarker/packages/silo.py | 2 +- perfkitbenchmarker/packages/solr.py | 2 +- perfkitbenchmarker/packages/sysbench.py | 2 +- perfkitbenchmarker/packages/sysbench05plus.py | 2 +- perfkitbenchmarker/packages/unixbench.py | 2 +- perfkitbenchmarker/packages/wget.py | 2 +- perfkitbenchmarker/packages/ycsb.py | 2 +- perfkitbenchmarker/packages/zlib.py | 2 +- perfkitbenchmarker/pkb.py | 2 +- perfkitbenchmarker/publisher.py | 2 +- perfkitbenchmarker/rackspace/__init__.py | 2 +- perfkitbenchmarker/rackspace/rackspace_disk.py | 2 +- .../rackspace/rackspace_machine_types.py | 2 +- perfkitbenchmarker/rackspace/rackspace_network.py | 2 +- .../rackspace/rackspace_virtual_machine.py | 2 +- perfkitbenchmarker/rackspace/util.py | 2 +- perfkitbenchmarker/regex_util.py | 2 +- perfkitbenchmarker/resource.py | 2 +- perfkitbenchmarker/sample.py | 2 +- perfkitbenchmarker/scripts/__init__.py | 2 +- perfkitbenchmarker/scripts/execute_command.py | 2 +- .../scripts/object_storage_api_tests.py | 2 +- perfkitbenchmarker/scripts/wait_for_command.py | 2 +- perfkitbenchmarker/static_virtual_machine.py | 2 +- perfkitbenchmarker/test_util.py | 2 +- perfkitbenchmarker/timing_util.py | 2 +- perfkitbenchmarker/traces/__init__.py | 2 +- perfkitbenchmarker/traces/collectd.py | 2 +- perfkitbenchmarker/traces/dstat.py | 2 +- perfkitbenchmarker/version.py | 2 +- perfkitbenchmarker/virtual_machine.py | 2 +- perfkitbenchmarker/vm_util.py | 2 +- perfkitbenchmarker/windows_benchmarks/__init__.py | 2 +- .../windows_benchmarks/cluster_boot_benchmark.py | 2 +- .../windows_benchmarks/ntttcp_benchmark.py | 2 +- perfkitbenchmarker/windows_packages/__init__.py | 2 +- perfkitbenchmarker/windows_packages/ntttcp.py | 2 +- perfkitbenchmarker/windows_virtual_machine.py | 2 +- pkb.py | 2 +- requirements.txt | 2 +- setup.cfg | 2 +- setup.py | 2 +- test-requirements.txt | 2 +- tests/aws_disk_integration_test.py | 2 +- tests/aws_test.py | 2 +- tests/azure_disk_integration_test.py | 2 +- tests/benchmark_sets_test.py | 2 +- tests/benchmark_spec_test.py | 2 +- tests/benchmarks/__init__.py | 2 +- tests/benchmarks/bonnie_benchmark_test.py | 2 +- tests/benchmarks/fio_benchmark_test.py | 2 +- tests/benchmarks/mysql_service_benchmark_test.py | 2 +- tests/benchmarks/netperf_benchmark_test.py | 2 +- tests/benchmarks/scimark2_benchmark_test.py | 2 +- tests/benchmarks/speccpu2006_benchmark_test.py | 2 +- tests/benchmarks/unixbench_benchmark_test.py | 2 +- tests/config_test.py | 2 +- tests/context_test.py | 2 +- tests/data/fio.job | 2 +- tests/data_test.py | 2 +- tests/gce_disk_integration_test.py | 2 +- tests/gce_virtual_machine_test.py | 2 +- tests/hpcc_benchmark_test.py | 2 +- tests/log_util_test.py | 2 +- tests/packages/__init__.py | 2 +- tests/packages/fio_test.py | 2 +- tests/packages/ycsb_test.py | 2 +- tests/publisher_test.py | 2 +- tests/regex_util_test.py | 2 +- tests/sample_test.py | 2 +- tests/scratch_disk_test.py | 2 +- tests/static_virtual_machine_test.py | 2 +- tests/test_flag_util.py | 2 +- tests/timing_util_test.py | 2 +- tests/vm_util_test.py | 2 +- tests/windows_packages/__init__.py | 2 +- tests/windows_packages/ntttcp_test.py | 2 +- tools/side-by-side/side_by_side.html.j2 | 2 +- tools/side-by-side/side_by_side.py | 2 +- 226 files changed, 242 insertions(+), 228 deletions(-) diff --git a/hooks/check b/hooks/check index af516c5482..9b1f6eb26e 100755 --- a/hooks/check +++ b/hooks/check @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2015 Google Inc. All rights reserved. +# Copyright 2015 PerfKitBenchmarker Authors. All rights reserved. # # 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/hooks/check-everything b/hooks/check-everything index 5b31a0e728..5ca2dd968d 100755 --- a/hooks/check-everything +++ b/hooks/check-everything @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2015 Google Inc. All rights reserved. +# Copyright 2015 PerfKitBenchmarker Authors. All rights reserved. # # 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/hooks/commit-msg b/hooks/commit-msg index 1d4e5a5e29..49f189fe40 100755 --- a/hooks/commit-msg +++ b/hooks/commit-msg @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2014 Google Inc. All rights reserved. +# Copyright 2014 PerfKitBenchmarker Authors. All rights reserved. # # 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/hooks/install.sh b/hooks/install.sh index b83a78e8eb..b81365e426 100755 --- a/hooks/install.sh +++ b/hooks/install.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2014 Google Inc. All rights reserved. +# Copyright 2014 PerfKitBenchmarker Authors. All rights reserved. # # 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/hooks/lib/boilerplate.py.txt b/hooks/lib/boilerplate.py.txt index 5d61879ac2..d90275b19d 100644 --- a/hooks/lib/boilerplate.py.txt +++ b/hooks/lib/boilerplate.py.txt @@ -1,4 +1,4 @@ -# Copyright 2015 Google Inc. All rights reserved. +# Copyright 2015 PerfKitBenchmarker Authors. All rights reserved. # # 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/hooks/lib/boilerplate.sh.txt b/hooks/lib/boilerplate.sh.txt index 7c71dc129a..cfb59f884b 100644 --- a/hooks/lib/boilerplate.sh.txt +++ b/hooks/lib/boilerplate.sh.txt @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2015 Google Inc. All rights reserved. +# Copyright 2015 PerfKitBenchmarker Authors. All rights reserved. # # 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/hooks/lib/check-boilerplate.sh b/hooks/lib/check-boilerplate.sh index d7785145dc..2043820787 100755 --- a/hooks/lib/check-boilerplate.sh +++ b/hooks/lib/check-boilerplate.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2015 Google Inc. All rights reserved. +# Copyright 2015 PerfKitBenchmarker Authors. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -48,10 +48,11 @@ for file in "$@"; do # Header differs by one line. Check if only copyright date differs. If so, # the contents of "${differ}" should resemble: # 1c1 - # < # Copyright 2015 Google Inc. All rights reserved. + # < # Copyright 2015 PerfKitBenchmarker Authors. All rights reserved. # --- - # > # Copyright 2014 Google Inc. All rights reserved. - header_line='# Copyright [0-9]+ Google Inc[.] All rights reserved[.]' + # > # Copyright 2014 PerfKitBenchmarker Authors. All rights reserved. + header_line='# Copyright [0-9]+ PerfKitBenchmarker Authors[.]' + header_line+=' All rights reserved[.]' diff_prefix='[[:alnum:]]+[[:space:]]*< ' diff_middle='[[:space:]]*---[[:space:]]*> ' diff_pattern="^${diff_prefix}${header_line}${diff_middle}${header_line}\$" diff --git a/hooks/lib/check-lint.sh b/hooks/lib/check-lint.sh index f6d84a6aad..8d4a4aa6c5 100755 --- a/hooks/lib/check-lint.sh +++ b/hooks/lib/check-lint.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2015 Google Inc. All rights reserved. +# Copyright 2015 PerfKitBenchmarker Authors. All rights reserved. # # 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/hooks/lib/check-unittest.sh b/hooks/lib/check-unittest.sh index a239969381..95b2c28bc3 100755 --- a/hooks/lib/check-unittest.sh +++ b/hooks/lib/check-unittest.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2015 Google Inc. All rights reserved. +# Copyright 2015 PerfKitBenchmarker Authors. All rights reserved. # # 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/hooks/pre-push b/hooks/pre-push index 457fa3f277..44461a5aea 100755 --- a/hooks/pre-push +++ b/hooks/pre-push @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2015 Google Inc. All rights reserved. +# Copyright 2015 PerfKitBenchmarker Authors. All rights reserved. # # 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/hooks/prepare-commit-msg b/hooks/prepare-commit-msg index 961a3455dd..9f607b52b0 100755 --- a/hooks/prepare-commit-msg +++ b/hooks/prepare-commit-msg @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2014 Google Inc. All rights reserved. +# Copyright 2014 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/__init__.py b/perfkitbenchmarker/__init__.py index cd728f8456..d7eeb4de6a 100644 --- a/perfkitbenchmarker/__init__.py +++ b/perfkitbenchmarker/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2014 Google Inc. All rights reserved. +# Copyright 2014 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/archive.py b/perfkitbenchmarker/archive.py index ae65aaf168..4c31911815 100644 --- a/perfkitbenchmarker/archive.py +++ b/perfkitbenchmarker/archive.py @@ -1,4 +1,4 @@ -# Copyright 2015 Google Inc. All rights reserved. +# Copyright 2015 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/aws/__init__.py b/perfkitbenchmarker/aws/__init__.py index ff02c77b9c..da826c6d08 100644 --- a/perfkitbenchmarker/aws/__init__.py +++ b/perfkitbenchmarker/aws/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2014 Google Inc. All rights reserved. +# Copyright 2014 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/aws/aws_disk.py b/perfkitbenchmarker/aws/aws_disk.py index 5e5e409cf7..361403806e 100644 --- a/perfkitbenchmarker/aws/aws_disk.py +++ b/perfkitbenchmarker/aws/aws_disk.py @@ -1,4 +1,4 @@ -# Copyright 2014 Google Inc. All rights reserved. +# Copyright 2014 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/aws/aws_network.py b/perfkitbenchmarker/aws/aws_network.py index 15ba7aa81f..7af702aada 100644 --- a/perfkitbenchmarker/aws/aws_network.py +++ b/perfkitbenchmarker/aws/aws_network.py @@ -1,4 +1,4 @@ -# Copyright 2015 Google Inc. All rights reserved. +# Copyright 2015 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/aws/aws_virtual_machine.py b/perfkitbenchmarker/aws/aws_virtual_machine.py index 65123d35b7..a09f36951e 100644 --- a/perfkitbenchmarker/aws/aws_virtual_machine.py +++ b/perfkitbenchmarker/aws/aws_virtual_machine.py @@ -1,4 +1,4 @@ -# Copyright 2014 Google Inc. All rights reserved. +# Copyright 2014 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/aws/util.py b/perfkitbenchmarker/aws/util.py index b90f9d8b5a..5505bdc418 100644 --- a/perfkitbenchmarker/aws/util.py +++ b/perfkitbenchmarker/aws/util.py @@ -1,4 +1,4 @@ -# Copyright 2014 Google Inc. All rights reserved. +# Copyright 2014 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/azure/__init__.py b/perfkitbenchmarker/azure/__init__.py index 768c0d6402..c62ec13101 100644 --- a/perfkitbenchmarker/azure/__init__.py +++ b/perfkitbenchmarker/azure/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2014 Google Inc. All rights reserved. +# Copyright 2014 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/azure/azure_disk.py b/perfkitbenchmarker/azure/azure_disk.py index a0cd841e58..08215013ae 100644 --- a/perfkitbenchmarker/azure/azure_disk.py +++ b/perfkitbenchmarker/azure/azure_disk.py @@ -1,4 +1,4 @@ -# Copyright 2014 Google Inc. All rights reserved. +# Copyright 2014 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/azure/azure_network.py b/perfkitbenchmarker/azure/azure_network.py index fae5fdd257..164d8c3f80 100644 --- a/perfkitbenchmarker/azure/azure_network.py +++ b/perfkitbenchmarker/azure/azure_network.py @@ -1,4 +1,4 @@ -# Copyright 2014 Google Inc. All rights reserved. +# Copyright 2014 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/azure/azure_virtual_machine.py b/perfkitbenchmarker/azure/azure_virtual_machine.py index a7ceec153e..7dfaed132d 100644 --- a/perfkitbenchmarker/azure/azure_virtual_machine.py +++ b/perfkitbenchmarker/azure/azure_virtual_machine.py @@ -1,4 +1,4 @@ -# Copyright 2014 Google Inc. All rights reserved. +# Copyright 2014 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/azure/util.py b/perfkitbenchmarker/azure/util.py index 6a17e40a80..2281b6591d 100644 --- a/perfkitbenchmarker/azure/util.py +++ b/perfkitbenchmarker/azure/util.py @@ -1,4 +1,4 @@ -# Copyright 2015 Google Inc. All rights reserved. +# Copyright 2015 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/benchmark_sets.py b/perfkitbenchmarker/benchmark_sets.py index ef65061f15..563f407080 100644 --- a/perfkitbenchmarker/benchmark_sets.py +++ b/perfkitbenchmarker/benchmark_sets.py @@ -1,4 +1,4 @@ -# Copyright 2014 Google Inc. All rights reserved. +# Copyright 2014 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/benchmark_spec.py b/perfkitbenchmarker/benchmark_spec.py index 9c54971b2d..84389d153d 100644 --- a/perfkitbenchmarker/benchmark_spec.py +++ b/perfkitbenchmarker/benchmark_spec.py @@ -1,4 +1,4 @@ -# Copyright 2014 Google Inc. All rights reserved. +# Copyright 2014 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/benchmarks/__init__.py b/perfkitbenchmarker/benchmarks/__init__.py index 86ffd17d81..399ebe7568 100644 --- a/perfkitbenchmarker/benchmarks/__init__.py +++ b/perfkitbenchmarker/benchmarks/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2014 Google Inc. All rights reserved. +# Copyright 2014 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/benchmarks/aerospike_benchmark.py b/perfkitbenchmarker/benchmarks/aerospike_benchmark.py index 5c86b19ad8..515e290c00 100644 --- a/perfkitbenchmarker/benchmarks/aerospike_benchmark.py +++ b/perfkitbenchmarker/benchmarks/aerospike_benchmark.py @@ -1,4 +1,4 @@ -# Copyright 2014 Google Inc. All rights reserved. +# Copyright 2014 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/benchmarks/aerospike_ycsb_benchmark.py b/perfkitbenchmarker/benchmarks/aerospike_ycsb_benchmark.py index 8c670b3fa9..15cb52bfa4 100644 --- a/perfkitbenchmarker/benchmarks/aerospike_ycsb_benchmark.py +++ b/perfkitbenchmarker/benchmarks/aerospike_ycsb_benchmark.py @@ -1,4 +1,4 @@ -# Copyright 2015 Google Inc. All rights reserved. +# Copyright 2015 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/benchmarks/block_storage_workloads_benchmark.py b/perfkitbenchmarker/benchmarks/block_storage_workloads_benchmark.py index 7303f154af..8e2b309d6b 100644 --- a/perfkitbenchmarker/benchmarks/block_storage_workloads_benchmark.py +++ b/perfkitbenchmarker/benchmarks/block_storage_workloads_benchmark.py @@ -1,4 +1,4 @@ -# Copyright 2014 Google Inc. All rights reserved. +# Copyright 2014 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/benchmarks/bonnie_benchmark.py b/perfkitbenchmarker/benchmarks/bonnie_benchmark.py index 25f2021dde..a50f5ab8c0 100644 --- a/perfkitbenchmarker/benchmarks/bonnie_benchmark.py +++ b/perfkitbenchmarker/benchmarks/bonnie_benchmark.py @@ -1,4 +1,4 @@ -# Copyright 2014 Google Inc. All rights reserved. +# Copyright 2014 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/benchmarks/cassandra_stress_benchmark.py b/perfkitbenchmarker/benchmarks/cassandra_stress_benchmark.py index c11b29fe44..3cfddeb324 100644 --- a/perfkitbenchmarker/benchmarks/cassandra_stress_benchmark.py +++ b/perfkitbenchmarker/benchmarks/cassandra_stress_benchmark.py @@ -1,4 +1,4 @@ -# Copyright 2014 Google Inc. All rights reserved. +# Copyright 2014 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/benchmarks/cassandra_ycsb_benchmark.py b/perfkitbenchmarker/benchmarks/cassandra_ycsb_benchmark.py index fb7a54b82c..e0d16614af 100644 --- a/perfkitbenchmarker/benchmarks/cassandra_ycsb_benchmark.py +++ b/perfkitbenchmarker/benchmarks/cassandra_ycsb_benchmark.py @@ -1,4 +1,4 @@ -# Copyright 2015 Google Inc. All rights reserved. +# Copyright 2015 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/benchmarks/cloud_bigtable_ycsb_benchmark.py b/perfkitbenchmarker/benchmarks/cloud_bigtable_ycsb_benchmark.py index 33e2b8a275..854008e2ef 100644 --- a/perfkitbenchmarker/benchmarks/cloud_bigtable_ycsb_benchmark.py +++ b/perfkitbenchmarker/benchmarks/cloud_bigtable_ycsb_benchmark.py @@ -1,4 +1,4 @@ -# Copyright 2015 Google Inc. All rights reserved. +# Copyright 2015 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/benchmarks/cloudsuite_web_serving_benchmark.py b/perfkitbenchmarker/benchmarks/cloudsuite_web_serving_benchmark.py index 3d6374ff59..2debd1f040 100644 --- a/perfkitbenchmarker/benchmarks/cloudsuite_web_serving_benchmark.py +++ b/perfkitbenchmarker/benchmarks/cloudsuite_web_serving_benchmark.py @@ -1,4 +1,4 @@ -# Copyright 2015 Google Inc. All rights reserved. +# Copyright 2015 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/benchmarks/cloudsuite_websearch_benchmark.py b/perfkitbenchmarker/benchmarks/cloudsuite_websearch_benchmark.py index 082d45e1d3..f115c6ba44 100644 --- a/perfkitbenchmarker/benchmarks/cloudsuite_websearch_benchmark.py +++ b/perfkitbenchmarker/benchmarks/cloudsuite_websearch_benchmark.py @@ -1,4 +1,4 @@ -# Copyright 2015 Google Inc. All rights reserved. +# Copyright 2015 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/benchmarks/cluster_boot_benchmark.py b/perfkitbenchmarker/benchmarks/cluster_boot_benchmark.py index ef932709f3..604d21a3de 100644 --- a/perfkitbenchmarker/benchmarks/cluster_boot_benchmark.py +++ b/perfkitbenchmarker/benchmarks/cluster_boot_benchmark.py @@ -1,4 +1,4 @@ -# Copyright 2014 Google Inc. All rights reserved. +# Copyright 2014 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/benchmarks/copy_throughput_benchmark.py b/perfkitbenchmarker/benchmarks/copy_throughput_benchmark.py index ae1337c477..9a5bd5416c 100644 --- a/perfkitbenchmarker/benchmarks/copy_throughput_benchmark.py +++ b/perfkitbenchmarker/benchmarks/copy_throughput_benchmark.py @@ -1,4 +1,4 @@ -# Copyright 2014 Google Inc. All rights reserved. +# Copyright 2014 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/benchmarks/coremark_benchmark.py b/perfkitbenchmarker/benchmarks/coremark_benchmark.py index 2139c2ae18..5245c5ee09 100644 --- a/perfkitbenchmarker/benchmarks/coremark_benchmark.py +++ b/perfkitbenchmarker/benchmarks/coremark_benchmark.py @@ -1,4 +1,4 @@ -# Copyright 2014 Google Inc. All rights reserved. +# Copyright 2014 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/benchmarks/fio_benchmark.py b/perfkitbenchmarker/benchmarks/fio_benchmark.py index ab671dfc05..1d245dd5f9 100644 --- a/perfkitbenchmarker/benchmarks/fio_benchmark.py +++ b/perfkitbenchmarker/benchmarks/fio_benchmark.py @@ -1,4 +1,4 @@ -# Copyright 2014 Google Inc. All rights reserved. +# Copyright 2014 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/benchmarks/hadoop_terasort_benchmark.py b/perfkitbenchmarker/benchmarks/hadoop_terasort_benchmark.py index cd7f035db0..e2217c8eec 100644 --- a/perfkitbenchmarker/benchmarks/hadoop_terasort_benchmark.py +++ b/perfkitbenchmarker/benchmarks/hadoop_terasort_benchmark.py @@ -1,4 +1,4 @@ -# Copyright 2014 Google Inc. All rights reserved. +# Copyright 2014 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/benchmarks/hbase_ycsb_benchmark.py b/perfkitbenchmarker/benchmarks/hbase_ycsb_benchmark.py index d85d3871be..17d5f822a3 100644 --- a/perfkitbenchmarker/benchmarks/hbase_ycsb_benchmark.py +++ b/perfkitbenchmarker/benchmarks/hbase_ycsb_benchmark.py @@ -1,4 +1,4 @@ -# Copyright 2015 Google Inc. All rights reserved. +# Copyright 2015 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/benchmarks/hpcc_benchmark.py b/perfkitbenchmarker/benchmarks/hpcc_benchmark.py index 90d87145fc..885c8d83dc 100644 --- a/perfkitbenchmarker/benchmarks/hpcc_benchmark.py +++ b/perfkitbenchmarker/benchmarks/hpcc_benchmark.py @@ -1,4 +1,4 @@ -# Copyright 2014 Google Inc. All rights reserved. +# Copyright 2014 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/benchmarks/iperf_benchmark.py b/perfkitbenchmarker/benchmarks/iperf_benchmark.py index c00746e9c2..60a5a25b2c 100644 --- a/perfkitbenchmarker/benchmarks/iperf_benchmark.py +++ b/perfkitbenchmarker/benchmarks/iperf_benchmark.py @@ -1,4 +1,4 @@ -# Copyright 2014 Google Inc. All rights reserved. +# Copyright 2014 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/benchmarks/mesh_network_benchmark.py b/perfkitbenchmarker/benchmarks/mesh_network_benchmark.py index ceb24f9c6a..5afad5b8b9 100644 --- a/perfkitbenchmarker/benchmarks/mesh_network_benchmark.py +++ b/perfkitbenchmarker/benchmarks/mesh_network_benchmark.py @@ -1,4 +1,4 @@ -# Copyright 2014 Google Inc. All rights reserved. +# Copyright 2014 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/benchmarks/mongodb_ycsb_benchmark.py b/perfkitbenchmarker/benchmarks/mongodb_ycsb_benchmark.py index 93ac4c9067..8b9498e82c 100644 --- a/perfkitbenchmarker/benchmarks/mongodb_ycsb_benchmark.py +++ b/perfkitbenchmarker/benchmarks/mongodb_ycsb_benchmark.py @@ -1,4 +1,4 @@ -# Copyright 2015 Google Inc. All rights reserved. +# Copyright 2015 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/benchmarks/mysql_service_benchmark.py b/perfkitbenchmarker/benchmarks/mysql_service_benchmark.py index 93eb04b61c..288c834b32 100644 --- a/perfkitbenchmarker/benchmarks/mysql_service_benchmark.py +++ b/perfkitbenchmarker/benchmarks/mysql_service_benchmark.py @@ -1,4 +1,4 @@ -# Copyright 2014 Google Inc. All rights reserved. +# Copyright 2014 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/benchmarks/netperf_benchmark.py b/perfkitbenchmarker/benchmarks/netperf_benchmark.py index 94b3db9204..84a74f6de3 100644 --- a/perfkitbenchmarker/benchmarks/netperf_benchmark.py +++ b/perfkitbenchmarker/benchmarks/netperf_benchmark.py @@ -1,4 +1,4 @@ -# Copyright 2014 Google Inc. All rights reserved. +# Copyright 2014 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/benchmarks/object_storage_service_benchmark.py b/perfkitbenchmarker/benchmarks/object_storage_service_benchmark.py index 44cea4336f..7e2b6d9fd0 100644 --- a/perfkitbenchmarker/benchmarks/object_storage_service_benchmark.py +++ b/perfkitbenchmarker/benchmarks/object_storage_service_benchmark.py @@ -1,4 +1,4 @@ -# Copyright 2014 Google Inc. All rights reserved. +# Copyright 2014 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/benchmarks/oldisim_benchmark.py b/perfkitbenchmarker/benchmarks/oldisim_benchmark.py index 76e11040d8..e703f98694 100644 --- a/perfkitbenchmarker/benchmarks/oldisim_benchmark.py +++ b/perfkitbenchmarker/benchmarks/oldisim_benchmark.py @@ -1,4 +1,4 @@ -# Copyright 2015 Google Inc. All rights reserved. +# Copyright 2015 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/benchmarks/ping_benchmark.py b/perfkitbenchmarker/benchmarks/ping_benchmark.py index 2c302d77bc..d563c4a091 100644 --- a/perfkitbenchmarker/benchmarks/ping_benchmark.py +++ b/perfkitbenchmarker/benchmarks/ping_benchmark.py @@ -1,4 +1,4 @@ -# Copyright 2014 Google Inc. All rights reserved. +# Copyright 2014 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/benchmarks/redis_benchmark.py b/perfkitbenchmarker/benchmarks/redis_benchmark.py index 00fa84bc11..0619bcaa66 100644 --- a/perfkitbenchmarker/benchmarks/redis_benchmark.py +++ b/perfkitbenchmarker/benchmarks/redis_benchmark.py @@ -1,4 +1,4 @@ -# Copyright 2014 Google Inc. All rights reserved. +# Copyright 2014 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/benchmarks/redis_ycsb_benchmark.py b/perfkitbenchmarker/benchmarks/redis_ycsb_benchmark.py index f82742ddfd..c8057b638c 100644 --- a/perfkitbenchmarker/benchmarks/redis_ycsb_benchmark.py +++ b/perfkitbenchmarker/benchmarks/redis_ycsb_benchmark.py @@ -1,4 +1,4 @@ -# Copyright 2015 Google Inc. All rights reserved. +# Copyright 2015 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/benchmarks/scimark2_benchmark.py b/perfkitbenchmarker/benchmarks/scimark2_benchmark.py index 3d837d3adf..35abcdd536 100644 --- a/perfkitbenchmarker/benchmarks/scimark2_benchmark.py +++ b/perfkitbenchmarker/benchmarks/scimark2_benchmark.py @@ -1,4 +1,4 @@ -# Copyright 2015 Google Inc. All rights reserved. +# Copyright 2015 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/benchmarks/silo_benchmark.py b/perfkitbenchmarker/benchmarks/silo_benchmark.py index b553ab145d..67adb5009c 100644 --- a/perfkitbenchmarker/benchmarks/silo_benchmark.py +++ b/perfkitbenchmarker/benchmarks/silo_benchmark.py @@ -1,4 +1,4 @@ -# Copyright 2015 Google Inc. All rights reserved. +# Copyright 2015 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/benchmarks/speccpu2006_benchmark.py b/perfkitbenchmarker/benchmarks/speccpu2006_benchmark.py index db96b5b7f3..ecc3145734 100644 --- a/perfkitbenchmarker/benchmarks/speccpu2006_benchmark.py +++ b/perfkitbenchmarker/benchmarks/speccpu2006_benchmark.py @@ -1,4 +1,4 @@ -# Copyright 2014 Google Inc. All rights reserved. +# Copyright 2014 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/benchmarks/sysbench_oltp_benchmark.py b/perfkitbenchmarker/benchmarks/sysbench_oltp_benchmark.py index 7697d30861..c80dc65ee6 100644 --- a/perfkitbenchmarker/benchmarks/sysbench_oltp_benchmark.py +++ b/perfkitbenchmarker/benchmarks/sysbench_oltp_benchmark.py @@ -1,4 +1,4 @@ -# Copyright 2014 Google Inc. All rights reserved. +# Copyright 2014 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/benchmarks/unixbench_benchmark.py b/perfkitbenchmarker/benchmarks/unixbench_benchmark.py index d3795f8015..a5b8e2d612 100644 --- a/perfkitbenchmarker/benchmarks/unixbench_benchmark.py +++ b/perfkitbenchmarker/benchmarks/unixbench_benchmark.py @@ -1,4 +1,4 @@ -# Copyright 2014 Google Inc. All rights reserved. +# Copyright 2014 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/cloudstack/__init__.py b/perfkitbenchmarker/cloudstack/__init__.py index 5d61879ac2..d90275b19d 100644 --- a/perfkitbenchmarker/cloudstack/__init__.py +++ b/perfkitbenchmarker/cloudstack/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2015 Google Inc. All rights reserved. +# Copyright 2015 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/cloudstack/cloudstack_disk.py b/perfkitbenchmarker/cloudstack/cloudstack_disk.py index 3c250ea071..aca7eb3688 100644 --- a/perfkitbenchmarker/cloudstack/cloudstack_disk.py +++ b/perfkitbenchmarker/cloudstack/cloudstack_disk.py @@ -1,4 +1,4 @@ -# Copyright 2014 Google Inc. All rights reserved. +# Copyright 2014 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/cloudstack/cloudstack_network.py b/perfkitbenchmarker/cloudstack/cloudstack_network.py index c99095d908..ef95be9ea6 100644 --- a/perfkitbenchmarker/cloudstack/cloudstack_network.py +++ b/perfkitbenchmarker/cloudstack/cloudstack_network.py @@ -1,4 +1,4 @@ -# Copyright 2015 Google Inc. All rights reserved. +# Copyright 2015 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/cloudstack/cloudstack_virtual_machine.py b/perfkitbenchmarker/cloudstack/cloudstack_virtual_machine.py index 3d28447c74..904e418263 100644 --- a/perfkitbenchmarker/cloudstack/cloudstack_virtual_machine.py +++ b/perfkitbenchmarker/cloudstack/cloudstack_virtual_machine.py @@ -1,4 +1,4 @@ -# Copyright 2014 Google Inc. All rights reserved. +# Copyright 2014 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/cloudstack/util.py b/perfkitbenchmarker/cloudstack/util.py index 51ec95e06d..dd5962cc46 100644 --- a/perfkitbenchmarker/cloudstack/util.py +++ b/perfkitbenchmarker/cloudstack/util.py @@ -1,4 +1,4 @@ -# Copyright 2015 Google Inc. All rights reserved. +# Copyright 2015 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/configs/__init__.py b/perfkitbenchmarker/configs/__init__.py index bed668b129..a14ac47dcd 100644 --- a/perfkitbenchmarker/configs/__init__.py +++ b/perfkitbenchmarker/configs/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2015 Google Inc. All rights reserved. +# Copyright 2015 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/context.py b/perfkitbenchmarker/context.py index c8a348b9bd..f916898fa7 100644 --- a/perfkitbenchmarker/context.py +++ b/perfkitbenchmarker/context.py @@ -1,4 +1,4 @@ -# Copyright 2015 Google Inc. All rights reserved. +# Copyright 2015 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/data/__init__.py b/perfkitbenchmarker/data/__init__.py index b2ba5a2e90..179d6e580d 100644 --- a/perfkitbenchmarker/data/__init__.py +++ b/perfkitbenchmarker/data/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2014 Google Inc. All rights reserved. +# Copyright 2014 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/data/build_collectd.sh.j2 b/perfkitbenchmarker/data/build_collectd.sh.j2 index 2071155765..56bc0e9d40 100755 --- a/perfkitbenchmarker/data/build_collectd.sh.j2 +++ b/perfkitbenchmarker/data/build_collectd.sh.j2 @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2015 Google Inc. All rights reserved. +# Copyright 2015 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/data/cassandra/create-ycsb-table.cql.j2 b/perfkitbenchmarker/data/cassandra/create-ycsb-table.cql.j2 index 6f9f878991..e4eabdd89d 100644 --- a/perfkitbenchmarker/data/cassandra/create-ycsb-table.cql.j2 +++ b/perfkitbenchmarker/data/cassandra/create-ycsb-table.cql.j2 @@ -1,4 +1,4 @@ -{# Copyright 2015 Google Inc. All rights reserved. +{# Copyright 2015 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/data/cloud-storage-workload.sh b/perfkitbenchmarker/data/cloud-storage-workload.sh index 5d817c39a7..d5f00b7043 100644 --- a/perfkitbenchmarker/data/cloud-storage-workload.sh +++ b/perfkitbenchmarker/data/cloud-storage-workload.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2014 Google Inc. All rights reserved. +# Copyright 2014 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/data/fio.job b/perfkitbenchmarker/data/fio.job index 578940db69..bd24327484 100644 --- a/perfkitbenchmarker/data/fio.job +++ b/perfkitbenchmarker/data/fio.job @@ -1,4 +1,4 @@ -; Copyright 2014 Google Inc. All rights reserved. +; Copyright 2014 PerfKitBenchmarker Authors. All rights reserved. ; ; 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/perfkitbenchmarker/data/hadoop/hadoop-env.sh.j2 b/perfkitbenchmarker/data/hadoop/hadoop-env.sh.j2 index 8f9fda6f65..af170c2a6a 100644 --- a/perfkitbenchmarker/data/hadoop/hadoop-env.sh.j2 +++ b/perfkitbenchmarker/data/hadoop/hadoop-env.sh.j2 @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2014 Google Inc. All rights reserved. +# Copyright 2014 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/data/hadoop/start-hadoop.sh.j2 b/perfkitbenchmarker/data/hadoop/start-hadoop.sh.j2 index 356364b62a..f913ed76bc 100755 --- a/perfkitbenchmarker/data/hadoop/start-hadoop.sh.j2 +++ b/perfkitbenchmarker/data/hadoop/start-hadoop.sh.j2 @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright 2015 Google Inc. All rights reserved. +# Copyright 2015 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/data/hbase/__init__.py b/perfkitbenchmarker/data/hbase/__init__.py index 5d61879ac2..d90275b19d 100644 --- a/perfkitbenchmarker/data/hbase/__init__.py +++ b/perfkitbenchmarker/data/hbase/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2015 Google Inc. All rights reserved. +# Copyright 2015 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/data/hbase/create-ycsb-table.hbaseshell.j2 b/perfkitbenchmarker/data/hbase/create-ycsb-table.hbaseshell.j2 index b6dc64158c..b155249020 100644 --- a/perfkitbenchmarker/data/hbase/create-ycsb-table.hbaseshell.j2 +++ b/perfkitbenchmarker/data/hbase/create-ycsb-table.hbaseshell.j2 @@ -1,4 +1,4 @@ -# Copyright 2015 Google Inc. All rights reserved. +# Copyright 2015 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/data/hbase/hbase-env.sh.j2 b/perfkitbenchmarker/data/hbase/hbase-env.sh.j2 index 772ef4e89b..32f80fe323 100755 --- a/perfkitbenchmarker/data/hbase/hbase-env.sh.j2 +++ b/perfkitbenchmarker/data/hbase/hbase-env.sh.j2 @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2015 Google Inc. All rights reserved. +# Copyright 2015 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/data/set-interrupts.sh b/perfkitbenchmarker/data/set-interrupts.sh index 2e958952ec..4445ad9ce8 100644 --- a/perfkitbenchmarker/data/set-interrupts.sh +++ b/perfkitbenchmarker/data/set-interrupts.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2014 Google Inc. All rights reserved. +# Copyright 2014 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/data/ssh_config.j2 b/perfkitbenchmarker/data/ssh_config.j2 index 42268379ea..3792884af9 100644 --- a/perfkitbenchmarker/data/ssh_config.j2 +++ b/perfkitbenchmarker/data/ssh_config.j2 @@ -1,4 +1,4 @@ -# Copyright 2015 Google Inc. All rights reserved. +# Copyright 2015 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/digitalocean/__init__.py b/perfkitbenchmarker/digitalocean/__init__.py index f26e07e193..86bd96f4fe 100644 --- a/perfkitbenchmarker/digitalocean/__init__.py +++ b/perfkitbenchmarker/digitalocean/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2015 Google Inc. All rights reserved. +# Copyright 2015 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/digitalocean/digitalocean_disk.py b/perfkitbenchmarker/digitalocean/digitalocean_disk.py index 641c176a64..68a8a1201f 100644 --- a/perfkitbenchmarker/digitalocean/digitalocean_disk.py +++ b/perfkitbenchmarker/digitalocean/digitalocean_disk.py @@ -1,4 +1,4 @@ -# Copyright 2015 Google Inc. All rights reserved. +# Copyright 2015 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/digitalocean/digitalocean_virtual_machine.py b/perfkitbenchmarker/digitalocean/digitalocean_virtual_machine.py index 8c367d248f..6559ad6991 100644 --- a/perfkitbenchmarker/digitalocean/digitalocean_virtual_machine.py +++ b/perfkitbenchmarker/digitalocean/digitalocean_virtual_machine.py @@ -1,4 +1,4 @@ -# Copyright 2015 Google Inc. All rights reserved. +# Copyright 2015 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/digitalocean/util.py b/perfkitbenchmarker/digitalocean/util.py index ad1d088df8..ced469ff7e 100644 --- a/perfkitbenchmarker/digitalocean/util.py +++ b/perfkitbenchmarker/digitalocean/util.py @@ -1,4 +1,4 @@ -# Copyright 2015 Google Inc. All rights reserved. +# Copyright 2015 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/disk.py b/perfkitbenchmarker/disk.py index 99c2fbb167..5a11b7e6af 100644 --- a/perfkitbenchmarker/disk.py +++ b/perfkitbenchmarker/disk.py @@ -1,4 +1,4 @@ -# Copyright 2014 Google Inc. All rights reserved. +# Copyright 2014 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/errors.py b/perfkitbenchmarker/errors.py index 13c10e3114..ef84058bb7 100644 --- a/perfkitbenchmarker/errors.py +++ b/perfkitbenchmarker/errors.py @@ -1,4 +1,4 @@ -# Copyright 2014 Google Inc. All rights reserved. +# Copyright 2014 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/events.py b/perfkitbenchmarker/events.py index 8f38a6c614..831a78a276 100644 --- a/perfkitbenchmarker/events.py +++ b/perfkitbenchmarker/events.py @@ -1,4 +1,4 @@ -# Copyright 2015 Google Inc. All rights reserved. +# Copyright 2015 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/flag_util.py b/perfkitbenchmarker/flag_util.py index eace66804d..569e0e0b53 100644 --- a/perfkitbenchmarker/flag_util.py +++ b/perfkitbenchmarker/flag_util.py @@ -1,4 +1,4 @@ -# Copyright 2015 Google Inc. All rights reserved. +# Copyright 2015 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/gcp/__init__.py b/perfkitbenchmarker/gcp/__init__.py index ff02c77b9c..da826c6d08 100644 --- a/perfkitbenchmarker/gcp/__init__.py +++ b/perfkitbenchmarker/gcp/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2014 Google Inc. All rights reserved. +# Copyright 2014 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/gcp/gce_disk.py b/perfkitbenchmarker/gcp/gce_disk.py index c137c11d78..16e25e21f0 100644 --- a/perfkitbenchmarker/gcp/gce_disk.py +++ b/perfkitbenchmarker/gcp/gce_disk.py @@ -1,4 +1,4 @@ -# Copyright 2014 Google Inc. All rights reserved. +# Copyright 2014 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/gcp/gce_network.py b/perfkitbenchmarker/gcp/gce_network.py index 44ba0ac018..73b26c6f44 100644 --- a/perfkitbenchmarker/gcp/gce_network.py +++ b/perfkitbenchmarker/gcp/gce_network.py @@ -1,4 +1,4 @@ -# Copyright 2014 Google Inc. All rights reserved. +# Copyright 2014 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/gcp/gce_virtual_machine.py b/perfkitbenchmarker/gcp/gce_virtual_machine.py index c00422ae1f..149e0ef4e7 100644 --- a/perfkitbenchmarker/gcp/gce_virtual_machine.py +++ b/perfkitbenchmarker/gcp/gce_virtual_machine.py @@ -1,4 +1,4 @@ -# Copyright 2014 Google Inc. All rights reserved. +# Copyright 2014 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/gcp/util.py b/perfkitbenchmarker/gcp/util.py index c3e4789e86..3f21ebea43 100644 --- a/perfkitbenchmarker/gcp/util.py +++ b/perfkitbenchmarker/gcp/util.py @@ -1,4 +1,4 @@ -# Copyright 2014 Google Inc. All rights reserved. +# Copyright 2014 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/import_util.py b/perfkitbenchmarker/import_util.py index ac58fbb5e8..1e1a45704f 100644 --- a/perfkitbenchmarker/import_util.py +++ b/perfkitbenchmarker/import_util.py @@ -1,4 +1,4 @@ -# Copyright 2014 Google Inc. All rights reserved. +# Copyright 2014 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/kubernetes/__init__.py b/perfkitbenchmarker/kubernetes/__init__.py index e69de29bb2..d90275b19d 100644 --- a/perfkitbenchmarker/kubernetes/__init__.py +++ b/perfkitbenchmarker/kubernetes/__init__.py @@ -0,0 +1,13 @@ +# Copyright 2015 PerfKitBenchmarker Authors. All rights reserved. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# 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 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. diff --git a/perfkitbenchmarker/kubernetes/kubernetes_disk.py b/perfkitbenchmarker/kubernetes/kubernetes_disk.py index b11626a36b..53c449b69d 100644 --- a/perfkitbenchmarker/kubernetes/kubernetes_disk.py +++ b/perfkitbenchmarker/kubernetes/kubernetes_disk.py @@ -1,4 +1,4 @@ -# Copyright 2015 Google Inc. All rights reserved. +# Copyright 2015 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/kubernetes/kubernetes_virtual_machine.py b/perfkitbenchmarker/kubernetes/kubernetes_virtual_machine.py index 27b91ff919..28830740e9 100644 --- a/perfkitbenchmarker/kubernetes/kubernetes_virtual_machine.py +++ b/perfkitbenchmarker/kubernetes/kubernetes_virtual_machine.py @@ -1,4 +1,4 @@ -# Copyright 2015 Google Inc. All rights reserved. +# Copyright 2015 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/linux_virtual_machine.py b/perfkitbenchmarker/linux_virtual_machine.py index 3a72d4fddc..59ad539046 100644 --- a/perfkitbenchmarker/linux_virtual_machine.py +++ b/perfkitbenchmarker/linux_virtual_machine.py @@ -1,4 +1,4 @@ -# Copyright 2015 Google Inc. All rights reserved. +# Copyright 2015 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/log_util.py b/perfkitbenchmarker/log_util.py index 143b336fdb..3ea26e06b3 100644 --- a/perfkitbenchmarker/log_util.py +++ b/perfkitbenchmarker/log_util.py @@ -1,4 +1,4 @@ -# Copyright 2014 Google Inc. All rights reserved. +# Copyright 2014 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/network.py b/perfkitbenchmarker/network.py index dcf6cb6b50..90dd670840 100644 --- a/perfkitbenchmarker/network.py +++ b/perfkitbenchmarker/network.py @@ -1,4 +1,4 @@ -# Copyright 2014 Google Inc. All rights reserved. +# Copyright 2014 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/openstack/__init__.py b/perfkitbenchmarker/openstack/__init__.py index 5d61879ac2..d90275b19d 100644 --- a/perfkitbenchmarker/openstack/__init__.py +++ b/perfkitbenchmarker/openstack/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2015 Google Inc. All rights reserved. +# Copyright 2015 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/openstack/os_disk.py b/perfkitbenchmarker/openstack/os_disk.py index 1880fe1533..5346ad2f75 100644 --- a/perfkitbenchmarker/openstack/os_disk.py +++ b/perfkitbenchmarker/openstack/os_disk.py @@ -1,4 +1,4 @@ -# Copyright 2015 Google Inc. All rights reserved. +# Copyright 2015 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/openstack/os_network.py b/perfkitbenchmarker/openstack/os_network.py index 6d25bf3650..b788d161b6 100644 --- a/perfkitbenchmarker/openstack/os_network.py +++ b/perfkitbenchmarker/openstack/os_network.py @@ -1,4 +1,4 @@ -# Copyright 2015 Google Inc. All rights reserved. +# Copyright 2015 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/openstack/os_virtual_machine.py b/perfkitbenchmarker/openstack/os_virtual_machine.py index 547efe296c..eb97baf8b4 100644 --- a/perfkitbenchmarker/openstack/os_virtual_machine.py +++ b/perfkitbenchmarker/openstack/os_virtual_machine.py @@ -1,4 +1,4 @@ -# Copyright 2015 Google Inc. All rights reserved. +# Copyright 2015 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/openstack/utils.py b/perfkitbenchmarker/openstack/utils.py index c8cf8a6201..11704af340 100644 --- a/perfkitbenchmarker/openstack/utils.py +++ b/perfkitbenchmarker/openstack/utils.py @@ -1,4 +1,4 @@ -# Copyright 2015 Google Inc. All rights reserved. +# Copyright 2015 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/packages/__init__.py b/perfkitbenchmarker/packages/__init__.py index 25740724ac..26740a6232 100644 --- a/perfkitbenchmarker/packages/__init__.py +++ b/perfkitbenchmarker/packages/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2014 Google Inc. All rights reserved. +# Copyright 2014 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/packages/aerospike_server.py b/perfkitbenchmarker/packages/aerospike_server.py index 8c0e322fab..a75253a4e2 100644 --- a/perfkitbenchmarker/packages/aerospike_server.py +++ b/perfkitbenchmarker/packages/aerospike_server.py @@ -1,4 +1,4 @@ -# Copyright 2014 Google Inc. All rights reserved. +# Copyright 2014 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/packages/ant.py b/perfkitbenchmarker/packages/ant.py index 0074f0ccae..8526fee37e 100644 --- a/perfkitbenchmarker/packages/ant.py +++ b/perfkitbenchmarker/packages/ant.py @@ -1,4 +1,4 @@ -# Copyright 2014 Google Inc. All rights reserved. +# Copyright 2014 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/packages/autoconf.py b/perfkitbenchmarker/packages/autoconf.py index a783238f92..0f62e4ef64 100644 --- a/perfkitbenchmarker/packages/autoconf.py +++ b/perfkitbenchmarker/packages/autoconf.py @@ -1,4 +1,4 @@ -# Copyright 2014 Google Inc. All rights reserved. +# Copyright 2014 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/packages/bonnieplusplus.py b/perfkitbenchmarker/packages/bonnieplusplus.py index 49f6536940..33142ce6fb 100644 --- a/perfkitbenchmarker/packages/bonnieplusplus.py +++ b/perfkitbenchmarker/packages/bonnieplusplus.py @@ -1,4 +1,4 @@ -# Copyright 2014 Google Inc. All rights reserved. +# Copyright 2014 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/packages/build_tools.py b/perfkitbenchmarker/packages/build_tools.py index ca542998fa..e3015ab929 100644 --- a/perfkitbenchmarker/packages/build_tools.py +++ b/perfkitbenchmarker/packages/build_tools.py @@ -1,4 +1,4 @@ -# Copyright 2014 Google Inc. All rights reserved. +# Copyright 2014 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/packages/cassandra.py b/perfkitbenchmarker/packages/cassandra.py index 1a740bfcd1..0ecb4d6721 100644 --- a/perfkitbenchmarker/packages/cassandra.py +++ b/perfkitbenchmarker/packages/cassandra.py @@ -1,4 +1,4 @@ -# Copyright 2015 Google Inc. All rights reserved. +# Copyright 2015 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/packages/collectd.py b/perfkitbenchmarker/packages/collectd.py index 1353c6fe7b..8c873f8537 100644 --- a/perfkitbenchmarker/packages/collectd.py +++ b/perfkitbenchmarker/packages/collectd.py @@ -1,4 +1,4 @@ -# Copyright 2015 Google Inc. All rights reserved. +# Copyright 2015 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/packages/crcmod.py b/perfkitbenchmarker/packages/crcmod.py index 09f2a14c21..b97d67b306 100644 --- a/perfkitbenchmarker/packages/crcmod.py +++ b/perfkitbenchmarker/packages/crcmod.py @@ -1,4 +1,4 @@ -# Copyright 2015 Google Inc. All rights reserved. +# Copyright 2015 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/packages/curl.py b/perfkitbenchmarker/packages/curl.py index c455132400..e7160d3bc8 100644 --- a/perfkitbenchmarker/packages/curl.py +++ b/perfkitbenchmarker/packages/curl.py @@ -1,4 +1,4 @@ -# Copyright 2015 Google Inc. All rights reserved. +# Copyright 2015 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/packages/docker.py b/perfkitbenchmarker/packages/docker.py index 8f1116196d..65973fe03a 100644 --- a/perfkitbenchmarker/packages/docker.py +++ b/perfkitbenchmarker/packages/docker.py @@ -1,4 +1,4 @@ -# Copyright 2015 Google Inc. All rights reserved. +# Copyright 2015 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/packages/dstat.py b/perfkitbenchmarker/packages/dstat.py index b14ed630fb..ecdeba058e 100644 --- a/perfkitbenchmarker/packages/dstat.py +++ b/perfkitbenchmarker/packages/dstat.py @@ -1,4 +1,4 @@ -# Copyright 2015 Google Inc. All rights reserved. +# Copyright 2015 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/packages/faban.py b/perfkitbenchmarker/packages/faban.py index 450a64b746..ee5e39bfc3 100644 --- a/perfkitbenchmarker/packages/faban.py +++ b/perfkitbenchmarker/packages/faban.py @@ -1,4 +1,4 @@ -# Copyright 2015 Google Inc. All rights reserved. +# Copyright 2015 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/packages/fio.py b/perfkitbenchmarker/packages/fio.py index de6abde8bd..d58ad3ed26 100644 --- a/perfkitbenchmarker/packages/fio.py +++ b/perfkitbenchmarker/packages/fio.py @@ -1,4 +1,4 @@ -# Copyright 2014 Google Inc. All rights reserved. +# Copyright 2014 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/packages/fortran.py b/perfkitbenchmarker/packages/fortran.py index 045ec5f37a..99fd0e6bf1 100644 --- a/perfkitbenchmarker/packages/fortran.py +++ b/perfkitbenchmarker/packages/fortran.py @@ -1,4 +1,4 @@ -# Copyright 2014 Google Inc. All rights reserved. +# Copyright 2014 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/packages/gcs_boto_plugin.py b/perfkitbenchmarker/packages/gcs_boto_plugin.py index a398eee8d0..998bab3e13 100644 --- a/perfkitbenchmarker/packages/gcs_boto_plugin.py +++ b/perfkitbenchmarker/packages/gcs_boto_plugin.py @@ -1,4 +1,4 @@ -# Copyright 2014 Google Inc. All rights reserved. +# Copyright 2014 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/packages/hadoop.py b/perfkitbenchmarker/packages/hadoop.py index 49e99e4324..b3cc906fd9 100644 --- a/perfkitbenchmarker/packages/hadoop.py +++ b/perfkitbenchmarker/packages/hadoop.py @@ -1,4 +1,4 @@ -# Copyright 2015 Google Inc. All rights reserved. +# Copyright 2015 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/packages/hbase.py b/perfkitbenchmarker/packages/hbase.py index 605cd3d7ce..7978619691 100644 --- a/perfkitbenchmarker/packages/hbase.py +++ b/perfkitbenchmarker/packages/hbase.py @@ -1,4 +1,4 @@ -# Copyright 2015 Google Inc. All rights reserved. +# Copyright 2015 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/packages/hpcc.py b/perfkitbenchmarker/packages/hpcc.py index 23d5fc4cc8..b1b9494a4d 100644 --- a/perfkitbenchmarker/packages/hpcc.py +++ b/perfkitbenchmarker/packages/hpcc.py @@ -1,4 +1,4 @@ -# Copyright 2014 Google Inc. All rights reserved. +# Copyright 2014 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/packages/iperf.py b/perfkitbenchmarker/packages/iperf.py index 5807906672..127d66bcdd 100644 --- a/perfkitbenchmarker/packages/iperf.py +++ b/perfkitbenchmarker/packages/iperf.py @@ -1,4 +1,4 @@ -# Copyright 2014 Google Inc. All rights reserved. +# Copyright 2014 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/packages/libaio.py b/perfkitbenchmarker/packages/libaio.py index f56fa5dfb6..e273b6c708 100644 --- a/perfkitbenchmarker/packages/libaio.py +++ b/perfkitbenchmarker/packages/libaio.py @@ -1,4 +1,4 @@ -# Copyright 2015 Google Inc. All rights reserved. +# Copyright 2015 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/packages/libcurl.py b/perfkitbenchmarker/packages/libcurl.py index 9452216333..6e98ddae2f 100644 --- a/perfkitbenchmarker/packages/libcurl.py +++ b/perfkitbenchmarker/packages/libcurl.py @@ -1,4 +1,4 @@ -# Copyright 2015 Google Inc. All rights reserved. +# Copyright 2015 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/packages/libjpeg.py b/perfkitbenchmarker/packages/libjpeg.py index 3ed17e5f1a..04ce9b6305 100644 --- a/perfkitbenchmarker/packages/libjpeg.py +++ b/perfkitbenchmarker/packages/libjpeg.py @@ -1,4 +1,4 @@ -# Copyright 2015 Google Inc. All rights reserved. +# Copyright 2015 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/packages/libpng.py b/perfkitbenchmarker/packages/libpng.py index fc63abbc80..f7144a1dcf 100644 --- a/perfkitbenchmarker/packages/libpng.py +++ b/perfkitbenchmarker/packages/libpng.py @@ -1,4 +1,4 @@ -# Copyright 2015 Google Inc. All rights reserved. +# Copyright 2015 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/packages/libxml2.py b/perfkitbenchmarker/packages/libxml2.py index 6afb9b59fe..66fad85247 100644 --- a/perfkitbenchmarker/packages/libxml2.py +++ b/perfkitbenchmarker/packages/libxml2.py @@ -1,4 +1,4 @@ -# Copyright 2015 Google Inc. All rights reserved. +# Copyright 2015 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/packages/lua5_1.py b/perfkitbenchmarker/packages/lua5_1.py index d60251629d..e2bd2fcb59 100644 --- a/perfkitbenchmarker/packages/lua5_1.py +++ b/perfkitbenchmarker/packages/lua5_1.py @@ -1,4 +1,4 @@ -# Copyright 2014 Google Inc. All rights reserved. +# Copyright 2014 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/packages/maven.py b/perfkitbenchmarker/packages/maven.py index 7b77437e9f..aeea3bfe25 100644 --- a/perfkitbenchmarker/packages/maven.py +++ b/perfkitbenchmarker/packages/maven.py @@ -1,4 +1,4 @@ -# Copyright 2014 Google Inc. All rights reserved. +# Copyright 2014 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/packages/mdadm.py b/perfkitbenchmarker/packages/mdadm.py index 41fe2bb695..e1c094b242 100644 --- a/perfkitbenchmarker/packages/mdadm.py +++ b/perfkitbenchmarker/packages/mdadm.py @@ -1,4 +1,4 @@ -# Copyright 2014 Google Inc. All rights reserved. +# Copyright 2014 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/packages/memtier.py b/perfkitbenchmarker/packages/memtier.py index c836b2becc..8492a08c7d 100644 --- a/perfkitbenchmarker/packages/memtier.py +++ b/perfkitbenchmarker/packages/memtier.py @@ -1,4 +1,4 @@ -# Copyright 2014 Google Inc. All rights reserved. +# Copyright 2014 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/packages/mongodb_server.py b/perfkitbenchmarker/packages/mongodb_server.py index e92c555829..15ddc97e38 100644 --- a/perfkitbenchmarker/packages/mongodb_server.py +++ b/perfkitbenchmarker/packages/mongodb_server.py @@ -1,4 +1,4 @@ -# Copyright 2014 Google Inc. All rights reserved. +# Copyright 2014 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/packages/multilib.py b/perfkitbenchmarker/packages/multilib.py index 86ccd6cb9d..e4d833268c 100644 --- a/perfkitbenchmarker/packages/multilib.py +++ b/perfkitbenchmarker/packages/multilib.py @@ -1,4 +1,4 @@ -# Copyright 2014 Google Inc. All rights reserved. +# Copyright 2014 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/packages/mysql.py b/perfkitbenchmarker/packages/mysql.py index 73251c61c4..25b316ef7c 100644 --- a/perfkitbenchmarker/packages/mysql.py +++ b/perfkitbenchmarker/packages/mysql.py @@ -1,4 +1,4 @@ -# Copyright 2014 Google Inc. All rights reserved. +# Copyright 2014 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/packages/netperf.py b/perfkitbenchmarker/packages/netperf.py index ad7091cea8..4badfebf1e 100644 --- a/perfkitbenchmarker/packages/netperf.py +++ b/perfkitbenchmarker/packages/netperf.py @@ -1,4 +1,4 @@ -# Copyright 2014 Google Inc. All rights reserved. +# Copyright 2014 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/packages/nginx.py b/perfkitbenchmarker/packages/nginx.py index de1dcf88d7..dcf752bb55 100644 --- a/perfkitbenchmarker/packages/nginx.py +++ b/perfkitbenchmarker/packages/nginx.py @@ -1,4 +1,4 @@ -# Copyright 2015 Google Inc. All rights reserved. +# Copyright 2015 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/packages/node_js.py b/perfkitbenchmarker/packages/node_js.py index f104014c96..0db8fc5b1e 100644 --- a/perfkitbenchmarker/packages/node_js.py +++ b/perfkitbenchmarker/packages/node_js.py @@ -1,4 +1,4 @@ -# Copyright 2014 Google Inc. All rights reserved. +# Copyright 2014 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/packages/numactl.py b/perfkitbenchmarker/packages/numactl.py index 0713a64063..a1f60206a7 100644 --- a/perfkitbenchmarker/packages/numactl.py +++ b/perfkitbenchmarker/packages/numactl.py @@ -1,4 +1,4 @@ -# Copyright 2014 Google Inc. All rights reserved. +# Copyright 2014 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/packages/oldisim_dependencies.py b/perfkitbenchmarker/packages/oldisim_dependencies.py index d3c8abb568..c3263b5f39 100644 --- a/perfkitbenchmarker/packages/oldisim_dependencies.py +++ b/perfkitbenchmarker/packages/oldisim_dependencies.py @@ -1,4 +1,4 @@ -# Copyright 2015 Google Inc. All rights reserved. +# Copyright 2015 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/packages/openblas.py b/perfkitbenchmarker/packages/openblas.py index 242e6f0acf..afbe56f640 100644 --- a/perfkitbenchmarker/packages/openblas.py +++ b/perfkitbenchmarker/packages/openblas.py @@ -1,4 +1,4 @@ -# Copyright 2014 Google Inc. All rights reserved. +# Copyright 2014 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/packages/openjdk7.py b/perfkitbenchmarker/packages/openjdk7.py index 10a8f2e957..4f9342c22e 100644 --- a/perfkitbenchmarker/packages/openjdk7.py +++ b/perfkitbenchmarker/packages/openjdk7.py @@ -1,4 +1,4 @@ -# Copyright 2014 Google Inc. All rights reserved. +# Copyright 2014 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/packages/openmpi.py b/perfkitbenchmarker/packages/openmpi.py index 2dcae7511f..6b2c38b72a 100644 --- a/perfkitbenchmarker/packages/openmpi.py +++ b/perfkitbenchmarker/packages/openmpi.py @@ -1,4 +1,4 @@ -# Copyright 2014 Google Inc. All rights reserved. +# Copyright 2014 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/packages/openssl.py b/perfkitbenchmarker/packages/openssl.py index e41f1da694..f3486cba11 100644 --- a/perfkitbenchmarker/packages/openssl.py +++ b/perfkitbenchmarker/packages/openssl.py @@ -1,4 +1,4 @@ -# Copyright 2014 Google Inc. All rights reserved. +# Copyright 2014 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/packages/pcre.py b/perfkitbenchmarker/packages/pcre.py index a29383c095..352f2dca20 100644 --- a/perfkitbenchmarker/packages/pcre.py +++ b/perfkitbenchmarker/packages/pcre.py @@ -1,4 +1,4 @@ -# Copyright 2015 Google Inc. All rights reserved. +# Copyright 2015 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/packages/php.py b/perfkitbenchmarker/packages/php.py index 89d5b90fed..5e22b75cca 100644 --- a/perfkitbenchmarker/packages/php.py +++ b/perfkitbenchmarker/packages/php.py @@ -1,4 +1,4 @@ -# Copyright 2015 Google Inc. All rights reserved. +# Copyright 2015 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/packages/pip.py b/perfkitbenchmarker/packages/pip.py index abc6f290ba..fd824cb16e 100644 --- a/perfkitbenchmarker/packages/pip.py +++ b/perfkitbenchmarker/packages/pip.py @@ -1,4 +1,4 @@ -# Copyright 2014 Google Inc. All rights reserved. +# Copyright 2014 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/packages/python.py b/perfkitbenchmarker/packages/python.py index d4757e0df0..ee13361892 100644 --- a/perfkitbenchmarker/packages/python.py +++ b/perfkitbenchmarker/packages/python.py @@ -1,4 +1,4 @@ -# Copyright 2015 Google Inc. All rights reserved. +# Copyright 2015 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/packages/redis_server.py b/perfkitbenchmarker/packages/redis_server.py index 5dbf4be040..e56ce092a8 100644 --- a/perfkitbenchmarker/packages/redis_server.py +++ b/perfkitbenchmarker/packages/redis_server.py @@ -1,4 +1,4 @@ -# Copyright 2014 Google Inc. All rights reserved. +# Copyright 2014 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/packages/silo.py b/perfkitbenchmarker/packages/silo.py index d1d7393dc6..2c14a0bc1c 100644 --- a/perfkitbenchmarker/packages/silo.py +++ b/perfkitbenchmarker/packages/silo.py @@ -1,4 +1,4 @@ -# Copyright 2014 Google Inc. All rights reserved. +# Copyright 2014 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/packages/solr.py b/perfkitbenchmarker/packages/solr.py index 78d8b05540..36f796da76 100644 --- a/perfkitbenchmarker/packages/solr.py +++ b/perfkitbenchmarker/packages/solr.py @@ -1,4 +1,4 @@ -# Copyright 2015 Google Inc. All rights reserved. +# Copyright 2015 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/packages/sysbench.py b/perfkitbenchmarker/packages/sysbench.py index 54c2406c0e..9712bc0ea8 100644 --- a/perfkitbenchmarker/packages/sysbench.py +++ b/perfkitbenchmarker/packages/sysbench.py @@ -1,4 +1,4 @@ -# Copyright 2014 Google Inc. All rights reserved. +# Copyright 2014 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/packages/sysbench05plus.py b/perfkitbenchmarker/packages/sysbench05plus.py index 2552ec8ce1..3fb6a743b3 100644 --- a/perfkitbenchmarker/packages/sysbench05plus.py +++ b/perfkitbenchmarker/packages/sysbench05plus.py @@ -1,4 +1,4 @@ -# Copyright 2014 Google Inc. All rights reserved. +# Copyright 2014 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/packages/unixbench.py b/perfkitbenchmarker/packages/unixbench.py index c1deb531c4..3bf998b103 100644 --- a/perfkitbenchmarker/packages/unixbench.py +++ b/perfkitbenchmarker/packages/unixbench.py @@ -1,4 +1,4 @@ -# Copyright 2014 Google Inc. All rights reserved. +# Copyright 2014 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/packages/wget.py b/perfkitbenchmarker/packages/wget.py index c6f4ad8465..c7804823c8 100644 --- a/perfkitbenchmarker/packages/wget.py +++ b/perfkitbenchmarker/packages/wget.py @@ -1,4 +1,4 @@ -# Copyright 2014 Google Inc. All rights reserved. +# Copyright 2014 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/packages/ycsb.py b/perfkitbenchmarker/packages/ycsb.py index 3bd6895001..d2144b7be6 100644 --- a/perfkitbenchmarker/packages/ycsb.py +++ b/perfkitbenchmarker/packages/ycsb.py @@ -1,4 +1,4 @@ -# Copyright 2015 Google Inc. All rights reserved. +# Copyright 2015 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/packages/zlib.py b/perfkitbenchmarker/packages/zlib.py index dfbc9910e0..6f4eb8496f 100644 --- a/perfkitbenchmarker/packages/zlib.py +++ b/perfkitbenchmarker/packages/zlib.py @@ -1,4 +1,4 @@ -# Copyright 2015 Google Inc. All rights reserved. +# Copyright 2015 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/pkb.py b/perfkitbenchmarker/pkb.py index deae826490..095b96643e 100644 --- a/perfkitbenchmarker/pkb.py +++ b/perfkitbenchmarker/pkb.py @@ -1,4 +1,4 @@ -# Copyright 2014 Google Inc. All rights reserved. +# Copyright 2014 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/publisher.py b/perfkitbenchmarker/publisher.py index 5a252ee06a..3ccbbb1ba1 100644 --- a/perfkitbenchmarker/publisher.py +++ b/perfkitbenchmarker/publisher.py @@ -1,4 +1,4 @@ -# Copyright 2014 Google Inc. All rights reserved. +# Copyright 2014 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/rackspace/__init__.py b/perfkitbenchmarker/rackspace/__init__.py index ff02c77b9c..da826c6d08 100644 --- a/perfkitbenchmarker/rackspace/__init__.py +++ b/perfkitbenchmarker/rackspace/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2014 Google Inc. All rights reserved. +# Copyright 2014 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/rackspace/rackspace_disk.py b/perfkitbenchmarker/rackspace/rackspace_disk.py index 48b016954f..6b293cf453 100644 --- a/perfkitbenchmarker/rackspace/rackspace_disk.py +++ b/perfkitbenchmarker/rackspace/rackspace_disk.py @@ -1,4 +1,4 @@ -# Copyright 2014 Google Inc. All rights reserved. +# Copyright 2014 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/rackspace/rackspace_machine_types.py b/perfkitbenchmarker/rackspace/rackspace_machine_types.py index c728d37225..c0bb22c942 100644 --- a/perfkitbenchmarker/rackspace/rackspace_machine_types.py +++ b/perfkitbenchmarker/rackspace/rackspace_machine_types.py @@ -1,4 +1,4 @@ -# Copyright 2014 Google Inc. All rights reserved. +# Copyright 2014 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/rackspace/rackspace_network.py b/perfkitbenchmarker/rackspace/rackspace_network.py index 7603a51240..7253e2605b 100644 --- a/perfkitbenchmarker/rackspace/rackspace_network.py +++ b/perfkitbenchmarker/rackspace/rackspace_network.py @@ -1,4 +1,4 @@ -# Copyright 2014 Google Inc. All rights reserved. +# Copyright 2014 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/rackspace/rackspace_virtual_machine.py b/perfkitbenchmarker/rackspace/rackspace_virtual_machine.py index 732f769df7..eeb4a391ac 100644 --- a/perfkitbenchmarker/rackspace/rackspace_virtual_machine.py +++ b/perfkitbenchmarker/rackspace/rackspace_virtual_machine.py @@ -1,4 +1,4 @@ -# Copyright 2015 Google Inc. All rights reserved. +# Copyright 2015 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/rackspace/util.py b/perfkitbenchmarker/rackspace/util.py index 1ee85d2b97..796e86e474 100644 --- a/perfkitbenchmarker/rackspace/util.py +++ b/perfkitbenchmarker/rackspace/util.py @@ -1,4 +1,4 @@ -# Copyright 2014 Google Inc. All rights reserved. +# Copyright 2014 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/regex_util.py b/perfkitbenchmarker/regex_util.py index d43e1a4da7..a6b4160a0a 100644 --- a/perfkitbenchmarker/regex_util.py +++ b/perfkitbenchmarker/regex_util.py @@ -1,4 +1,4 @@ -# Copyright 2014 Google Inc. All rights reserved. +# Copyright 2014 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/resource.py b/perfkitbenchmarker/resource.py index 554f7e262d..bcba2d8b6d 100644 --- a/perfkitbenchmarker/resource.py +++ b/perfkitbenchmarker/resource.py @@ -1,4 +1,4 @@ -# Copyright 2014 Google Inc. All rights reserved. +# Copyright 2014 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/sample.py b/perfkitbenchmarker/sample.py index c2205d507e..24932f9ff9 100644 --- a/perfkitbenchmarker/sample.py +++ b/perfkitbenchmarker/sample.py @@ -1,4 +1,4 @@ -# Copyright 2014 Google Inc. All rights reserved. +# Copyright 2014 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/scripts/__init__.py b/perfkitbenchmarker/scripts/__init__.py index 0386fcfe20..1f3df9ffb4 100644 --- a/perfkitbenchmarker/scripts/__init__.py +++ b/perfkitbenchmarker/scripts/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2014 Google Inc. All rights reserved. +# Copyright 2014 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/scripts/execute_command.py b/perfkitbenchmarker/scripts/execute_command.py index 1839349f34..e4b5d4771f 100755 --- a/perfkitbenchmarker/scripts/execute_command.py +++ b/perfkitbenchmarker/scripts/execute_command.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright 2015 Google Inc. All rights reserved. +# Copyright 2015 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/scripts/object_storage_api_tests.py b/perfkitbenchmarker/scripts/object_storage_api_tests.py index 6077cebb57..1119643133 100755 --- a/perfkitbenchmarker/scripts/object_storage_api_tests.py +++ b/perfkitbenchmarker/scripts/object_storage_api_tests.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright 2014 Google Inc. All rights reserved. +# Copyright 2014 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/scripts/wait_for_command.py b/perfkitbenchmarker/scripts/wait_for_command.py index b291ee6386..a6f2ad0b37 100755 --- a/perfkitbenchmarker/scripts/wait_for_command.py +++ b/perfkitbenchmarker/scripts/wait_for_command.py @@ -1,6 +1,6 @@ #!/usr/bin/env python2 # -# Copyright 2015 Google Inc. All rights reserved. +# Copyright 2015 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/static_virtual_machine.py b/perfkitbenchmarker/static_virtual_machine.py index 66b4da1ad2..c49ddd845d 100644 --- a/perfkitbenchmarker/static_virtual_machine.py +++ b/perfkitbenchmarker/static_virtual_machine.py @@ -1,4 +1,4 @@ -# Copyright 2014 Google Inc. All rights reserved. +# Copyright 2014 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/test_util.py b/perfkitbenchmarker/test_util.py index 651b3cecd3..6dbd8d9941 100644 --- a/perfkitbenchmarker/test_util.py +++ b/perfkitbenchmarker/test_util.py @@ -1,4 +1,4 @@ -# Copyright 2015 Google Inc. All rights reserved. +# Copyright 2015 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/timing_util.py b/perfkitbenchmarker/timing_util.py index 0af31202c0..72151c448a 100644 --- a/perfkitbenchmarker/timing_util.py +++ b/perfkitbenchmarker/timing_util.py @@ -1,4 +1,4 @@ -# Copyright 2014 Google Inc. All rights reserved. +# Copyright 2014 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/traces/__init__.py b/perfkitbenchmarker/traces/__init__.py index f77b90d304..42524aca6c 100644 --- a/perfkitbenchmarker/traces/__init__.py +++ b/perfkitbenchmarker/traces/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2015 Google Inc. All rights reserved. +# Copyright 2015 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/traces/collectd.py b/perfkitbenchmarker/traces/collectd.py index 24bb8b5c74..bf053c0545 100644 --- a/perfkitbenchmarker/traces/collectd.py +++ b/perfkitbenchmarker/traces/collectd.py @@ -1,4 +1,4 @@ -# Copyright 2015 Google Inc. All rights reserved. +# Copyright 2015 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/traces/dstat.py b/perfkitbenchmarker/traces/dstat.py index e57dbf166a..5f6f363a53 100644 --- a/perfkitbenchmarker/traces/dstat.py +++ b/perfkitbenchmarker/traces/dstat.py @@ -1,4 +1,4 @@ -# Copyright 2015 Google Inc. All rights reserved. +# Copyright 2015 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/version.py b/perfkitbenchmarker/version.py index 7e9fe3abb7..29dab3750c 100644 --- a/perfkitbenchmarker/version.py +++ b/perfkitbenchmarker/version.py @@ -1,4 +1,4 @@ -# Copyright 2014 Google Inc. All rights reserved. +# Copyright 2014 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/virtual_machine.py b/perfkitbenchmarker/virtual_machine.py index 00dd9891d9..d6ca1e149d 100644 --- a/perfkitbenchmarker/virtual_machine.py +++ b/perfkitbenchmarker/virtual_machine.py @@ -1,4 +1,4 @@ -# Copyright 2015 Google Inc. All rights reserved. +# Copyright 2015 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/vm_util.py b/perfkitbenchmarker/vm_util.py index eaf80bc659..04aa93597c 100644 --- a/perfkitbenchmarker/vm_util.py +++ b/perfkitbenchmarker/vm_util.py @@ -1,4 +1,4 @@ -# Copyright 2014 Google Inc. All rights reserved. +# Copyright 2014 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/windows_benchmarks/__init__.py b/perfkitbenchmarker/windows_benchmarks/__init__.py index c80d0007a5..093cfc57f0 100644 --- a/perfkitbenchmarker/windows_benchmarks/__init__.py +++ b/perfkitbenchmarker/windows_benchmarks/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2015 Google Inc. All rights reserved. +# Copyright 2015 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/windows_benchmarks/cluster_boot_benchmark.py b/perfkitbenchmarker/windows_benchmarks/cluster_boot_benchmark.py index 6359b04c2a..531831ec6e 100644 --- a/perfkitbenchmarker/windows_benchmarks/cluster_boot_benchmark.py +++ b/perfkitbenchmarker/windows_benchmarks/cluster_boot_benchmark.py @@ -1,4 +1,4 @@ -# Copyright 2014 Google Inc. All rights reserved. +# Copyright 2014 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/windows_benchmarks/ntttcp_benchmark.py b/perfkitbenchmarker/windows_benchmarks/ntttcp_benchmark.py index 64de9ce182..6159bdbf87 100644 --- a/perfkitbenchmarker/windows_benchmarks/ntttcp_benchmark.py +++ b/perfkitbenchmarker/windows_benchmarks/ntttcp_benchmark.py @@ -1,4 +1,4 @@ -# Copyright 2015 Google Inc. All rights reserved. +# Copyright 2015 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/windows_packages/__init__.py b/perfkitbenchmarker/windows_packages/__init__.py index 604475a76e..70c060653a 100644 --- a/perfkitbenchmarker/windows_packages/__init__.py +++ b/perfkitbenchmarker/windows_packages/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2015 Google Inc. All rights reserved. +# Copyright 2015 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/windows_packages/ntttcp.py b/perfkitbenchmarker/windows_packages/ntttcp.py index 4d912fc53a..b1353f8880 100644 --- a/perfkitbenchmarker/windows_packages/ntttcp.py +++ b/perfkitbenchmarker/windows_packages/ntttcp.py @@ -1,4 +1,4 @@ -# Copyright 2015 Google Inc. All rights reserved. +# Copyright 2015 PerfKitBenchmarker Authors. All rights reserved. # # 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/perfkitbenchmarker/windows_virtual_machine.py b/perfkitbenchmarker/windows_virtual_machine.py index f4fc3d1d23..3d21b4ce47 100644 --- a/perfkitbenchmarker/windows_virtual_machine.py +++ b/perfkitbenchmarker/windows_virtual_machine.py @@ -1,4 +1,4 @@ -# Copyright 2015 Google Inc. All rights reserved. +# Copyright 2015 PerfKitBenchmarker Authors. All rights reserved. # # 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/pkb.py b/pkb.py index eea545b452..c0d6d78664 100755 --- a/pkb.py +++ b/pkb.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright 2014 Google Inc. All rights reserved. +# Copyright 2014 PerfKitBenchmarker Authors. All rights reserved. # # 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/requirements.txt b/requirements.txt index 366640a7bb..3b3eaa9427 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -# Copyright 2014 Google Inc. All rights reserved. +# Copyright 2014 PerfKitBenchmarker Authors. All rights reserved. # # 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/setup.cfg b/setup.cfg index 398b5e082d..12e90903c3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,4 +1,4 @@ -; Copyright 2014 Google Inc. All rights reserved. +; Copyright 2014 PerfKitBenchmarker Authors. All rights reserved. ; ; 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/setup.py b/setup.py index 833a66f624..6e6265fdad 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -# Copyright 2014 Google Inc. All rights reserved. +# Copyright 2014 PerfKitBenchmarker Authors. All rights reserved. # # 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-requirements.txt b/test-requirements.txt index 94d6fd7967..b4051b421e 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,4 +1,4 @@ -# Copyright 2014 Google Inc. All rights reserved. +# Copyright 2014 PerfKitBenchmarker Authors. All rights reserved. # # 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/tests/aws_disk_integration_test.py b/tests/aws_disk_integration_test.py index 6c48613dc5..a06a2d3d67 100644 --- a/tests/aws_disk_integration_test.py +++ b/tests/aws_disk_integration_test.py @@ -1,4 +1,4 @@ -# Copyright 2015 Google Inc. All rights reserved. +# Copyright 2015 PerfKitBenchmarker Authors. All rights reserved. # # 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/tests/aws_test.py b/tests/aws_test.py index 8910e6796a..c236d31eca 100644 --- a/tests/aws_test.py +++ b/tests/aws_test.py @@ -1,4 +1,4 @@ -# Copyright 2015 Google Inc. All rights reserved. +# Copyright 2015 PerfKitBenchmarker Authors. All rights reserved. # # 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/tests/azure_disk_integration_test.py b/tests/azure_disk_integration_test.py index 0b90496cd0..159a771cc0 100644 --- a/tests/azure_disk_integration_test.py +++ b/tests/azure_disk_integration_test.py @@ -1,4 +1,4 @@ -# Copyright 2015 Google Inc. All rights reserved. +# Copyright 2015 PerfKitBenchmarker Authors. All rights reserved. # # 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/tests/benchmark_sets_test.py b/tests/benchmark_sets_test.py index c1eabb96c9..998d09e326 100644 --- a/tests/benchmark_sets_test.py +++ b/tests/benchmark_sets_test.py @@ -1,4 +1,4 @@ -# Copyright 2014 Google Inc. All rights reserved. +# Copyright 2014 PerfKitBenchmarker Authors. All rights reserved. # # 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/tests/benchmark_spec_test.py b/tests/benchmark_spec_test.py index 1e5333af1b..6d6bc14974 100644 --- a/tests/benchmark_spec_test.py +++ b/tests/benchmark_spec_test.py @@ -1,4 +1,4 @@ -# Copyright 2015 Google Inc. All rights reserved. +# Copyright 2015 PerfKitBenchmarker Authors. All rights reserved. # # 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/tests/benchmarks/__init__.py b/tests/benchmarks/__init__.py index ff02c77b9c..da826c6d08 100644 --- a/tests/benchmarks/__init__.py +++ b/tests/benchmarks/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2014 Google Inc. All rights reserved. +# Copyright 2014 PerfKitBenchmarker Authors. All rights reserved. # # 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/tests/benchmarks/bonnie_benchmark_test.py b/tests/benchmarks/bonnie_benchmark_test.py index ef4b18eae7..e47e9994a4 100644 --- a/tests/benchmarks/bonnie_benchmark_test.py +++ b/tests/benchmarks/bonnie_benchmark_test.py @@ -1,4 +1,4 @@ -# Copyright 2014 Google Inc. All rights reserved. +# Copyright 2014 PerfKitBenchmarker Authors. All rights reserved. # # 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/tests/benchmarks/fio_benchmark_test.py b/tests/benchmarks/fio_benchmark_test.py index 43e7233f44..1784d27eb2 100644 --- a/tests/benchmarks/fio_benchmark_test.py +++ b/tests/benchmarks/fio_benchmark_test.py @@ -1,4 +1,4 @@ -# Copyright 2015 Google Inc. All rights reserved. +# Copyright 2015 PerfKitBenchmarker Authors. All rights reserved. # # 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/tests/benchmarks/mysql_service_benchmark_test.py b/tests/benchmarks/mysql_service_benchmark_test.py index 6f743790c4..64601e6746 100644 --- a/tests/benchmarks/mysql_service_benchmark_test.py +++ b/tests/benchmarks/mysql_service_benchmark_test.py @@ -1,4 +1,4 @@ -# Copyright 2015 Google Inc. All rights reserved. +# Copyright 2015 PerfKitBenchmarker Authors. All rights reserved. # # 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/tests/benchmarks/netperf_benchmark_test.py b/tests/benchmarks/netperf_benchmark_test.py index e6bcd423c2..fa788f709d 100644 --- a/tests/benchmarks/netperf_benchmark_test.py +++ b/tests/benchmarks/netperf_benchmark_test.py @@ -1,4 +1,4 @@ -# Copyright 2014 Google Inc. All rights reserved. +# Copyright 2014 PerfKitBenchmarker Authors. All rights reserved. # # 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/tests/benchmarks/scimark2_benchmark_test.py b/tests/benchmarks/scimark2_benchmark_test.py index 3bbca41b73..35f0d49226 100644 --- a/tests/benchmarks/scimark2_benchmark_test.py +++ b/tests/benchmarks/scimark2_benchmark_test.py @@ -1,4 +1,4 @@ -# Copyright 2015 Google Inc. All rights reserved. +# Copyright 2015 PerfKitBenchmarker Authors. All rights reserved. # # 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/tests/benchmarks/speccpu2006_benchmark_test.py b/tests/benchmarks/speccpu2006_benchmark_test.py index 4b7bcab8ab..f9755aecc6 100644 --- a/tests/benchmarks/speccpu2006_benchmark_test.py +++ b/tests/benchmarks/speccpu2006_benchmark_test.py @@ -1,4 +1,4 @@ -# Copyright 2015 Google Inc. All rights reserved. +# Copyright 2015 PerfKitBenchmarker Authors. All rights reserved. # # 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/tests/benchmarks/unixbench_benchmark_test.py b/tests/benchmarks/unixbench_benchmark_test.py index b9be340cd5..61b98d6913 100644 --- a/tests/benchmarks/unixbench_benchmark_test.py +++ b/tests/benchmarks/unixbench_benchmark_test.py @@ -1,4 +1,4 @@ -# Copyright 2014 Google Inc. All rights reserved. +# Copyright 2014 PerfKitBenchmarker Authors. All rights reserved. # # 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/tests/config_test.py b/tests/config_test.py index 9d16ad1af4..3f3fea11cc 100644 --- a/tests/config_test.py +++ b/tests/config_test.py @@ -1,4 +1,4 @@ -# Copyright 2015 Google Inc. All rights reserved. +# Copyright 2015 PerfKitBenchmarker Authors. All rights reserved. # # 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/tests/context_test.py b/tests/context_test.py index 2be4c1db62..1bb894a745 100644 --- a/tests/context_test.py +++ b/tests/context_test.py @@ -1,4 +1,4 @@ -# Copyright 2015 Google Inc. All rights reserved. +# Copyright 2015 PerfKitBenchmarker Authors. All rights reserved. # # 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/tests/data/fio.job b/tests/data/fio.job index 9a2d20eaa4..40d9676dc2 100644 --- a/tests/data/fio.job +++ b/tests/data/fio.job @@ -1,4 +1,4 @@ -; Copyright 2014 Google Inc. All rights reserved. +; Copyright 2014 PerfKitBenchmarker Authors. All rights reserved. ; ; 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/tests/data_test.py b/tests/data_test.py index 5d482e54d7..0e85e5a0cc 100644 --- a/tests/data_test.py +++ b/tests/data_test.py @@ -1,4 +1,4 @@ -# Copyright 2014 Google Inc. All rights reserved. +# Copyright 2014 PerfKitBenchmarker Authors. All rights reserved. # # 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/tests/gce_disk_integration_test.py b/tests/gce_disk_integration_test.py index dd5a5c2a3a..e47ce11fae 100644 --- a/tests/gce_disk_integration_test.py +++ b/tests/gce_disk_integration_test.py @@ -1,4 +1,4 @@ -# Copyright 2015 Google Inc. All rights reserved. +# Copyright 2015 PerfKitBenchmarker Authors. All rights reserved. # # 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/tests/gce_virtual_machine_test.py b/tests/gce_virtual_machine_test.py index bfd2a44326..583d5bc6c8 100644 --- a/tests/gce_virtual_machine_test.py +++ b/tests/gce_virtual_machine_test.py @@ -1,4 +1,4 @@ -# Copyright 2015 Google Inc. All rights reserved. +# Copyright 2015 PerfKitBenchmarker Authors. All rights reserved. # # 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/tests/hpcc_benchmark_test.py b/tests/hpcc_benchmark_test.py index 41cdda3043..1ad2a022a5 100644 --- a/tests/hpcc_benchmark_test.py +++ b/tests/hpcc_benchmark_test.py @@ -1,4 +1,4 @@ -# Copyright 2014 Google Inc. All rights reserved. +# Copyright 2014 PerfKitBenchmarker Authors. All rights reserved. # # 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/tests/log_util_test.py b/tests/log_util_test.py index a19952f007..2219b26d63 100644 --- a/tests/log_util_test.py +++ b/tests/log_util_test.py @@ -1,4 +1,4 @@ -# Copyright 2014 Google Inc. All rights reserved. +# Copyright 2014 PerfKitBenchmarker Authors. All rights reserved. # # 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/tests/packages/__init__.py b/tests/packages/__init__.py index ff02c77b9c..da826c6d08 100644 --- a/tests/packages/__init__.py +++ b/tests/packages/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2014 Google Inc. All rights reserved. +# Copyright 2014 PerfKitBenchmarker Authors. All rights reserved. # # 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/tests/packages/fio_test.py b/tests/packages/fio_test.py index f1c7cff94b..56e4d25ccc 100644 --- a/tests/packages/fio_test.py +++ b/tests/packages/fio_test.py @@ -1,4 +1,4 @@ -# Copyright 2014 Google Inc. All rights reserved. +# Copyright 2014 PerfKitBenchmarker Authors. All rights reserved. # # 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/tests/packages/ycsb_test.py b/tests/packages/ycsb_test.py index 2850601335..fd04fa54c3 100644 --- a/tests/packages/ycsb_test.py +++ b/tests/packages/ycsb_test.py @@ -1,4 +1,4 @@ -# Copyright 2014 Google Inc. All rights reserved. +# Copyright 2014 PerfKitBenchmarker Authors. All rights reserved. # # 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/tests/publisher_test.py b/tests/publisher_test.py index 172435687a..809f6c4434 100644 --- a/tests/publisher_test.py +++ b/tests/publisher_test.py @@ -1,4 +1,4 @@ -# Copyright 2014 Google Inc. All rights reserved. +# Copyright 2014 PerfKitBenchmarker Authors. All rights reserved. # # 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/tests/regex_util_test.py b/tests/regex_util_test.py index cfd4e8c4cd..f7cb9cdc02 100644 --- a/tests/regex_util_test.py +++ b/tests/regex_util_test.py @@ -1,4 +1,4 @@ -# Copyright 2014 Google Inc. All rights reserved. +# Copyright 2014 PerfKitBenchmarker Authors. All rights reserved. # # 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/tests/sample_test.py b/tests/sample_test.py index 42d1d20fa7..4d4ac62358 100644 --- a/tests/sample_test.py +++ b/tests/sample_test.py @@ -1,4 +1,4 @@ -# Copyright 2014 Google Inc. All rights reserved. +# Copyright 2014 PerfKitBenchmarker Authors. All rights reserved. # # 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/tests/scratch_disk_test.py b/tests/scratch_disk_test.py index 1d65a85d5f..ed4fa2db70 100644 --- a/tests/scratch_disk_test.py +++ b/tests/scratch_disk_test.py @@ -1,4 +1,4 @@ -# Copyright 2014 Google Inc. All rights reserved. +# Copyright 2014 PerfKitBenchmarker Authors. All rights reserved. # # 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/tests/static_virtual_machine_test.py b/tests/static_virtual_machine_test.py index 81def85e72..3bfafae846 100644 --- a/tests/static_virtual_machine_test.py +++ b/tests/static_virtual_machine_test.py @@ -1,4 +1,4 @@ -# Copyright 2014 Google Inc. All rights reserved. +# Copyright 2014 PerfKitBenchmarker Authors. All rights reserved. # # 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/tests/test_flag_util.py b/tests/test_flag_util.py index b7713fd268..eebcae0583 100644 --- a/tests/test_flag_util.py +++ b/tests/test_flag_util.py @@ -1,4 +1,4 @@ -# Copyright 2015 Google Inc. All rights reserved. +# Copyright 2015 PerfKitBenchmarker Authors. All rights reserved. # # 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/tests/timing_util_test.py b/tests/timing_util_test.py index 4b23abdff4..5429f332ae 100644 --- a/tests/timing_util_test.py +++ b/tests/timing_util_test.py @@ -1,4 +1,4 @@ -# Copyright 2014 Google Inc. All rights reserved. +# Copyright 2014 PerfKitBenchmarker Authors. All rights reserved. # # 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/tests/vm_util_test.py b/tests/vm_util_test.py index fe57b23613..caeb77b283 100644 --- a/tests/vm_util_test.py +++ b/tests/vm_util_test.py @@ -1,4 +1,4 @@ -# Copyright 2014 Google Inc. All rights reserved. +# Copyright 2014 PerfKitBenchmarker Authors. All rights reserved. # # 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/tests/windows_packages/__init__.py b/tests/windows_packages/__init__.py index 5d61879ac2..d90275b19d 100644 --- a/tests/windows_packages/__init__.py +++ b/tests/windows_packages/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2015 Google Inc. All rights reserved. +# Copyright 2015 PerfKitBenchmarker Authors. All rights reserved. # # 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/tests/windows_packages/ntttcp_test.py b/tests/windows_packages/ntttcp_test.py index 387ef92be5..0176b48853 100644 --- a/tests/windows_packages/ntttcp_test.py +++ b/tests/windows_packages/ntttcp_test.py @@ -1,4 +1,4 @@ -# Copyright 2015 Google Inc. All rights reserved. +# Copyright 2015 PerfKitBenchmarker Authors. All rights reserved. # # 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/tools/side-by-side/side_by_side.html.j2 b/tools/side-by-side/side_by_side.html.j2 index 0f7addd2c6..032bbf75c5 100644 --- a/tools/side-by-side/side_by_side.html.j2 +++ b/tools/side-by-side/side_by_side.html.j2 @@ -1,5 +1,5 @@ {# - # Copyright 2014 Google Inc. All rights reserved. + # Copyright 2014 PerfKitBenchmarker Authors. All rights reserved. # # 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/tools/side-by-side/side_by_side.py b/tools/side-by-side/side_by_side.py index 791db649fc..25195b432b 100755 --- a/tools/side-by-side/side_by_side.py +++ b/tools/side-by-side/side_by_side.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Copyright 2014 Google Inc. All rights reserved. +# Copyright 2014 PerfKitBenchmarker Authors. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.