From fdcd39d5de4bd61cee94cf1e26416838d23092b8 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 13 Sep 2022 14:19:58 -0400 Subject: Update license boilerplate text in source code files Normally we don't do this, but enough changes have accumulated that we're doing a tree-wide one-off update of the name & style. BUG=chromium:1098010 TEST=`repo upload` works Change-Id: Icb42e5012a87920c2cd13b666fb3e55e7e4fb3b8 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/toolchain-utils/+/3891080 Auto-Submit: Mike Frysinger Tested-by: Mike Frysinger Commit-Queue: George Burgess Reviewed-by: George Burgess --- LICENSE | 4 ++-- afdo_redaction/redact_profile.py | 2 +- afdo_redaction/redact_profile_test.py | 2 +- afdo_redaction/remove_cold_functions.py | 2 +- afdo_redaction/remove_cold_functions_test.py | 2 +- afdo_redaction/remove_indirect_calls.py | 2 +- afdo_redaction/remove_indirect_calls_test.py | 2 +- afdo_tools/bisection/afdo_prof_analysis.py | 2 +- afdo_tools/bisection/afdo_prof_analysis_e2e_test.py | 2 +- afdo_tools/bisection/afdo_prof_analysis_test.py | 2 +- afdo_tools/bisection/state_assumption_external.sh | 2 +- afdo_tools/bisection/state_assumption_interrupt.sh | 2 +- afdo_tools/generate_afdo_from_tryjob.py | 2 +- afdo_tools/run_afdo_tryjob.py | 2 +- afdo_tools/update_kernel_afdo | 2 +- android_merge_from_upstream.sh | 2 +- auto_delete_nightly_test_data.py | 2 +- bestflags/example_algorithms.py | 2 +- bestflags/flags.py | 2 +- bestflags/flags_test.py | 2 +- bestflags/flags_util.py | 2 +- bestflags/generation.py | 2 +- bestflags/generation_test.py | 2 +- bestflags/genetic_algorithm.py | 2 +- bestflags/hill_climb_best_neighbor.py | 2 +- bestflags/iterative_elimination.py | 2 +- bestflags/mock_task.py | 2 +- bestflags/pipeline_process.py | 2 +- bestflags/pipeline_process_test.py | 2 +- bestflags/pipeline_worker.py | 2 +- bestflags/pipeline_worker_test.py | 2 +- bestflags/steering.py | 2 +- bestflags/steering_test.py | 2 +- bestflags/task.py | 2 +- bestflags/task_test.py | 2 +- bestflags/testing_batch.py | 2 +- binary_search_tool/MAINTENANCE | 2 +- binary_search_tool/__init__.py | 2 +- binary_search_tool/android/boot_test.sh | 2 +- binary_search_tool/android/cleanup.sh | 2 +- binary_search_tool/android/generate_cmd.sh | 2 +- binary_search_tool/android/get_initial_items.sh | 3 +-- binary_search_tool/android/interactive_test.sh | 2 +- binary_search_tool/android/setup.sh | 2 +- binary_search_tool/android/switch_to_bad.sh | 2 +- binary_search_tool/android/switch_to_good.sh | 2 +- binary_search_tool/android/test_setup.sh | 2 +- binary_search_tool/binary_search_perforce.py | 2 +- binary_search_tool/binary_search_state.py | 2 +- binary_search_tool/bisect_driver.py | 2 +- binary_search_tool/common.py | 2 +- binary_search_tool/common/boot_test.sh | 2 +- binary_search_tool/common/hash_test.sh | 2 +- binary_search_tool/common/interactive_test.sh | 2 +- binary_search_tool/common/interactive_test_noping.sh | 2 +- binary_search_tool/common/test_setup.sh | 2 +- binary_search_tool/compiler_wrapper.py | 2 +- binary_search_tool/cros_pkg/create_cleanup_script.py | 2 +- binary_search_tool/cros_pkg/get_initial_items.sh | 3 +-- binary_search_tool/cros_pkg/setup.sh | 2 +- binary_search_tool/cros_pkg/switch_to_bad.sh | 2 +- binary_search_tool/cros_pkg/switch_to_good.sh | 2 +- binary_search_tool/cros_pkg/test_setup_usb.sh | 2 +- binary_search_tool/ndk/DO_BISECTION.sh | 2 +- binary_search_tool/ndk/boot_test.sh | 2 +- binary_search_tool/ndk/get_initial_items.sh | 3 +-- binary_search_tool/ndk/switch_to_good.sh | 3 +-- binary_search_tool/ndk/test_setup.sh | 2 +- binary_search_tool/pass_mapping.py | 2 +- binary_search_tool/run_bisect.py | 2 +- binary_search_tool/run_bisect_tests.py | 2 +- binary_search_tool/sysroot_wrapper/cleanup.sh | 2 +- binary_search_tool/sysroot_wrapper/interactive_test_host.sh | 2 +- binary_search_tool/sysroot_wrapper/setup.sh | 2 +- binary_search_tool/sysroot_wrapper/test_setup_host.sh | 2 +- binary_search_tool/sysroot_wrapper/testing_test.py | 2 +- binary_search_tool/test/__init__.py | 2 +- binary_search_tool/test/binary_search_tool_test.py | 2 +- binary_search_tool/test/cmd_script.py | 2 +- binary_search_tool/test/cmd_script_no_support.py | 2 +- binary_search_tool/test/common.py | 2 +- binary_search_tool/test/gen_init_list.py | 2 +- binary_search_tool/test/gen_obj.py | 2 +- binary_search_tool/test/generate_cmd.py | 2 +- binary_search_tool/test/is_good.py | 2 +- binary_search_tool/test/is_good_noinc_prune.py | 2 +- binary_search_tool/test/switch_tmp.py | 2 +- binary_search_tool/test/switch_to_bad.py | 2 +- binary_search_tool/test/switch_to_bad_noinc_prune.py | 2 +- binary_search_tool/test/switch_to_bad_set_file.py | 2 +- binary_search_tool/test/switch_to_good.py | 2 +- binary_search_tool/test/switch_to_good_noinc_prune.py | 2 +- binary_search_tool/test/switch_to_good_set_file.py | 2 +- binary_search_tool/test/test_setup.py | 2 +- binary_search_tool/test/test_setup_bad.py | 2 +- build_chromeos.py | 2 +- build_tc.py | 2 +- buildbot_test_llvm.py | 2 +- buildbot_test_toolchains.py | 2 +- chromiumos_image_diff.py | 2 +- compiler_wrapper/android_config_test.go | 2 +- compiler_wrapper/bisect_flag.go | 2 +- compiler_wrapper/bisect_flag_test.go | 2 +- compiler_wrapper/build.py | 2 +- compiler_wrapper/bundle.README | 2 +- compiler_wrapper/bundle.py | 2 +- compiler_wrapper/ccache_flag.go | 2 +- compiler_wrapper/ccache_flag_test.go | 2 +- compiler_wrapper/clang_flags.go | 2 +- compiler_wrapper/clang_flags_test.go | 2 +- compiler_wrapper/clang_syntax_flag.go | 2 +- compiler_wrapper/clang_syntax_flag_test.go | 2 +- compiler_wrapper/clang_tidy_flag.go | 2 +- compiler_wrapper/clang_tidy_flag_test.go | 2 +- compiler_wrapper/command.go | 2 +- compiler_wrapper/command_test.go | 2 +- compiler_wrapper/compile_with_fallback.go | 2 +- compiler_wrapper/compile_with_fallback_test.go | 2 +- compiler_wrapper/compiler_wrapper.go | 2 +- compiler_wrapper/compiler_wrapper_test.go | 2 +- compiler_wrapper/config.go | 2 +- compiler_wrapper/config_test.go | 2 +- compiler_wrapper/crash_builds.go | 2 +- compiler_wrapper/crash_builds_test.go | 2 +- compiler_wrapper/cros_hardened_config_test.go | 2 +- compiler_wrapper/cros_host_config_test.go | 2 +- compiler_wrapper/cros_llvm_next_flags.go | 2 +- compiler_wrapper/cros_nonhardened_config_test.go | 2 +- compiler_wrapper/disable_werror_flag.go | 2 +- compiler_wrapper/disable_werror_flag_test.go | 2 +- compiler_wrapper/env.go | 2 +- compiler_wrapper/env_test.go | 2 +- compiler_wrapper/errors.go | 2 +- compiler_wrapper/errors_test.go | 2 +- compiler_wrapper/gcc_flags.go | 2 +- compiler_wrapper/gcc_flags_test.go | 2 +- compiler_wrapper/go_exec.go | 2 +- compiler_wrapper/goldenutil_test.go | 2 +- compiler_wrapper/install_compiler_wrapper.sh | 2 +- compiler_wrapper/kernel_bug.go | 2 +- compiler_wrapper/kernel_bug_test.go | 2 +- compiler_wrapper/libc_exec.go | 2 +- compiler_wrapper/libgcc_flags.go | 2 +- compiler_wrapper/libgcc_flags_test.go | 2 +- compiler_wrapper/main.go | 2 +- compiler_wrapper/print_cmdline_flag.go | 2 +- compiler_wrapper/print_cmdline_flag_test.go | 2 +- compiler_wrapper/print_config_flag.go | 2 +- compiler_wrapper/print_config_flag_test.go | 2 +- compiler_wrapper/remote_build_flag_test.go | 2 +- compiler_wrapper/remote_build_flags.go | 2 +- compiler_wrapper/reset_compiler_wrapper.sh | 2 +- compiler_wrapper/rusage_flag.go | 2 +- compiler_wrapper/rusage_flag_test.go | 2 +- compiler_wrapper/sanitizer_flags.go | 2 +- compiler_wrapper/sanitizer_flags_test.go | 2 +- compiler_wrapper/stackprotector_flags.go | 2 +- compiler_wrapper/stackprotector_flags_test.go | 2 +- compiler_wrapper/sysroot_flag.go | 2 +- compiler_wrapper/sysroot_flag_test.go | 2 +- compiler_wrapper/testutil_test.go | 2 +- compiler_wrapper/thumb_flags.go | 2 +- compiler_wrapper/thumb_flags_test.go | 2 +- compiler_wrapper/unsupported_flags.go | 2 +- compiler_wrapper/unsupported_flags_test.go | 2 +- compiler_wrapper/x64_flags.go | 2 +- compiler_wrapper/x64_flags_test.go | 2 +- crate_ebuild_help.py | 2 +- cros_utils/__init__.py | 2 +- cros_utils/bugs.py | 2 +- cros_utils/bugs_test.py | 2 +- cros_utils/buildbot_utils.py | 2 +- cros_utils/buildbot_utils_unittest.py | 2 +- cros_utils/command_executer.py | 2 +- cros_utils/command_executer_timeout_test.py | 2 +- cros_utils/command_executer_unittest.py | 2 +- cros_utils/constants.py | 2 +- cros_utils/device_setup_utils.py | 2 +- cros_utils/device_setup_utils_unittest.py | 2 +- cros_utils/email_sender.py | 2 +- cros_utils/email_sender_unittest.py | 2 +- cros_utils/file_utils.py | 2 +- cros_utils/html_tools.py | 2 +- cros_utils/locks.py | 2 +- cros_utils/logger.py | 2 +- cros_utils/machines.py | 2 +- cros_utils/misc.py | 2 +- cros_utils/misc_test.py | 2 +- cros_utils/no_pseudo_terminal_test.py | 2 +- cros_utils/perf_diff.py | 2 +- cros_utils/tabulator.py | 2 +- cros_utils/tabulator_test.py | 2 +- cros_utils/timeline.py | 2 +- cros_utils/timeline_test.py | 2 +- cros_utils/tiny_render.py | 2 +- cros_utils/tiny_render_test.py | 2 +- cros_utils/toolchain_utils.sh | 2 +- crosperf/benchmark.py | 2 +- crosperf/benchmark_run.py | 2 +- crosperf/benchmark_run_unittest.py | 2 +- crosperf/benchmark_unittest.py | 2 +- crosperf/column_chart.py | 2 +- crosperf/compare_machines.py | 2 +- crosperf/config.py | 2 +- crosperf/config_unittest.py | 2 +- crosperf/crosperf | 2 +- crosperf/crosperf.py | 2 +- crosperf/crosperf_autolock.py | 2 +- crosperf/crosperf_unittest.py | 2 +- crosperf/download_images.py | 2 +- crosperf/download_images_buildid_test.py | 2 +- crosperf/download_images_unittest.py | 2 +- crosperf/experiment.py | 2 +- crosperf/experiment_factory.py | 2 +- crosperf/experiment_factory_unittest.py | 2 +- crosperf/experiment_file.py | 2 +- crosperf/experiment_file_unittest.py | 2 +- crosperf/experiment_files/telemetry_perf_perf | 3 +-- crosperf/experiment_runner.py | 2 +- crosperf/experiment_runner_unittest.py | 2 +- crosperf/experiment_status.py | 2 +- crosperf/field.py | 2 +- crosperf/flag_test_unittest.py | 2 +- crosperf/generate_report.py | 2 +- crosperf/generate_report_unittest.py | 2 +- crosperf/help.py | 2 +- crosperf/image_checksummer.py | 2 +- crosperf/label.py | 2 +- crosperf/machine_image_manager.py | 2 +- crosperf/machine_image_manager_unittest.py | 2 +- crosperf/machine_manager.py | 2 +- crosperf/machine_manager_unittest.py | 2 +- crosperf/mock_instance.py | 2 +- crosperf/results_cache.py | 2 +- crosperf/results_cache_unittest.py | 2 +- crosperf/results_organizer.py | 2 +- crosperf/results_organizer_unittest.py | 2 +- crosperf/results_report.py | 2 +- crosperf/results_report_templates.py | 2 +- crosperf/results_report_unittest.py | 2 +- crosperf/run_tests.sh | 2 +- crosperf/schedv2.py | 2 +- crosperf/schedv2_unittest.py | 2 +- crosperf/settings.py | 2 +- crosperf/settings_factory.py | 2 +- crosperf/settings_factory_unittest.py | 2 +- crosperf/settings_unittest.py | 2 +- crosperf/suite_runner.py | 2 +- crosperf/suite_runner_unittest.py | 2 +- crosperf/test_flag.py | 2 +- crosperf/translate_xbuddy.py | 2 +- cwp/cr-os/fetch_gn_descs.py | 2 +- cwp/cr-os/fetch_gn_descs_test.py | 2 +- debug_info_test/allowlist.py | 2 +- debug_info_test/check_cus.py | 2 +- debug_info_test/check_exist.py | 2 +- debug_info_test/check_icf.py | 2 +- debug_info_test/check_ngcc.py | 2 +- debug_info_test/debug_info_test.py | 2 +- file_lock_machine.py | 2 +- file_lock_machine_test.py | 2 +- go/chromeos/setup_chromeos_testing.py | 2 +- heatmaps/heat_map.py | 2 +- heatmaps/heat_map_test.py | 2 +- heatmaps/heatmap_generator.py | 2 +- heatmaps/heatmap_generator_test.py | 2 +- heatmaps/perf-to-inst-page.sh | 2 +- image_chromeos.py | 2 +- llvm_extra/create_ebuild_file.py | 2 +- llvm_extra/create_llvm_extra.sh | 2 +- llvm_tools/auto_llvm_bisection.py | 2 +- llvm_tools/auto_llvm_bisection_unittest.py | 2 +- llvm_tools/bisect_clang_crashes.py | 2 +- llvm_tools/bisect_clang_crashes_unittest.py | 2 +- llvm_tools/check_clang_diags.py | 2 +- llvm_tools/check_clang_diags_test.py | 2 +- llvm_tools/chroot.py | 2 +- llvm_tools/chroot_unittest.py | 2 +- llvm_tools/copy_helpers_to_chromiumos_overlay.py | 2 +- llvm_tools/custom_script_example.py | 2 +- llvm_tools/failure_modes.py | 2 +- llvm_tools/fetch_cros_sdk_rolls.py | 2 +- llvm_tools/get_llvm_hash.py | 2 +- llvm_tools/get_llvm_hash_unittest.py | 2 +- llvm_tools/get_upstream_patch.py | 2 +- llvm_tools/git.py | 2 +- llvm_tools/git_llvm_rev.py | 2 +- llvm_tools/git_llvm_rev_test.py | 2 +- llvm_tools/git_unittest.py | 2 +- llvm_tools/llvm_bisection.py | 2 +- llvm_tools/llvm_bisection_unittest.py | 2 +- llvm_tools/llvm_local_bisection.sh | 2 +- llvm_tools/llvm_project.py | 2 +- llvm_tools/modify_a_tryjob.py | 2 +- llvm_tools/modify_a_tryjob_unittest.py | 2 +- llvm_tools/nightly_revert_checker.py | 2 +- llvm_tools/nightly_revert_checker_test.py | 2 +- llvm_tools/patch_manager.py | 2 +- llvm_tools/patch_manager_unittest.py | 2 +- llvm_tools/patch_sync/src/android_utils.rs | 2 +- llvm_tools/patch_sync/src/main.rs | 2 +- llvm_tools/patch_sync/src/patch_parsing.rs | 2 +- llvm_tools/patch_sync/src/version_control.rs | 2 +- llvm_tools/patch_utils.py | 2 +- llvm_tools/patch_utils_unittest.py | 2 +- llvm_tools/subprocess_helpers.py | 2 +- llvm_tools/test_helpers.py | 2 +- llvm_tools/update_chromeos_llvm_hash.py | 2 +- llvm_tools/update_chromeos_llvm_hash_unittest.py | 2 +- llvm_tools/update_packages_and_run_tests.py | 2 +- llvm_tools/update_packages_and_run_tests_unittest.py | 2 +- llvm_tools/update_tryjob_status.py | 2 +- llvm_tools/update_tryjob_status_unittest.py | 2 +- llvm_tools/upload_lexan_crashes_to_forcey.py | 2 +- llvm_tools/upload_lexan_crashes_to_forcey_test.py | 2 +- lock_machine.py | 2 +- make_root_writable.py | 2 +- orderfile/post_process_orderfile.py | 2 +- orderfile/post_process_orderfile_test.py | 2 +- pgo_tools/merge_profdata_and_upload.py | 2 +- pgo_tools/monitor_pgo_profiles.py | 2 +- pgo_tools/monitor_pgo_profiles_unittest.py | 2 +- pgo_tools_rust/pgo_rust.py | 2 +- remote_test.py | 2 +- run_tests_for.py | 2 +- rust-analyzer-chromiumos-wrapper/src/main.rs | 2 +- rust_tools/rust_uprev.py | 2 +- rust_tools/rust_uprev_test.py | 2 +- rust_tools/rust_watch.py | 2 +- rust_tools/rust_watch_test.py | 2 +- seccomp_tools/mass_seccomp_editor/mass_seccomp_editor.py | 2 +- seccomp_tools/mass_seccomp_editor/test_mass_seccomp_editor.py | 2 +- tc_enter_chroot.py | 2 +- toolchain_utils_githooks/check-presubmit.py | 2 +- toolchain_utils_githooks/pre-push | 2 +- toolchain_utils_githooks/pre-push.real | 2 +- update_telemetry_defaults.py | 2 +- upstream_workon/upstream_workon.bash | 2 +- 338 files changed, 339 insertions(+), 344 deletions(-) diff --git a/LICENSE b/LICENSE index 2defaff9..73b03ad0 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -// Copyright (c) 2011-2016 The ChromiumOS Authors. All rights reserved. +// Copyright 2011-2016 The ChromiumOS Authors // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are @@ -10,7 +10,7 @@ // copyright notice, this list of conditions and the following disclaimer // in the documentation and/or other materials provided with the // distribution. -// * Neither the name of Google Inc. nor the names of its +// * Neither the name of Google LLC nor the names of its // contributors may be used to endorse or promote products derived from // this software without specific prior written permission. // diff --git a/afdo_redaction/redact_profile.py b/afdo_redaction/redact_profile.py index d9f3d6ab..0779d2ac 100755 --- a/afdo_redaction/redact_profile.py +++ b/afdo_redaction/redact_profile.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright 2018 The ChromiumOS Authors. All rights reserved. +# Copyright 2018 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/afdo_redaction/redact_profile_test.py b/afdo_redaction/redact_profile_test.py index 487c5091..93c65510 100755 --- a/afdo_redaction/redact_profile_test.py +++ b/afdo_redaction/redact_profile_test.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright 2018 The ChromiumOS Authors. All rights reserved. +# Copyright 2018 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/afdo_redaction/remove_cold_functions.py b/afdo_redaction/remove_cold_functions.py index 6501cec0..c6043bc0 100755 --- a/afdo_redaction/remove_cold_functions.py +++ b/afdo_redaction/remove_cold_functions.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright 2020 The ChromiumOS Authors. All rights reserved. +# Copyright 2020 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/afdo_redaction/remove_cold_functions_test.py b/afdo_redaction/remove_cold_functions_test.py index ed8b1972..89a87f82 100755 --- a/afdo_redaction/remove_cold_functions_test.py +++ b/afdo_redaction/remove_cold_functions_test.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright 2020 The ChromiumOS Authors. All rights reserved. +# Copyright 2020 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/afdo_redaction/remove_indirect_calls.py b/afdo_redaction/remove_indirect_calls.py index 769bd0ff..32dab3f4 100755 --- a/afdo_redaction/remove_indirect_calls.py +++ b/afdo_redaction/remove_indirect_calls.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright 2019 The ChromiumOS Authors. All rights reserved. +# Copyright 2019 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/afdo_redaction/remove_indirect_calls_test.py b/afdo_redaction/remove_indirect_calls_test.py index b24de45a..640b747f 100755 --- a/afdo_redaction/remove_indirect_calls_test.py +++ b/afdo_redaction/remove_indirect_calls_test.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright 2019 The ChromiumOS Authors. All rights reserved. +# Copyright 2019 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/afdo_tools/bisection/afdo_prof_analysis.py b/afdo_tools/bisection/afdo_prof_analysis.py index ee9b0c92..c9ca9214 100755 --- a/afdo_tools/bisection/afdo_prof_analysis.py +++ b/afdo_tools/bisection/afdo_prof_analysis.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright 2019 The ChromiumOS Authors. All rights reserved. +# Copyright 2019 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/afdo_tools/bisection/afdo_prof_analysis_e2e_test.py b/afdo_tools/bisection/afdo_prof_analysis_e2e_test.py index e9a72b13..8a0dae38 100755 --- a/afdo_tools/bisection/afdo_prof_analysis_e2e_test.py +++ b/afdo_tools/bisection/afdo_prof_analysis_e2e_test.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright 2019 The ChromiumOS Authors. All rights reserved. +# Copyright 2019 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/afdo_tools/bisection/afdo_prof_analysis_test.py b/afdo_tools/bisection/afdo_prof_analysis_test.py index d21a3596..babfc021 100755 --- a/afdo_tools/bisection/afdo_prof_analysis_test.py +++ b/afdo_tools/bisection/afdo_prof_analysis_test.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright 2019 The ChromiumOS Authors. All rights reserved. +# Copyright 2019 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/afdo_tools/bisection/state_assumption_external.sh b/afdo_tools/bisection/state_assumption_external.sh index 153aefa3..a2076b0d 100755 --- a/afdo_tools/bisection/state_assumption_external.sh +++ b/afdo_tools/bisection/state_assumption_external.sh @@ -1,5 +1,5 @@ #!/bin/bash -eu -# Copyright 2019 The ChromiumOS Authors. All rights reserved. +# Copyright 2019 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/afdo_tools/bisection/state_assumption_interrupt.sh b/afdo_tools/bisection/state_assumption_interrupt.sh index 7486137a..d1599d0b 100755 --- a/afdo_tools/bisection/state_assumption_interrupt.sh +++ b/afdo_tools/bisection/state_assumption_interrupt.sh @@ -1,5 +1,5 @@ #!/bin/bash -eu -# Copyright 2019 The ChromiumOS Authors. All rights reserved. +# Copyright 2019 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/afdo_tools/generate_afdo_from_tryjob.py b/afdo_tools/generate_afdo_from_tryjob.py index 30f5b570..e398f8a1 100755 --- a/afdo_tools/generate_afdo_from_tryjob.py +++ b/afdo_tools/generate_afdo_from_tryjob.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright 2019 The ChromiumOS Authors. All rights reserved. +# Copyright 2019 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/afdo_tools/run_afdo_tryjob.py b/afdo_tools/run_afdo_tryjob.py index 1e832c4e..013e10c6 100755 --- a/afdo_tools/run_afdo_tryjob.py +++ b/afdo_tools/run_afdo_tryjob.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright 2019 The ChromiumOS Authors. All rights reserved. +# Copyright 2019 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/afdo_tools/update_kernel_afdo b/afdo_tools/update_kernel_afdo index 60a15ea5..701a4307 100755 --- a/afdo_tools/update_kernel_afdo +++ b/afdo_tools/update_kernel_afdo @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright 2020 The ChromiumOS Authors. All rights reserved. +# Copyright 2020 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/android_merge_from_upstream.sh b/android_merge_from_upstream.sh index 9a8c7dce..301ea632 100755 --- a/android_merge_from_upstream.sh +++ b/android_merge_from_upstream.sh @@ -1,5 +1,5 @@ #!/bin/bash -eu -# Copyright 2019 The ChromiumOS Authors. All rights reserved. +# Copyright 2019 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. # diff --git a/auto_delete_nightly_test_data.py b/auto_delete_nightly_test_data.py index 8023ce33..0dd2dba8 100755 --- a/auto_delete_nightly_test_data.py +++ b/auto_delete_nightly_test_data.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- # -# Copyright 2019 The ChromiumOS Authors. All rights reserved. +# Copyright 2019 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/bestflags/example_algorithms.py b/bestflags/example_algorithms.py index 10136aca..c39b2943 100644 --- a/bestflags/example_algorithms.py +++ b/bestflags/example_algorithms.py @@ -1,4 +1,4 @@ -# Copyright (c) 2013 The ChromiumOS Authors. All rights reserved. +# Copyright 2013 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. """An example main file running the algorithms. diff --git a/bestflags/flags.py b/bestflags/flags.py index 9ae360af..b1b79999 100644 --- a/bestflags/flags.py +++ b/bestflags/flags.py @@ -1,4 +1,4 @@ -# Copyright (c) 2013 The ChromiumOS Authors. All rights reserved. +# Copyright 2013 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. """Manage bundles of flags used for the optimizing of ChromeOS. diff --git a/bestflags/flags_test.py b/bestflags/flags_test.py index cbb59287..231e569f 100644 --- a/bestflags/flags_test.py +++ b/bestflags/flags_test.py @@ -1,4 +1,4 @@ -# Copyright (c) 2013 The ChromiumOS Authors. All rights reserved. +# Copyright 2013 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. """Unit tests for the classes in module 'flags'. diff --git a/bestflags/flags_util.py b/bestflags/flags_util.py index 088319c5..c4a490e2 100644 --- a/bestflags/flags_util.py +++ b/bestflags/flags_util.py @@ -1,4 +1,4 @@ -# Copyright (c) 2013 The ChromiumOS Authors. All rights reserved. +# Copyright 2013 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. """Utility functions to explore the neighbor flags. diff --git a/bestflags/generation.py b/bestflags/generation.py index 9ab8edbf..69622de5 100644 --- a/bestflags/generation.py +++ b/bestflags/generation.py @@ -1,4 +1,4 @@ -# Copyright (c) 2013 The ChromiumOS Authors. All rights reserved. +# Copyright 2013 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. """A generation of a set of tasks. diff --git a/bestflags/generation_test.py b/bestflags/generation_test.py index 2d9d4680..0928edcc 100644 --- a/bestflags/generation_test.py +++ b/bestflags/generation_test.py @@ -1,4 +1,4 @@ -# Copyright (c) 2013 The ChromiumOS Authors. All rights reserved. +# Copyright 2013 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. """Generation unittest. diff --git a/bestflags/genetic_algorithm.py b/bestflags/genetic_algorithm.py index 0d947067..c2bd5574 100644 --- a/bestflags/genetic_algorithm.py +++ b/bestflags/genetic_algorithm.py @@ -1,4 +1,4 @@ -# Copyright (c) 2013 The ChromiumOS Authors. All rights reserved. +# Copyright 2013 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. """The hill genetic algorithm. diff --git a/bestflags/hill_climb_best_neighbor.py b/bestflags/hill_climb_best_neighbor.py index 51e30369..2455dd94 100644 --- a/bestflags/hill_climb_best_neighbor.py +++ b/bestflags/hill_climb_best_neighbor.py @@ -1,4 +1,4 @@ -# Copyright (c) 2013 The ChromiumOS Authors. All rights reserved. +# Copyright 2013 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. """A variation of the hill climbing algorithm. diff --git a/bestflags/iterative_elimination.py b/bestflags/iterative_elimination.py index 7ba19633..8d548606 100644 --- a/bestflags/iterative_elimination.py +++ b/bestflags/iterative_elimination.py @@ -1,4 +1,4 @@ -# Copyright (c) 2013 The ChromiumOS Authors. All rights reserved. +# Copyright 2013 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. """Iterative flags elimination. diff --git a/bestflags/mock_task.py b/bestflags/mock_task.py index 3d6a4acf..e25daeba 100644 --- a/bestflags/mock_task.py +++ b/bestflags/mock_task.py @@ -1,4 +1,4 @@ -# Copyright (c) 2013 The ChromiumOS Authors. All rights reserved. +# Copyright 2013 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. """This module defines the common mock tasks used by various unit tests. diff --git a/bestflags/pipeline_process.py b/bestflags/pipeline_process.py index 6b061a10..3aab96fe 100644 --- a/bestflags/pipeline_process.py +++ b/bestflags/pipeline_process.py @@ -1,4 +1,4 @@ -# Copyright (c) 2013 The ChromiumOS Authors. All rights reserved. +# Copyright 2013 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. """Pipeline process that encapsulates the actual content. diff --git a/bestflags/pipeline_process_test.py b/bestflags/pipeline_process_test.py index ec810d13..04e641ec 100644 --- a/bestflags/pipeline_process_test.py +++ b/bestflags/pipeline_process_test.py @@ -1,4 +1,4 @@ -# Copyright (c) 2013 The ChromiumOS Authors. All rights reserved. +# Copyright 2013 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. """Pipeline Process unittest. diff --git a/bestflags/pipeline_worker.py b/bestflags/pipeline_worker.py index d045dc26..f18be66b 100644 --- a/bestflags/pipeline_worker.py +++ b/bestflags/pipeline_worker.py @@ -1,4 +1,4 @@ -# Copyright (c) 2013 The ChromiumOS Authors. All rights reserved. +# Copyright 2013 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. """The pipeline_worker functions of the build and test stage of the framework. diff --git a/bestflags/pipeline_worker_test.py b/bestflags/pipeline_worker_test.py index 3fca0294..15c51ec1 100644 --- a/bestflags/pipeline_worker_test.py +++ b/bestflags/pipeline_worker_test.py @@ -1,4 +1,4 @@ -# Copyright (c) 2013 The ChromiumOS Authors. All rights reserved. +# Copyright 2013 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. """Unittest for the pipeline_worker functions in the build/test stage. diff --git a/bestflags/steering.py b/bestflags/steering.py index a640507d..ead2516b 100644 --- a/bestflags/steering.py +++ b/bestflags/steering.py @@ -1,4 +1,4 @@ -# Copyright (c) 2013 The ChromiumOS Authors. All rights reserved. +# Copyright 2013 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. """The framework stage that produces the next generation of tasks to run. diff --git a/bestflags/steering_test.py b/bestflags/steering_test.py index ac91e925..28a2f108 100644 --- a/bestflags/steering_test.py +++ b/bestflags/steering_test.py @@ -1,4 +1,4 @@ -# Copyright (c) 2013 The ChromiumOS Authors. All rights reserved. +# Copyright 2013 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. """Steering stage unittest. diff --git a/bestflags/task.py b/bestflags/task.py index cd2f0146..a7822061 100644 --- a/bestflags/task.py +++ b/bestflags/task.py @@ -1,4 +1,4 @@ -# Copyright (c) 2013 The ChromiumOS Authors. All rights reserved. +# Copyright 2013 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. """A reproducing entity. diff --git a/bestflags/task_test.py b/bestflags/task_test.py index 1b559bbb..f151bc78 100644 --- a/bestflags/task_test.py +++ b/bestflags/task_test.py @@ -1,4 +1,4 @@ -# Copyright (c) 2013 The ChromiumOS Authors. All rights reserved. +# Copyright 2013 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. """Task unittest. diff --git a/bestflags/testing_batch.py b/bestflags/testing_batch.py index d8a7932f..783d95bf 100644 --- a/bestflags/testing_batch.py +++ b/bestflags/testing_batch.py @@ -1,4 +1,4 @@ -# Copyright (c) 2013 The ChromiumOS Authors. All rights reserved. +# Copyright 2013 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. """Hill climbing unitest. diff --git a/binary_search_tool/MAINTENANCE b/binary_search_tool/MAINTENANCE index cc86b760..90ac582d 100644 --- a/binary_search_tool/MAINTENANCE +++ b/binary_search_tool/MAINTENANCE @@ -1,4 +1,4 @@ -# Copyright 2020 The ChromiumOS Authors. All rights reserved. +# Copyright 2020 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/binary_search_tool/__init__.py b/binary_search_tool/__init__.py index af3cc751..6e3ade4a 100644 --- a/binary_search_tool/__init__.py +++ b/binary_search_tool/__init__.py @@ -1,4 +1,4 @@ # -*- coding: utf-8 -*- -# Copyright 2020 The ChromiumOS Authors. All rights reserved. +# Copyright 2020 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/binary_search_tool/android/boot_test.sh b/binary_search_tool/android/boot_test.sh index dc871601..4c0c77e2 100755 --- a/binary_search_tool/android/boot_test.sh +++ b/binary_search_tool/android/boot_test.sh @@ -1,6 +1,6 @@ #!/bin/bash -u # -# Copyright 2016 Google Inc. All Rights Reserved. +# Copyright 2016 Google LLC # # This script pings the android device to determine if it successfully booted. # diff --git a/binary_search_tool/android/cleanup.sh b/binary_search_tool/android/cleanup.sh index 759b3ed4..480b830b 100755 --- a/binary_search_tool/android/cleanup.sh +++ b/binary_search_tool/android/cleanup.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright 2016 Google Inc. All Rights Reserved. +# Copyright 2016 Google LLC # # This script is part of the Android binary search triage process. # It should be the last script called by the user, after the user has diff --git a/binary_search_tool/android/generate_cmd.sh b/binary_search_tool/android/generate_cmd.sh index 52c26b3c..6d0e5692 100755 --- a/binary_search_tool/android/generate_cmd.sh +++ b/binary_search_tool/android/generate_cmd.sh @@ -1,6 +1,6 @@ #!/bin/bash -eu -# Copyright 2018 The ChromiumOS Authors. All rights reserved. +# Copyright 2018 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/binary_search_tool/android/get_initial_items.sh b/binary_search_tool/android/get_initial_items.sh index 2a1eda3a..1ed30425 100755 --- a/binary_search_tool/android/get_initial_items.sh +++ b/binary_search_tool/android/get_initial_items.sh @@ -1,6 +1,6 @@ #!/bin/bash -u # -# Copyright 2016 Google Inc. All Rights Reserved. +# Copyright 2016 Google LLC # # This script is intended to be used by binary_search_state.py, as # part of the binary search triage on the Android source tree. This script @@ -11,4 +11,3 @@ source android/common.sh cat ${BISECT_GOOD_BUILD}/_LIST - diff --git a/binary_search_tool/android/interactive_test.sh b/binary_search_tool/android/interactive_test.sh index e506b236..0a8a4b8c 100755 --- a/binary_search_tool/android/interactive_test.sh +++ b/binary_search_tool/android/interactive_test.sh @@ -1,6 +1,6 @@ #!/bin/bash -u # -# Copyright 2016 Google Inc. All Rights Reserved. +# Copyright 2016 Google LLC # # This script pings the android device to determine if it successfully booted. # It then asks the user if the image is good or not, allowing the user to diff --git a/binary_search_tool/android/setup.sh b/binary_search_tool/android/setup.sh index 7f8ba0e9..06918226 100755 --- a/binary_search_tool/android/setup.sh +++ b/binary_search_tool/android/setup.sh @@ -1,6 +1,6 @@ #!/bin/bash -u # -# Copyright 2016 Google Inc. All Rights Reserved. +# Copyright 2016 Google LLC # # This script is part of the Android binary search triage process. # It should be the first script called by the user, after the user has set up diff --git a/binary_search_tool/android/switch_to_bad.sh b/binary_search_tool/android/switch_to_bad.sh index d44f9f13..2100ed43 100755 --- a/binary_search_tool/android/switch_to_bad.sh +++ b/binary_search_tool/android/switch_to_bad.sh @@ -1,6 +1,6 @@ #!/bin/bash -u # -# Copyright 2016 Google Inc. All Rights Reserved. +# Copyright 2016 Google LLC # # This script is intended to be used by binary_search_state.py, as # part of the binary search triage on the Android source tree. This script diff --git a/binary_search_tool/android/switch_to_good.sh b/binary_search_tool/android/switch_to_good.sh index 557553c3..a5be3c3e 100755 --- a/binary_search_tool/android/switch_to_good.sh +++ b/binary_search_tool/android/switch_to_good.sh @@ -1,6 +1,6 @@ #!/bin/bash -u # -# Copyright 2016 Google Inc. All Rights Reserved. +# Copyright 2016 Google LLC # # This script is intended to be used by binary_search_state.py, as # part of the binary search triage on the Android source tree. This script diff --git a/binary_search_tool/android/test_setup.sh b/binary_search_tool/android/test_setup.sh index 26f8ec22..be4a0b76 100755 --- a/binary_search_tool/android/test_setup.sh +++ b/binary_search_tool/android/test_setup.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright 2016 Google Inc. All Rights Reserved. +# Copyright 2016 Google LLC # # This is the test setup script for generating an Android image based off the # current working build tree. make is called to relink the object files and diff --git a/binary_search_tool/binary_search_perforce.py b/binary_search_tool/binary_search_perforce.py index d8e7f77b..01756b8e 100755 --- a/binary_search_tool/binary_search_perforce.py +++ b/binary_search_tool/binary_search_perforce.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright 2020 The ChromiumOS Authors. All rights reserved. +# Copyright 2020 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/binary_search_tool/binary_search_state.py b/binary_search_tool/binary_search_state.py index bd04d1b1..1b423b5c 100755 --- a/binary_search_tool/binary_search_state.py +++ b/binary_search_tool/binary_search_state.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright 2020 The ChromiumOS Authors. All rights reserved. +# Copyright 2020 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/binary_search_tool/bisect_driver.py b/binary_search_tool/bisect_driver.py index ddab1682..8feb1a37 100644 --- a/binary_search_tool/bisect_driver.py +++ b/binary_search_tool/bisect_driver.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2020 The ChromiumOS Authors. All rights reserved. +# Copyright 2020 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. # diff --git a/binary_search_tool/common.py b/binary_search_tool/common.py index 1f7886f4..f6165847 100644 --- a/binary_search_tool/common.py +++ b/binary_search_tool/common.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2020 The ChromiumOS Authors. All rights reserved. +# Copyright 2020 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/binary_search_tool/common/boot_test.sh b/binary_search_tool/common/boot_test.sh index 8f6d9a7d..384712b7 100755 --- a/binary_search_tool/common/boot_test.sh +++ b/binary_search_tool/common/boot_test.sh @@ -1,6 +1,6 @@ #!/bin/bash -u # -# Copyright 2016 Google Inc. All Rights Reserved. +# Copyright 2016 Google LLC # # This script pings the chromebook to determine if it has successfully booted. # diff --git a/binary_search_tool/common/hash_test.sh b/binary_search_tool/common/hash_test.sh index 5450988e..338ee026 100755 --- a/binary_search_tool/common/hash_test.sh +++ b/binary_search_tool/common/hash_test.sh @@ -1,6 +1,6 @@ #!/bin/bash -u # -# Copyright 2016 Google Inc. All Rights Reserved. +# Copyright 2016 Google LLC # # This script is intended to be used by binary_search_state.py. It is to # be used for testing/development of the binary search triage tool diff --git a/binary_search_tool/common/interactive_test.sh b/binary_search_tool/common/interactive_test.sh index 8773dd12..05d47b7f 100755 --- a/binary_search_tool/common/interactive_test.sh +++ b/binary_search_tool/common/interactive_test.sh @@ -1,6 +1,6 @@ #!/bin/bash -u # -# Copyright 2016 Google Inc. All Rights Reserved. +# Copyright 2016 Google LLC # # This script pings the chromebook to determine if it successfully booted. # It then asks the user if the image is good or not, allowing the user to diff --git a/binary_search_tool/common/interactive_test_noping.sh b/binary_search_tool/common/interactive_test_noping.sh index bb01b950..d4e77d7c 100755 --- a/binary_search_tool/common/interactive_test_noping.sh +++ b/binary_search_tool/common/interactive_test_noping.sh @@ -1,6 +1,6 @@ #!/bin/bash -u # -# Copyright 2016 Google Inc. All Rights Reserved. +# Copyright 2016 Google LLC # # This script asks the user if the image is good or not, allowing the user to # conduct whatever tests the user wishes, and waiting for a response. diff --git a/binary_search_tool/common/test_setup.sh b/binary_search_tool/common/test_setup.sh index 0abc64de..06452346 100755 --- a/binary_search_tool/common/test_setup.sh +++ b/binary_search_tool/common/test_setup.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright 2021 The ChromiumOS Authors. All rights reserved. +# Copyright 2021 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. # diff --git a/binary_search_tool/compiler_wrapper.py b/binary_search_tool/compiler_wrapper.py index 02dd332e..c32826b0 100755 --- a/binary_search_tool/compiler_wrapper.py +++ b/binary_search_tool/compiler_wrapper.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright 2020 The ChromiumOS Authors. All rights reserved. +# Copyright 2020 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/binary_search_tool/cros_pkg/create_cleanup_script.py b/binary_search_tool/cros_pkg/create_cleanup_script.py index 5c46d3ef..abfea5eb 100755 --- a/binary_search_tool/cros_pkg/create_cleanup_script.py +++ b/binary_search_tool/cros_pkg/create_cleanup_script.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright 2020 The ChromiumOS Authors. All rights reserved. +# Copyright 2020 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/binary_search_tool/cros_pkg/get_initial_items.sh b/binary_search_tool/cros_pkg/get_initial_items.sh index 49ca3d18..bc0fd2e6 100755 --- a/binary_search_tool/cros_pkg/get_initial_items.sh +++ b/binary_search_tool/cros_pkg/get_initial_items.sh @@ -1,6 +1,6 @@ #!/bin/bash -u # -# Copyright 2015 Google Inc. All Rights Reserved. +# Copyright 2015 Google LLC # # This script is intended to be used by binary_search_state.py, as # part of the binary search triage on ChromeOS packages. This script @@ -13,4 +13,3 @@ source common/common.sh cd ${GOOD_BUILD}/packages find . -name "*.tbz2" - diff --git a/binary_search_tool/cros_pkg/setup.sh b/binary_search_tool/cros_pkg/setup.sh index ae31fa82..30a3a423 100755 --- a/binary_search_tool/cros_pkg/setup.sh +++ b/binary_search_tool/cros_pkg/setup.sh @@ -1,6 +1,6 @@ #!/bin/bash -u # -# Copyright 2015 Google Inc. All Rights Reserved. +# Copyright 2015 Google LLC # # This script is part of the ChromeOS package binary search triage process. # It should be the first script called by the user, after the user has set up diff --git a/binary_search_tool/cros_pkg/switch_to_bad.sh b/binary_search_tool/cros_pkg/switch_to_bad.sh index 126425f4..b4156a0e 100755 --- a/binary_search_tool/cros_pkg/switch_to_bad.sh +++ b/binary_search_tool/cros_pkg/switch_to_bad.sh @@ -1,6 +1,6 @@ #!/bin/bash -u # -# Copyright 2015 Google Inc. All Rights Reserved. +# Copyright 2015 Google LLC # # This script is intended to be used by binary_search_state.py, as # part of the binary search triage on ChromeOS packages. This script diff --git a/binary_search_tool/cros_pkg/switch_to_good.sh b/binary_search_tool/cros_pkg/switch_to_good.sh index a9095e99..5f7c2d77 100755 --- a/binary_search_tool/cros_pkg/switch_to_good.sh +++ b/binary_search_tool/cros_pkg/switch_to_good.sh @@ -1,6 +1,6 @@ #!/bin/bash -u # -# Copyright 2015 Google Inc. All Rights Reserved. +# Copyright 2015 Google LLC # # This script is intended to be used by binary_search_state.py, as # part of the binary search triage on ChromeOS packages. This script diff --git a/binary_search_tool/cros_pkg/test_setup_usb.sh b/binary_search_tool/cros_pkg/test_setup_usb.sh index fec66f8e..54d0baa1 100755 --- a/binary_search_tool/cros_pkg/test_setup_usb.sh +++ b/binary_search_tool/cros_pkg/test_setup_usb.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright 2016 Google Inc. All Rights Reserved. +# Copyright 2016 Google LLC # # This is a generic ChromeOS package/image test setup script. It is meant to # be used for the package bisection tool, in particular when there is a booting diff --git a/binary_search_tool/ndk/DO_BISECTION.sh b/binary_search_tool/ndk/DO_BISECTION.sh index 298d5747..e6eed765 100755 --- a/binary_search_tool/ndk/DO_BISECTION.sh +++ b/binary_search_tool/ndk/DO_BISECTION.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright 2016 Google Inc. All Rights Reserved. +# Copyright 2016 Google LLC # # This is an example script to show users the steps for bisecting an NDK # application for Android. Our example is the Teapot app that comes bundled with diff --git a/binary_search_tool/ndk/boot_test.sh b/binary_search_tool/ndk/boot_test.sh index b8c34aa5..0b66ddfa 100755 --- a/binary_search_tool/ndk/boot_test.sh +++ b/binary_search_tool/ndk/boot_test.sh @@ -1,6 +1,6 @@ #!/bin/bash -u # -# Copyright 2016 Google Inc. All Rights Reserved. +# Copyright 2016 Google LLC # # This script checks the android device to determine if the app is currently # running. For our specific test case we will be checking if the Teapot app diff --git a/binary_search_tool/ndk/get_initial_items.sh b/binary_search_tool/ndk/get_initial_items.sh index bc2d05cd..5dd3396d 100755 --- a/binary_search_tool/ndk/get_initial_items.sh +++ b/binary_search_tool/ndk/get_initial_items.sh @@ -1,6 +1,6 @@ #!/bin/bash -u # -# Copyright 2016 Google Inc. All Rights Reserved. +# Copyright 2016 Google LLC # # This script is intended to be used by binary_search_state.py, as # part of the binary search triage on the Android NDK apps. This script @@ -9,4 +9,3 @@ # cat ${BISECT_DIR}/good/_LIST - diff --git a/binary_search_tool/ndk/switch_to_good.sh b/binary_search_tool/ndk/switch_to_good.sh index cb8d5fd9..c98de67c 100755 --- a/binary_search_tool/ndk/switch_to_good.sh +++ b/binary_search_tool/ndk/switch_to_good.sh @@ -1,6 +1,6 @@ #!/bin/bash -u # -# Copyright 2016 Google Inc. All Rights Reserved. +# Copyright 2016 Google LLC # # This script is intended to be used by binary_search_state.py, as # part of the binary search triage on Android NDK apps. This script simply @@ -43,4 +43,3 @@ fi cat $OBJ_LIST_FILE | xargs rm exit 0 - diff --git a/binary_search_tool/ndk/test_setup.sh b/binary_search_tool/ndk/test_setup.sh index 477bcb21..8f3ce04e 100755 --- a/binary_search_tool/ndk/test_setup.sh +++ b/binary_search_tool/ndk/test_setup.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright 2016 Google Inc. All Rights Reserved. +# Copyright 2016 Google LLC # # This is the setup script for generating and installing the ndk app. # diff --git a/binary_search_tool/pass_mapping.py b/binary_search_tool/pass_mapping.py index c8a616b5..33c023a9 100644 --- a/binary_search_tool/pass_mapping.py +++ b/binary_search_tool/pass_mapping.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2020 The ChromiumOS Authors. All rights reserved. +# Copyright 2020 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/binary_search_tool/run_bisect.py b/binary_search_tool/run_bisect.py index 480408d7..f54e00e1 100755 --- a/binary_search_tool/run_bisect.py +++ b/binary_search_tool/run_bisect.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright 2020 The ChromiumOS Authors. All rights reserved. +# Copyright 2020 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/binary_search_tool/run_bisect_tests.py b/binary_search_tool/run_bisect_tests.py index ae230131..ca7077d3 100755 --- a/binary_search_tool/run_bisect_tests.py +++ b/binary_search_tool/run_bisect_tests.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright 2020 The ChromiumOS Authors. All rights reserved. +# Copyright 2020 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/binary_search_tool/sysroot_wrapper/cleanup.sh b/binary_search_tool/sysroot_wrapper/cleanup.sh index 5066d638..b3ae2dd9 100755 --- a/binary_search_tool/sysroot_wrapper/cleanup.sh +++ b/binary_search_tool/sysroot_wrapper/cleanup.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright 2016 Google Inc. All Rights Reserved. +# Copyright 2016 Google LLC # # This script is part of the ChromeOS object binary search triage process. # It should be the last script called by the user, after the user has diff --git a/binary_search_tool/sysroot_wrapper/interactive_test_host.sh b/binary_search_tool/sysroot_wrapper/interactive_test_host.sh index 58adffc0..bd84936c 100755 --- a/binary_search_tool/sysroot_wrapper/interactive_test_host.sh +++ b/binary_search_tool/sysroot_wrapper/interactive_test_host.sh @@ -1,6 +1,6 @@ #!/bin/bash -u # -# Copyright 2017 Google Inc. All Rights Reserved. +# Copyright 2017 Google LLC # # This script is intended to be used by binary_search_state.py, as # part of the binary search triage on ChromeOS package and object files for a diff --git a/binary_search_tool/sysroot_wrapper/setup.sh b/binary_search_tool/sysroot_wrapper/setup.sh index 31cdf113..f9ecb0ea 100755 --- a/binary_search_tool/sysroot_wrapper/setup.sh +++ b/binary_search_tool/sysroot_wrapper/setup.sh @@ -1,6 +1,6 @@ #!/bin/bash -u # -# Copyright 2021 The ChromiumOS Authors. All rights reserved. +# Copyright 2021 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. # diff --git a/binary_search_tool/sysroot_wrapper/test_setup_host.sh b/binary_search_tool/sysroot_wrapper/test_setup_host.sh index b5169eee..e61bc367 100755 --- a/binary_search_tool/sysroot_wrapper/test_setup_host.sh +++ b/binary_search_tool/sysroot_wrapper/test_setup_host.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright 2017 Google Inc. All Rights Reserved. +# Copyright 2017 Google LLC # # This is a generic ChromeOS package/image test setup script. It is meant to # be used for either the object file or package bisection tools. This script diff --git a/binary_search_tool/sysroot_wrapper/testing_test.py b/binary_search_tool/sysroot_wrapper/testing_test.py index 20bc7f75..af884be9 100755 --- a/binary_search_tool/sysroot_wrapper/testing_test.py +++ b/binary_search_tool/sysroot_wrapper/testing_test.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright 2020 The ChromiumOS Authors. All rights reserved. +# Copyright 2020 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/binary_search_tool/test/__init__.py b/binary_search_tool/test/__init__.py index af3cc751..6e3ade4a 100644 --- a/binary_search_tool/test/__init__.py +++ b/binary_search_tool/test/__init__.py @@ -1,4 +1,4 @@ # -*- coding: utf-8 -*- -# Copyright 2020 The ChromiumOS Authors. All rights reserved. +# Copyright 2020 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/binary_search_tool/test/binary_search_tool_test.py b/binary_search_tool/test/binary_search_tool_test.py index b2bbec01..a79c9a1d 100755 --- a/binary_search_tool/test/binary_search_tool_test.py +++ b/binary_search_tool/test/binary_search_tool_test.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright 2020 The ChromiumOS Authors. All rights reserved. +# Copyright 2020 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/binary_search_tool/test/cmd_script.py b/binary_search_tool/test/cmd_script.py index 73852bc5..b0475c70 100755 --- a/binary_search_tool/test/cmd_script.py +++ b/binary_search_tool/test/cmd_script.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright 2020 The ChromiumOS Authors. All rights reserved. +# Copyright 2020 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/binary_search_tool/test/cmd_script_no_support.py b/binary_search_tool/test/cmd_script_no_support.py index 7c5297d2..f1c2bcbe 100644 --- a/binary_search_tool/test/cmd_script_no_support.py +++ b/binary_search_tool/test/cmd_script_no_support.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2020 The ChromiumOS Authors. All rights reserved. +# Copyright 2020 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/binary_search_tool/test/common.py b/binary_search_tool/test/common.py index fa33f20c..6632a4c7 100755 --- a/binary_search_tool/test/common.py +++ b/binary_search_tool/test/common.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright 2020 The ChromiumOS Authors. All rights reserved. +# Copyright 2020 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/binary_search_tool/test/gen_init_list.py b/binary_search_tool/test/gen_init_list.py index 927ad22c..138e949c 100755 --- a/binary_search_tool/test/gen_init_list.py +++ b/binary_search_tool/test/gen_init_list.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright 2020 The ChromiumOS Authors. All rights reserved. +# Copyright 2020 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/binary_search_tool/test/gen_obj.py b/binary_search_tool/test/gen_obj.py index e1eb4913..394445f0 100755 --- a/binary_search_tool/test/gen_obj.py +++ b/binary_search_tool/test/gen_obj.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright 2020 The ChromiumOS Authors. All rights reserved. +# Copyright 2020 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/binary_search_tool/test/generate_cmd.py b/binary_search_tool/test/generate_cmd.py index b02c2ad3..96fa720c 100755 --- a/binary_search_tool/test/generate_cmd.py +++ b/binary_search_tool/test/generate_cmd.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright 2020 The ChromiumOS Authors. All rights reserved. +# Copyright 2020 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/binary_search_tool/test/is_good.py b/binary_search_tool/test/is_good.py index 51ee742c..fd3f908f 100755 --- a/binary_search_tool/test/is_good.py +++ b/binary_search_tool/test/is_good.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright 2020 The ChromiumOS Authors. All rights reserved. +# Copyright 2020 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/binary_search_tool/test/is_good_noinc_prune.py b/binary_search_tool/test/is_good_noinc_prune.py index 5fe4ed72..654fcd25 100755 --- a/binary_search_tool/test/is_good_noinc_prune.py +++ b/binary_search_tool/test/is_good_noinc_prune.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright 2020 The ChromiumOS Authors. All rights reserved. +# Copyright 2020 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/binary_search_tool/test/switch_tmp.py b/binary_search_tool/test/switch_tmp.py index 674433eb..acc0393d 100755 --- a/binary_search_tool/test/switch_tmp.py +++ b/binary_search_tool/test/switch_tmp.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright 2020 The ChromiumOS Authors. All rights reserved. +# Copyright 2020 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/binary_search_tool/test/switch_to_bad.py b/binary_search_tool/test/switch_to_bad.py index c711d19f..bc32f3cc 100755 --- a/binary_search_tool/test/switch_to_bad.py +++ b/binary_search_tool/test/switch_to_bad.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright 2020 The ChromiumOS Authors. All rights reserved. +# Copyright 2020 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/binary_search_tool/test/switch_to_bad_noinc_prune.py b/binary_search_tool/test/switch_to_bad_noinc_prune.py index 473ade81..e5574f95 100755 --- a/binary_search_tool/test/switch_to_bad_noinc_prune.py +++ b/binary_search_tool/test/switch_to_bad_noinc_prune.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright 2020 The ChromiumOS Authors. All rights reserved. +# Copyright 2020 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/binary_search_tool/test/switch_to_bad_set_file.py b/binary_search_tool/test/switch_to_bad_set_file.py index 002622de..9d4bee6f 100755 --- a/binary_search_tool/test/switch_to_bad_set_file.py +++ b/binary_search_tool/test/switch_to_bad_set_file.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright 2020 The ChromiumOS Authors. All rights reserved. +# Copyright 2020 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/binary_search_tool/test/switch_to_good.py b/binary_search_tool/test/switch_to_good.py index a4d173d2..61a59a2a 100755 --- a/binary_search_tool/test/switch_to_good.py +++ b/binary_search_tool/test/switch_to_good.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright 2020 The ChromiumOS Authors. All rights reserved. +# Copyright 2020 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/binary_search_tool/test/switch_to_good_noinc_prune.py b/binary_search_tool/test/switch_to_good_noinc_prune.py index 8ed8d0ca..3bda1d78 100755 --- a/binary_search_tool/test/switch_to_good_noinc_prune.py +++ b/binary_search_tool/test/switch_to_good_noinc_prune.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright 2020 The ChromiumOS Authors. All rights reserved. +# Copyright 2020 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/binary_search_tool/test/switch_to_good_set_file.py b/binary_search_tool/test/switch_to_good_set_file.py index a1feaddf..b83cbe3f 100755 --- a/binary_search_tool/test/switch_to_good_set_file.py +++ b/binary_search_tool/test/switch_to_good_set_file.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright 2020 The ChromiumOS Authors. All rights reserved. +# Copyright 2020 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/binary_search_tool/test/test_setup.py b/binary_search_tool/test/test_setup.py index 5ee35c55..52486a28 100755 --- a/binary_search_tool/test/test_setup.py +++ b/binary_search_tool/test/test_setup.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright 2020 The ChromiumOS Authors. All rights reserved. +# Copyright 2020 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/binary_search_tool/test/test_setup_bad.py b/binary_search_tool/test/test_setup_bad.py index 4879f455..518a69fd 100755 --- a/binary_search_tool/test/test_setup_bad.py +++ b/binary_search_tool/test/test_setup_bad.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright 2020 The ChromiumOS Authors. All rights reserved. +# Copyright 2020 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/build_chromeos.py b/build_chromeos.py index b5bc48fa..84ee0b84 100755 --- a/build_chromeos.py +++ b/build_chromeos.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- # -# Copyright 2020 The ChromiumOS Authors. All rights reserved. +# Copyright 2020 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/build_tc.py b/build_tc.py index f1d025a4..08f80e69 100755 --- a/build_tc.py +++ b/build_tc.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright 2010 The ChromiumOS Authors. All rights reserved. +# Copyright 2010 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/buildbot_test_llvm.py b/buildbot_test_llvm.py index 38d3ff49..57f029c7 100755 --- a/buildbot_test_llvm.py +++ b/buildbot_test_llvm.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- # -# Copyright 2017 The ChromiumOS Authors. All rights reserved. +# Copyright 2017 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/buildbot_test_toolchains.py b/buildbot_test_toolchains.py index 639b817e..19c31b54 100755 --- a/buildbot_test_toolchains.py +++ b/buildbot_test_toolchains.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- # -# Copyright 2016 The ChromiumOS Authors. All rights reserved. +# Copyright 2016 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/chromiumos_image_diff.py b/chromiumos_image_diff.py index 3b3ae912..ed840cb0 100755 --- a/chromiumos_image_diff.py +++ b/chromiumos_image_diff.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- # -# Copyright 2019 The ChromiumOS Authors. All rights reserved. +# Copyright 2019 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/compiler_wrapper/android_config_test.go b/compiler_wrapper/android_config_test.go index 6e341dcc..6c62c35a 100644 --- a/compiler_wrapper/android_config_test.go +++ b/compiler_wrapper/android_config_test.go @@ -1,4 +1,4 @@ -// Copyright 2019 The ChromiumOS Authors. All rights reserved. +// Copyright 2019 The ChromiumOS Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/compiler_wrapper/bisect_flag.go b/compiler_wrapper/bisect_flag.go index 139862e3..2dc8daf2 100644 --- a/compiler_wrapper/bisect_flag.go +++ b/compiler_wrapper/bisect_flag.go @@ -1,4 +1,4 @@ -// Copyright 2019 The ChromiumOS Authors. All rights reserved. +// Copyright 2019 The ChromiumOS Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/compiler_wrapper/bisect_flag_test.go b/compiler_wrapper/bisect_flag_test.go index b7c2dc7e..2071a5b2 100644 --- a/compiler_wrapper/bisect_flag_test.go +++ b/compiler_wrapper/bisect_flag_test.go @@ -1,4 +1,4 @@ -// Copyright 2019 The ChromiumOS Authors. All rights reserved. +// Copyright 2019 The ChromiumOS Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/compiler_wrapper/build.py b/compiler_wrapper/build.py index 3b4b0571..930c2cfb 100755 --- a/compiler_wrapper/build.py +++ b/compiler_wrapper/build.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright 2019 The ChromiumOS Authors. All rights reserved. +# Copyright 2019 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/compiler_wrapper/bundle.README b/compiler_wrapper/bundle.README index d526c149..1ffaedd7 100644 --- a/compiler_wrapper/bundle.README +++ b/compiler_wrapper/bundle.README @@ -1,4 +1,4 @@ -Copyright 2019 The ChromiumOS Authors. All rights reserved. +Copyright 2019 The ChromiumOS Authors Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. diff --git a/compiler_wrapper/bundle.py b/compiler_wrapper/bundle.py index ddfa4e9c..90386c8f 100755 --- a/compiler_wrapper/bundle.py +++ b/compiler_wrapper/bundle.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright 2019 The ChromiumOS Authors. All rights reserved. +# Copyright 2019 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/compiler_wrapper/ccache_flag.go b/compiler_wrapper/ccache_flag.go index 2c966fd6..0371f10a 100644 --- a/compiler_wrapper/ccache_flag.go +++ b/compiler_wrapper/ccache_flag.go @@ -1,4 +1,4 @@ -// Copyright 2019 The ChromiumOS Authors. All rights reserved. +// Copyright 2019 The ChromiumOS Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/compiler_wrapper/ccache_flag_test.go b/compiler_wrapper/ccache_flag_test.go index 0d634b61..330d1a1c 100644 --- a/compiler_wrapper/ccache_flag_test.go +++ b/compiler_wrapper/ccache_flag_test.go @@ -1,4 +1,4 @@ -// Copyright 2019 The ChromiumOS Authors. All rights reserved. +// Copyright 2019 The ChromiumOS Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/compiler_wrapper/clang_flags.go b/compiler_wrapper/clang_flags.go index fea14249..1c45935e 100644 --- a/compiler_wrapper/clang_flags.go +++ b/compiler_wrapper/clang_flags.go @@ -1,4 +1,4 @@ -// Copyright 2019 The ChromiumOS Authors. All rights reserved. +// Copyright 2019 The ChromiumOS Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/compiler_wrapper/clang_flags_test.go b/compiler_wrapper/clang_flags_test.go index 1a9db073..08e8a8dc 100644 --- a/compiler_wrapper/clang_flags_test.go +++ b/compiler_wrapper/clang_flags_test.go @@ -1,4 +1,4 @@ -// Copyright 2019 The ChromiumOS Authors. All rights reserved. +// Copyright 2019 The ChromiumOS Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/compiler_wrapper/clang_syntax_flag.go b/compiler_wrapper/clang_syntax_flag.go index 6874bd1f..4d5bd4d0 100644 --- a/compiler_wrapper/clang_syntax_flag.go +++ b/compiler_wrapper/clang_syntax_flag.go @@ -1,4 +1,4 @@ -// Copyright 2019 The ChromiumOS Authors. All rights reserved. +// Copyright 2019 The ChromiumOS Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/compiler_wrapper/clang_syntax_flag_test.go b/compiler_wrapper/clang_syntax_flag_test.go index d4077098..728168c5 100644 --- a/compiler_wrapper/clang_syntax_flag_test.go +++ b/compiler_wrapper/clang_syntax_flag_test.go @@ -1,4 +1,4 @@ -// Copyright 2019 The ChromiumOS Authors. All rights reserved. +// Copyright 2019 The ChromiumOS Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/compiler_wrapper/clang_tidy_flag.go b/compiler_wrapper/clang_tidy_flag.go index bd1f9846..b19976d2 100644 --- a/compiler_wrapper/clang_tidy_flag.go +++ b/compiler_wrapper/clang_tidy_flag.go @@ -1,4 +1,4 @@ -// Copyright 2019 The ChromiumOS Authors. All rights reserved. +// Copyright 2019 The ChromiumOS Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/compiler_wrapper/clang_tidy_flag_test.go b/compiler_wrapper/clang_tidy_flag_test.go index 2639fe96..73dec25f 100644 --- a/compiler_wrapper/clang_tidy_flag_test.go +++ b/compiler_wrapper/clang_tidy_flag_test.go @@ -1,4 +1,4 @@ -// Copyright 2019 The ChromiumOS Authors. All rights reserved. +// Copyright 2019 The ChromiumOS Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/compiler_wrapper/command.go b/compiler_wrapper/command.go index e186623a..20e11bbb 100644 --- a/compiler_wrapper/command.go +++ b/compiler_wrapper/command.go @@ -1,4 +1,4 @@ -// Copyright 2019 The ChromiumOS Authors. All rights reserved. +// Copyright 2019 The ChromiumOS Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/compiler_wrapper/command_test.go b/compiler_wrapper/command_test.go index 622d070f..031872c8 100644 --- a/compiler_wrapper/command_test.go +++ b/compiler_wrapper/command_test.go @@ -1,4 +1,4 @@ -// Copyright 2019 The ChromiumOS Authors. All rights reserved. +// Copyright 2019 The ChromiumOS Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/compiler_wrapper/compile_with_fallback.go b/compiler_wrapper/compile_with_fallback.go index 1e5a95a4..d0b6a163 100644 --- a/compiler_wrapper/compile_with_fallback.go +++ b/compiler_wrapper/compile_with_fallback.go @@ -1,4 +1,4 @@ -// Copyright 2019 The ChromiumOS Authors. All rights reserved. +// Copyright 2019 The ChromiumOS Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/compiler_wrapper/compile_with_fallback_test.go b/compiler_wrapper/compile_with_fallback_test.go index 54c0c498..67530a24 100644 --- a/compiler_wrapper/compile_with_fallback_test.go +++ b/compiler_wrapper/compile_with_fallback_test.go @@ -1,4 +1,4 @@ -// Copyright 2019 The ChromiumOS Authors. All rights reserved. +// Copyright 2019 The ChromiumOS Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/compiler_wrapper/compiler_wrapper.go b/compiler_wrapper/compiler_wrapper.go index 28d22471..1386374e 100644 --- a/compiler_wrapper/compiler_wrapper.go +++ b/compiler_wrapper/compiler_wrapper.go @@ -1,4 +1,4 @@ -// Copyright 2019 The ChromiumOS Authors. All rights reserved. +// Copyright 2019 The ChromiumOS Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/compiler_wrapper/compiler_wrapper_test.go b/compiler_wrapper/compiler_wrapper_test.go index b5a85c89..a560c9ca 100644 --- a/compiler_wrapper/compiler_wrapper_test.go +++ b/compiler_wrapper/compiler_wrapper_test.go @@ -1,4 +1,4 @@ -// Copyright 2019 The ChromiumOS Authors. All rights reserved. +// Copyright 2019 The ChromiumOS Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/compiler_wrapper/config.go b/compiler_wrapper/config.go index 6717d503..64d77ae7 100644 --- a/compiler_wrapper/config.go +++ b/compiler_wrapper/config.go @@ -1,4 +1,4 @@ -// Copyright 2019 The ChromiumOS Authors. All rights reserved. +// Copyright 2019 The ChromiumOS Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/compiler_wrapper/config_test.go b/compiler_wrapper/config_test.go index 207c0312..0e6b44c5 100644 --- a/compiler_wrapper/config_test.go +++ b/compiler_wrapper/config_test.go @@ -1,4 +1,4 @@ -// Copyright 2019 The ChromiumOS Authors. All rights reserved. +// Copyright 2019 The ChromiumOS Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/compiler_wrapper/crash_builds.go b/compiler_wrapper/crash_builds.go index 147fb369..76a5412a 100644 --- a/compiler_wrapper/crash_builds.go +++ b/compiler_wrapper/crash_builds.go @@ -1,4 +1,4 @@ -// Copyright 2022 The ChromiumOS Authors. +// Copyright 2022 The ChromiumOS Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/compiler_wrapper/crash_builds_test.go b/compiler_wrapper/crash_builds_test.go index a4b2b99b..3d33d933 100644 --- a/compiler_wrapper/crash_builds_test.go +++ b/compiler_wrapper/crash_builds_test.go @@ -1,4 +1,4 @@ -// Copyright 2022 The ChromiumOS Authors. +// Copyright 2022 The ChromiumOS Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/compiler_wrapper/cros_hardened_config_test.go b/compiler_wrapper/cros_hardened_config_test.go index c619e712..80a261c8 100644 --- a/compiler_wrapper/cros_hardened_config_test.go +++ b/compiler_wrapper/cros_hardened_config_test.go @@ -1,4 +1,4 @@ -// Copyright 2019 The ChromiumOS Authors. All rights reserved. +// Copyright 2019 The ChromiumOS Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/compiler_wrapper/cros_host_config_test.go b/compiler_wrapper/cros_host_config_test.go index 0fd479ea..4eb9027c 100644 --- a/compiler_wrapper/cros_host_config_test.go +++ b/compiler_wrapper/cros_host_config_test.go @@ -1,4 +1,4 @@ -// Copyright 2019 The ChromiumOS Authors. All rights reserved. +// Copyright 2019 The ChromiumOS Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/compiler_wrapper/cros_llvm_next_flags.go b/compiler_wrapper/cros_llvm_next_flags.go index e0b3179f..4b21ad3d 100644 --- a/compiler_wrapper/cros_llvm_next_flags.go +++ b/compiler_wrapper/cros_llvm_next_flags.go @@ -1,4 +1,4 @@ -// Copyright 2020 The ChromiumOS Authors. All rights reserved. +// Copyright 2020 The ChromiumOS Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/compiler_wrapper/cros_nonhardened_config_test.go b/compiler_wrapper/cros_nonhardened_config_test.go index df14e81b..9428254e 100644 --- a/compiler_wrapper/cros_nonhardened_config_test.go +++ b/compiler_wrapper/cros_nonhardened_config_test.go @@ -1,4 +1,4 @@ -// Copyright 2019 The ChromiumOS Authors. All rights reserved. +// Copyright 2019 The ChromiumOS Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/compiler_wrapper/disable_werror_flag.go b/compiler_wrapper/disable_werror_flag.go index 26248f4d..17077671 100644 --- a/compiler_wrapper/disable_werror_flag.go +++ b/compiler_wrapper/disable_werror_flag.go @@ -1,4 +1,4 @@ -// Copyright 2019 The ChromiumOS Authors. All rights reserved. +// Copyright 2019 The ChromiumOS Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/compiler_wrapper/disable_werror_flag_test.go b/compiler_wrapper/disable_werror_flag_test.go index b96c0d53..d3be921d 100644 --- a/compiler_wrapper/disable_werror_flag_test.go +++ b/compiler_wrapper/disable_werror_flag_test.go @@ -1,4 +1,4 @@ -// Copyright 2019 The ChromiumOS Authors. All rights reserved. +// Copyright 2019 The ChromiumOS Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/compiler_wrapper/env.go b/compiler_wrapper/env.go index 1b4d9b31..6b25d960 100644 --- a/compiler_wrapper/env.go +++ b/compiler_wrapper/env.go @@ -1,4 +1,4 @@ -// Copyright 2019 The ChromiumOS Authors. All rights reserved. +// Copyright 2019 The ChromiumOS Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/compiler_wrapper/env_test.go b/compiler_wrapper/env_test.go index 4864f4db..6b00a8b5 100644 --- a/compiler_wrapper/env_test.go +++ b/compiler_wrapper/env_test.go @@ -1,4 +1,4 @@ -// Copyright 2019 The ChromiumOS Authors. All rights reserved. +// Copyright 2019 The ChromiumOS Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/compiler_wrapper/errors.go b/compiler_wrapper/errors.go index 468fb6a9..30a9ffda 100644 --- a/compiler_wrapper/errors.go +++ b/compiler_wrapper/errors.go @@ -1,4 +1,4 @@ -// Copyright 2019 The ChromiumOS Authors. All rights reserved. +// Copyright 2019 The ChromiumOS Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/compiler_wrapper/errors_test.go b/compiler_wrapper/errors_test.go index 71e35cdb..096ae373 100644 --- a/compiler_wrapper/errors_test.go +++ b/compiler_wrapper/errors_test.go @@ -1,4 +1,4 @@ -// Copyright 2019 The ChromiumOS Authors. All rights reserved. +// Copyright 2019 The ChromiumOS Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/compiler_wrapper/gcc_flags.go b/compiler_wrapper/gcc_flags.go index 9adc9c0d..01f7a3c2 100644 --- a/compiler_wrapper/gcc_flags.go +++ b/compiler_wrapper/gcc_flags.go @@ -1,4 +1,4 @@ -// Copyright 2019 The ChromiumOS Authors. All rights reserved. +// Copyright 2019 The ChromiumOS Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/compiler_wrapper/gcc_flags_test.go b/compiler_wrapper/gcc_flags_test.go index 2dc8b306..45ad8668 100644 --- a/compiler_wrapper/gcc_flags_test.go +++ b/compiler_wrapper/gcc_flags_test.go @@ -1,4 +1,4 @@ -// Copyright 2019 The ChromiumOS Authors. All rights reserved. +// Copyright 2019 The ChromiumOS Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/compiler_wrapper/go_exec.go b/compiler_wrapper/go_exec.go index 8c2b8ce7..88335052 100644 --- a/compiler_wrapper/go_exec.go +++ b/compiler_wrapper/go_exec.go @@ -1,4 +1,4 @@ -// Copyright 2020 The ChromiumOS Authors. All rights reserved. +// Copyright 2020 The ChromiumOS Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/compiler_wrapper/goldenutil_test.go b/compiler_wrapper/goldenutil_test.go index 3a6cc7cb..16e2b7e7 100644 --- a/compiler_wrapper/goldenutil_test.go +++ b/compiler_wrapper/goldenutil_test.go @@ -1,4 +1,4 @@ -// Copyright 2019 The ChromiumOS Authors. All rights reserved. +// Copyright 2019 The ChromiumOS Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/compiler_wrapper/install_compiler_wrapper.sh b/compiler_wrapper/install_compiler_wrapper.sh index a503895f..81459082 100755 --- a/compiler_wrapper/install_compiler_wrapper.sh +++ b/compiler_wrapper/install_compiler_wrapper.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright 2020 The ChromiumOS Authors. All rights reserved. +# Copyright 2020 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/compiler_wrapper/kernel_bug.go b/compiler_wrapper/kernel_bug.go index a1c85a71..857dae01 100644 --- a/compiler_wrapper/kernel_bug.go +++ b/compiler_wrapper/kernel_bug.go @@ -1,4 +1,4 @@ -// Copyright 2021 The ChromiumOS Authors. All rights reserved. +// Copyright 2021 The ChromiumOS Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. package main diff --git a/compiler_wrapper/kernel_bug_test.go b/compiler_wrapper/kernel_bug_test.go index 39f2dbf4..3b363847 100644 --- a/compiler_wrapper/kernel_bug_test.go +++ b/compiler_wrapper/kernel_bug_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 The ChromiumOS Authors. All rights reserved. +// Copyright 2021 The ChromiumOS Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. package main diff --git a/compiler_wrapper/libc_exec.go b/compiler_wrapper/libc_exec.go index 44326d61..e4bcad8e 100644 --- a/compiler_wrapper/libc_exec.go +++ b/compiler_wrapper/libc_exec.go @@ -1,4 +1,4 @@ -// Copyright 2019 The ChromiumOS Authors. All rights reserved. +// Copyright 2019 The ChromiumOS Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/compiler_wrapper/libgcc_flags.go b/compiler_wrapper/libgcc_flags.go index 5e599504..a87223e0 100644 --- a/compiler_wrapper/libgcc_flags.go +++ b/compiler_wrapper/libgcc_flags.go @@ -1,4 +1,4 @@ -// Copyright 2021 The ChromiumOS Authors. All rights reserved. +// Copyright 2021 The ChromiumOS Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/compiler_wrapper/libgcc_flags_test.go b/compiler_wrapper/libgcc_flags_test.go index ce6456fa..d30bf737 100644 --- a/compiler_wrapper/libgcc_flags_test.go +++ b/compiler_wrapper/libgcc_flags_test.go @@ -1,4 +1,4 @@ -// Copyright 2021 The ChromiumOS Authors. All rights reserved. +// Copyright 2021 The ChromiumOS Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/compiler_wrapper/main.go b/compiler_wrapper/main.go index a0981dbe..8cfa4364 100644 --- a/compiler_wrapper/main.go +++ b/compiler_wrapper/main.go @@ -1,4 +1,4 @@ -// Copyright 2019 The ChromiumOS Authors. All rights reserved. +// Copyright 2019 The ChromiumOS Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/compiler_wrapper/print_cmdline_flag.go b/compiler_wrapper/print_cmdline_flag.go index c1375358..9c744c31 100644 --- a/compiler_wrapper/print_cmdline_flag.go +++ b/compiler_wrapper/print_cmdline_flag.go @@ -1,4 +1,4 @@ -// Copyright 2019 The ChromiumOS Authors. All rights reserved. +// Copyright 2019 The ChromiumOS Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/compiler_wrapper/print_cmdline_flag_test.go b/compiler_wrapper/print_cmdline_flag_test.go index 8e79435d..54bd70c7 100644 --- a/compiler_wrapper/print_cmdline_flag_test.go +++ b/compiler_wrapper/print_cmdline_flag_test.go @@ -1,4 +1,4 @@ -// Copyright 2019 The ChromiumOS Authors. All rights reserved. +// Copyright 2019 The ChromiumOS Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/compiler_wrapper/print_config_flag.go b/compiler_wrapper/print_config_flag.go index bcb23943..37e54077 100644 --- a/compiler_wrapper/print_config_flag.go +++ b/compiler_wrapper/print_config_flag.go @@ -1,4 +1,4 @@ -// Copyright 2019 The ChromiumOS Authors. All rights reserved. +// Copyright 2019 The ChromiumOS Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/compiler_wrapper/print_config_flag_test.go b/compiler_wrapper/print_config_flag_test.go index d6868235..1984723a 100644 --- a/compiler_wrapper/print_config_flag_test.go +++ b/compiler_wrapper/print_config_flag_test.go @@ -1,4 +1,4 @@ -// Copyright 2019 The ChromiumOS Authors. All rights reserved. +// Copyright 2019 The ChromiumOS Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/compiler_wrapper/remote_build_flag_test.go b/compiler_wrapper/remote_build_flag_test.go index eecfb400..23a22e1a 100644 --- a/compiler_wrapper/remote_build_flag_test.go +++ b/compiler_wrapper/remote_build_flag_test.go @@ -1,4 +1,4 @@ -// Copyright 2019 The ChromiumOS Authors. All rights reserved. +// Copyright 2019 The ChromiumOS Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/compiler_wrapper/remote_build_flags.go b/compiler_wrapper/remote_build_flags.go index 7cbddfdc..7a5a7651 100644 --- a/compiler_wrapper/remote_build_flags.go +++ b/compiler_wrapper/remote_build_flags.go @@ -1,4 +1,4 @@ -// Copyright 2019 The ChromiumOS Authors. All rights reserved. +// Copyright 2019 The ChromiumOS Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/compiler_wrapper/reset_compiler_wrapper.sh b/compiler_wrapper/reset_compiler_wrapper.sh index cc1ec7db..3206199f 100755 --- a/compiler_wrapper/reset_compiler_wrapper.sh +++ b/compiler_wrapper/reset_compiler_wrapper.sh @@ -1,6 +1,6 @@ #!/bin/bash -eux # -# Copyright 2021 The ChromiumOS Authors. All rights reserved. +# Copyright 2021 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/compiler_wrapper/rusage_flag.go b/compiler_wrapper/rusage_flag.go index b2c2a4aa..ed59b11e 100644 --- a/compiler_wrapper/rusage_flag.go +++ b/compiler_wrapper/rusage_flag.go @@ -1,4 +1,4 @@ -// Copyright 2019 The ChromiumOS Authors. All rights reserved. +// Copyright 2019 The ChromiumOS Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/compiler_wrapper/rusage_flag_test.go b/compiler_wrapper/rusage_flag_test.go index 6c264fd7..67021662 100644 --- a/compiler_wrapper/rusage_flag_test.go +++ b/compiler_wrapper/rusage_flag_test.go @@ -1,4 +1,4 @@ -// Copyright 2019 The ChromiumOS Authors. All rights reserved. +// Copyright 2019 The ChromiumOS Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/compiler_wrapper/sanitizer_flags.go b/compiler_wrapper/sanitizer_flags.go index 163b0f4f..58312cc4 100644 --- a/compiler_wrapper/sanitizer_flags.go +++ b/compiler_wrapper/sanitizer_flags.go @@ -1,4 +1,4 @@ -// Copyright 2019 The ChromiumOS Authors. All rights reserved. +// Copyright 2019 The ChromiumOS Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/compiler_wrapper/sanitizer_flags_test.go b/compiler_wrapper/sanitizer_flags_test.go index 796961eb..b4b1fd83 100644 --- a/compiler_wrapper/sanitizer_flags_test.go +++ b/compiler_wrapper/sanitizer_flags_test.go @@ -1,4 +1,4 @@ -// Copyright 2019 The ChromiumOS Authors. All rights reserved. +// Copyright 2019 The ChromiumOS Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/compiler_wrapper/stackprotector_flags.go b/compiler_wrapper/stackprotector_flags.go index a41bdaf5..0e620b57 100644 --- a/compiler_wrapper/stackprotector_flags.go +++ b/compiler_wrapper/stackprotector_flags.go @@ -1,4 +1,4 @@ -// Copyright 2019 The ChromiumOS Authors. All rights reserved. +// Copyright 2019 The ChromiumOS Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/compiler_wrapper/stackprotector_flags_test.go b/compiler_wrapper/stackprotector_flags_test.go index 00d511c7..c13862a7 100644 --- a/compiler_wrapper/stackprotector_flags_test.go +++ b/compiler_wrapper/stackprotector_flags_test.go @@ -1,4 +1,4 @@ -// Copyright 2019 The ChromiumOS Authors. All rights reserved. +// Copyright 2019 The ChromiumOS Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/compiler_wrapper/sysroot_flag.go b/compiler_wrapper/sysroot_flag.go index 58d010da..597153a9 100644 --- a/compiler_wrapper/sysroot_flag.go +++ b/compiler_wrapper/sysroot_flag.go @@ -1,4 +1,4 @@ -// Copyright 2019 The ChromiumOS Authors. All rights reserved. +// Copyright 2019 The ChromiumOS Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/compiler_wrapper/sysroot_flag_test.go b/compiler_wrapper/sysroot_flag_test.go index 579d76db..9fea6848 100644 --- a/compiler_wrapper/sysroot_flag_test.go +++ b/compiler_wrapper/sysroot_flag_test.go @@ -1,4 +1,4 @@ -// Copyright 2019 The ChromiumOS Authors. All rights reserved. +// Copyright 2019 The ChromiumOS Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/compiler_wrapper/testutil_test.go b/compiler_wrapper/testutil_test.go index ff8c3d56..463e34ac 100644 --- a/compiler_wrapper/testutil_test.go +++ b/compiler_wrapper/testutil_test.go @@ -1,4 +1,4 @@ -// Copyright 2019 The ChromiumOS Authors. All rights reserved. +// Copyright 2019 The ChromiumOS Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/compiler_wrapper/thumb_flags.go b/compiler_wrapper/thumb_flags.go index 2afd15a1..3e641d3b 100644 --- a/compiler_wrapper/thumb_flags.go +++ b/compiler_wrapper/thumb_flags.go @@ -1,4 +1,4 @@ -// Copyright 2019 The ChromiumOS Authors. All rights reserved. +// Copyright 2019 The ChromiumOS Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/compiler_wrapper/thumb_flags_test.go b/compiler_wrapper/thumb_flags_test.go index 23487642..24985bcf 100644 --- a/compiler_wrapper/thumb_flags_test.go +++ b/compiler_wrapper/thumb_flags_test.go @@ -1,4 +1,4 @@ -// Copyright 2019 The ChromiumOS Authors. All rights reserved. +// Copyright 2019 The ChromiumOS Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/compiler_wrapper/unsupported_flags.go b/compiler_wrapper/unsupported_flags.go index 364ee07c..5a0dceeb 100644 --- a/compiler_wrapper/unsupported_flags.go +++ b/compiler_wrapper/unsupported_flags.go @@ -1,4 +1,4 @@ -// Copyright 2019 The ChromiumOS Authors. All rights reserved. +// Copyright 2019 The ChromiumOS Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/compiler_wrapper/unsupported_flags_test.go b/compiler_wrapper/unsupported_flags_test.go index e2441141..17ff13af 100644 --- a/compiler_wrapper/unsupported_flags_test.go +++ b/compiler_wrapper/unsupported_flags_test.go @@ -1,4 +1,4 @@ -// Copyright 2019 The ChromiumOS Authors. All rights reserved. +// Copyright 2019 The ChromiumOS Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/compiler_wrapper/x64_flags.go b/compiler_wrapper/x64_flags.go index 3d0db701..2e4a0af1 100644 --- a/compiler_wrapper/x64_flags.go +++ b/compiler_wrapper/x64_flags.go @@ -1,4 +1,4 @@ -// Copyright 2019 The ChromiumOS Authors. All rights reserved. +// Copyright 2019 The ChromiumOS Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/compiler_wrapper/x64_flags_test.go b/compiler_wrapper/x64_flags_test.go index 5261ee83..ce5caebd 100644 --- a/compiler_wrapper/x64_flags_test.go +++ b/compiler_wrapper/x64_flags_test.go @@ -1,4 +1,4 @@ -// Copyright 2019 The ChromiumOS Authors. All rights reserved. +// Copyright 2019 The ChromiumOS Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/crate_ebuild_help.py b/crate_ebuild_help.py index 0a0b6dcb..c66b9897 100755 --- a/crate_ebuild_help.py +++ b/crate_ebuild_help.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2022 The ChromiumOS Authors. +# Copyright 2022 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/cros_utils/__init__.py b/cros_utils/__init__.py index dc696529..d365cb0c 100644 --- a/cros_utils/__init__.py +++ b/cros_utils/__init__.py @@ -1,4 +1,4 @@ # -*- coding: utf-8 -*- -# Copyright 2019 The ChromiumOS Authors. All rights reserved. +# Copyright 2019 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/cros_utils/bugs.py b/cros_utils/bugs.py index 5c620739..43e0e553 100755 --- a/cros_utils/bugs.py +++ b/cros_utils/bugs.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2021 The ChromiumOS Authors. All rights reserved. +# Copyright 2021 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/cros_utils/bugs_test.py b/cros_utils/bugs_test.py index b7a2d09a..5a07dbd8 100755 --- a/cros_utils/bugs_test.py +++ b/cros_utils/bugs_test.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2021 The ChromiumOS Authors. All rights reserved. +# Copyright 2021 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/cros_utils/buildbot_utils.py b/cros_utils/buildbot_utils.py index eb1d255c..8f0ce5e0 100644 --- a/cros_utils/buildbot_utils.py +++ b/cros_utils/buildbot_utils.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2017 The ChromiumOS Authors. All rights reserved. +# Copyright 2017 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/cros_utils/buildbot_utils_unittest.py b/cros_utils/buildbot_utils_unittest.py index 31d3e947..2c9585b5 100755 --- a/cros_utils/buildbot_utils_unittest.py +++ b/cros_utils/buildbot_utils_unittest.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- # -# Copyright 2018 The ChromiumOS Authors. All rights reserved. +# Copyright 2018 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/cros_utils/command_executer.py b/cros_utils/command_executer.py index aa6de4c0..573bb2d6 100755 --- a/cros_utils/command_executer.py +++ b/cros_utils/command_executer.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright 2011 The ChromiumOS Authors. All rights reserved. +# Copyright 2011 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/cros_utils/command_executer_timeout_test.py b/cros_utils/command_executer_timeout_test.py index 92f2e9ce..3af9bd3e 100755 --- a/cros_utils/command_executer_timeout_test.py +++ b/cros_utils/command_executer_timeout_test.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- # -# Copyright 2020 The ChromiumOS Authors. All rights reserved. +# Copyright 2020 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/cros_utils/command_executer_unittest.py b/cros_utils/command_executer_unittest.py index ecb85f93..7cd46a71 100755 --- a/cros_utils/command_executer_unittest.py +++ b/cros_utils/command_executer_unittest.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright 2019 The ChromiumOS Authors. All rights reserved. +# Copyright 2019 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/cros_utils/constants.py b/cros_utils/constants.py index caee1947..47c16686 100644 --- a/cros_utils/constants.py +++ b/cros_utils/constants.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2019 The ChromiumOS Authors. All rights reserved. +# Copyright 2019 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/cros_utils/device_setup_utils.py b/cros_utils/device_setup_utils.py index 29284a5c..443c6474 100644 --- a/cros_utils/device_setup_utils.py +++ b/cros_utils/device_setup_utils.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright 2019 The ChromiumOS Authors. All rights reserved. +# Copyright 2019 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/cros_utils/device_setup_utils_unittest.py b/cros_utils/device_setup_utils_unittest.py index 8fe99bcb..d7339e25 100755 --- a/cros_utils/device_setup_utils_unittest.py +++ b/cros_utils/device_setup_utils_unittest.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- # -# Copyright 2019 The ChromiumOS Authors. All rights reserved. +# Copyright 2019 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/cros_utils/email_sender.py b/cros_utils/email_sender.py index 259078b1..ccf4c1b4 100755 --- a/cros_utils/email_sender.py +++ b/cros_utils/email_sender.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright 2019 The ChromiumOS Authors. All rights reserved. +# Copyright 2019 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/cros_utils/email_sender_unittest.py b/cros_utils/email_sender_unittest.py index 38711061..66ec6a2d 100755 --- a/cros_utils/email_sender_unittest.py +++ b/cros_utils/email_sender_unittest.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright 2020 The ChromiumOS Authors. All rights reserved. +# Copyright 2020 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/cros_utils/file_utils.py b/cros_utils/file_utils.py index 0c5213b5..743edefa 100644 --- a/cros_utils/file_utils.py +++ b/cros_utils/file_utils.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2019 The ChromiumOS Authors. All rights reserved. +# Copyright 2019 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/cros_utils/html_tools.py b/cros_utils/html_tools.py index 04ea93a1..202bef05 100644 --- a/cros_utils/html_tools.py +++ b/cros_utils/html_tools.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2019 The ChromiumOS Authors. All rights reserved. +# Copyright 2019 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/cros_utils/locks.py b/cros_utils/locks.py index bd2242cf..db6f4343 100644 --- a/cros_utils/locks.py +++ b/cros_utils/locks.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright 2019 The ChromiumOS Authors. All rights reserved. +# Copyright 2019 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/cros_utils/logger.py b/cros_utils/logger.py index 8ad9df58..e9b9d1ba 100644 --- a/cros_utils/logger.py +++ b/cros_utils/logger.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2019 The ChromiumOS Authors. All rights reserved. +# Copyright 2019 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/cros_utils/machines.py b/cros_utils/machines.py index b0a7134c..a5385731 100644 --- a/cros_utils/machines.py +++ b/cros_utils/machines.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2015 The ChromiumOS Authors. All rights reserved. +# Copyright 2015 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/cros_utils/misc.py b/cros_utils/misc.py index 02c8e051..aabb5ad7 100644 --- a/cros_utils/misc.py +++ b/cros_utils/misc.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2013 The ChromiumOS Authors. All rights reserved. +# Copyright 2013 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/cros_utils/misc_test.py b/cros_utils/misc_test.py index c3c96996..9e2d1107 100755 --- a/cros_utils/misc_test.py +++ b/cros_utils/misc_test.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright 2019 The ChromiumOS Authors. All rights reserved. +# Copyright 2019 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/cros_utils/no_pseudo_terminal_test.py b/cros_utils/no_pseudo_terminal_test.py index 3cb35fac..acc90af4 100755 --- a/cros_utils/no_pseudo_terminal_test.py +++ b/cros_utils/no_pseudo_terminal_test.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- # -# Copyright 2019 The ChromiumOS Authors. All rights reserved. +# Copyright 2019 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/cros_utils/perf_diff.py b/cros_utils/perf_diff.py index 97e6e19d..6647b76a 100755 --- a/cros_utils/perf_diff.py +++ b/cros_utils/perf_diff.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright 2019 The ChromiumOS Authors. All rights reserved. +# Copyright 2019 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/cros_utils/tabulator.py b/cros_utils/tabulator.py index 65d0cd42..d079ea22 100644 --- a/cros_utils/tabulator.py +++ b/cros_utils/tabulator.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2013 The ChromiumOS Authors. All rights reserved. +# Copyright 2013 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/cros_utils/tabulator_test.py b/cros_utils/tabulator_test.py index 96d163e5..91ce8fd5 100755 --- a/cros_utils/tabulator_test.py +++ b/cros_utils/tabulator_test.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright (c) 2012 The ChromiumOS Authors. All rights reserved. +# Copyright 2012 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/cros_utils/timeline.py b/cros_utils/timeline.py index be8f9a06..f18a39bb 100644 --- a/cros_utils/timeline.py +++ b/cros_utils/timeline.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2019 The ChromiumOS Authors. All rights reserved. +# Copyright 2019 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/cros_utils/timeline_test.py b/cros_utils/timeline_test.py index 9dc73d91..aceab2df 100755 --- a/cros_utils/timeline_test.py +++ b/cros_utils/timeline_test.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright 2019 The ChromiumOS Authors. All rights reserved. +# Copyright 2019 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/cros_utils/tiny_render.py b/cros_utils/tiny_render.py index 27891c20..6168a247 100644 --- a/cros_utils/tiny_render.py +++ b/cros_utils/tiny_render.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2020 The ChromiumOS Authors. All rights reserved. +# Copyright 2020 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/cros_utils/tiny_render_test.py b/cros_utils/tiny_render_test.py index 8299093b..9c4d750b 100755 --- a/cros_utils/tiny_render_test.py +++ b/cros_utils/tiny_render_test.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright 2020 The ChromiumOS Authors. All rights reserved. +# Copyright 2020 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/cros_utils/toolchain_utils.sh b/cros_utils/toolchain_utils.sh index 78b6dd58..b5403bbe 100644 --- a/cros_utils/toolchain_utils.sh +++ b/cros_utils/toolchain_utils.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright (c) 2012 The ChromiumOS Authors. All rights reserved. +# Copyright 2012 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/crosperf/benchmark.py b/crosperf/benchmark.py index d7c62c54..f9de0cf3 100644 --- a/crosperf/benchmark.py +++ b/crosperf/benchmark.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2013 The ChromiumOS Authors. All rights reserved. +# Copyright 2013 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/crosperf/benchmark_run.py b/crosperf/benchmark_run.py index a661d6a9..84797d1c 100644 --- a/crosperf/benchmark_run.py +++ b/crosperf/benchmark_run.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2013 The ChromiumOS Authors. All rights reserved. +# Copyright 2013 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/crosperf/benchmark_run_unittest.py b/crosperf/benchmark_run_unittest.py index 7113826a..0013e19b 100755 --- a/crosperf/benchmark_run_unittest.py +++ b/crosperf/benchmark_run_unittest.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright (c) 2013 The ChromiumOS Authors. All rights reserved. +# Copyright 2013 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/crosperf/benchmark_unittest.py b/crosperf/benchmark_unittest.py index bfa16841..bb23bdbb 100755 --- a/crosperf/benchmark_unittest.py +++ b/crosperf/benchmark_unittest.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- # -# Copyright 2014 The ChromiumOS Authors. All rights reserved. +# Copyright 2014 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/crosperf/column_chart.py b/crosperf/column_chart.py index 7d6bd0dd..6ed99bf0 100644 --- a/crosperf/column_chart.py +++ b/crosperf/column_chart.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2011 The ChromiumOS Authors. All rights reserved. +# Copyright 2011 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/crosperf/compare_machines.py b/crosperf/compare_machines.py index 003a38ba..756753a2 100644 --- a/crosperf/compare_machines.py +++ b/crosperf/compare_machines.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2014 The ChromiumOS Authors. All rights reserved. +# Copyright 2014 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/crosperf/config.py b/crosperf/config.py index 82a5ee38..c2a7fe5d 100644 --- a/crosperf/config.py +++ b/crosperf/config.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2011 The ChromiumOS Authors. All rights reserved. +# Copyright 2011 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/crosperf/config_unittest.py b/crosperf/config_unittest.py index df02786e..fdff7ea6 100755 --- a/crosperf/config_unittest.py +++ b/crosperf/config_unittest.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright 2014 The ChromiumOS Authors. All rights reserved. +# Copyright 2014 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/crosperf/crosperf b/crosperf/crosperf index 313a65ff..9a7bde0a 100755 --- a/crosperf/crosperf +++ b/crosperf/crosperf @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright 2020 The ChromiumOS Authors. All rights reserved. +# Copyright 2020 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/crosperf/crosperf.py b/crosperf/crosperf.py index 813da415..aace2c80 100755 --- a/crosperf/crosperf.py +++ b/crosperf/crosperf.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright 2011 The ChromiumOS Authors. All rights reserved. +# Copyright 2011 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/crosperf/crosperf_autolock.py b/crosperf/crosperf_autolock.py index 9a44936f..011f01e3 100755 --- a/crosperf/crosperf_autolock.py +++ b/crosperf/crosperf_autolock.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Copyright 2021 The ChromiumOS Authors. All rights reserved. +# Copyright 2021 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/crosperf/crosperf_unittest.py b/crosperf/crosperf_unittest.py index 88172ec6..7b52f2e0 100755 --- a/crosperf/crosperf_unittest.py +++ b/crosperf/crosperf_unittest.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- # -# Copyright (c) 2014 The ChromiumOS Authors. All rights reserved. +# Copyright 2014 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/crosperf/download_images.py b/crosperf/download_images.py index 7dc52495..9a46280d 100644 --- a/crosperf/download_images.py +++ b/crosperf/download_images.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2014-2015 The ChromiumOS Authors. All rights reserved. +# Copyright 2014-2015 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/crosperf/download_images_buildid_test.py b/crosperf/download_images_buildid_test.py index 37868e0a..20dd13c5 100755 --- a/crosperf/download_images_buildid_test.py +++ b/crosperf/download_images_buildid_test.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright 2014 The ChromiumOS Authors. All rights reserved. +# Copyright 2014 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/crosperf/download_images_unittest.py b/crosperf/download_images_unittest.py index 8e8c6524..6a640f80 100755 --- a/crosperf/download_images_unittest.py +++ b/crosperf/download_images_unittest.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright 2019 The ChromiumOS Authors. All rights reserved. +# Copyright 2019 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/crosperf/experiment.py b/crosperf/experiment.py index 28ab616b..9973f7e9 100644 --- a/crosperf/experiment.py +++ b/crosperf/experiment.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2013 The ChromiumOS Authors. All rights reserved. +# Copyright 2013 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/crosperf/experiment_factory.py b/crosperf/experiment_factory.py index a4265d41..c71981ab 100644 --- a/crosperf/experiment_factory.py +++ b/crosperf/experiment_factory.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2013 The ChromiumOS Authors. All rights reserved. +# Copyright 2013 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/crosperf/experiment_factory_unittest.py b/crosperf/experiment_factory_unittest.py index ffb8e579..be84a003 100755 --- a/crosperf/experiment_factory_unittest.py +++ b/crosperf/experiment_factory_unittest.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright (c) 2013 The ChromiumOS Authors. All rights reserved. +# Copyright 2013 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/crosperf/experiment_file.py b/crosperf/experiment_file.py index 783a3224..70852a22 100644 --- a/crosperf/experiment_file.py +++ b/crosperf/experiment_file.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2011 The ChromiumOS Authors. All rights reserved. +# Copyright 2011 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/crosperf/experiment_file_unittest.py b/crosperf/experiment_file_unittest.py index 90ea87a6..5c09ee06 100755 --- a/crosperf/experiment_file_unittest.py +++ b/crosperf/experiment_file_unittest.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright (c) 2011 The ChromiumOS Authors. All rights reserved. +# Copyright 2011 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/crosperf/experiment_files/telemetry_perf_perf b/crosperf/experiment_files/telemetry_perf_perf index dc062710..e46fdc2a 100755 --- a/crosperf/experiment_files/telemetry_perf_perf +++ b/crosperf/experiment_files/telemetry_perf_perf @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright 2016 The ChromiumOS Authors. All rights reserved. +# Copyright 2016 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. # @@ -74,4 +74,3 @@ RunExperiment 'cycles.callgraph' \ # overhead. RunExperiment 'memory.bandwidth' \ 'stat -e cycles -e instructions -e uncore_imc/data_reads/ -e uncore_imc/data_writes/ -e cpu/event=0xD0,umask=0x11,name=MEM_UOPS_RETIRED-STLB_MISS_LOADS/ -e cpu/event=0xD0,umask=0x12,name=MEM_UOPS_RETIRED-STLB_MISS_STORES/' - diff --git a/crosperf/experiment_runner.py b/crosperf/experiment_runner.py index 1f1a90b2..1f78dcc0 100644 --- a/crosperf/experiment_runner.py +++ b/crosperf/experiment_runner.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2011 The ChromiumOS Authors. All rights reserved. +# Copyright 2011 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/crosperf/experiment_runner_unittest.py b/crosperf/experiment_runner_unittest.py index 50ef1797..a9a12630 100755 --- a/crosperf/experiment_runner_unittest.py +++ b/crosperf/experiment_runner_unittest.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- # -# Copyright (c) 2014 The ChromiumOS Authors. All rights reserved. +# Copyright 2014 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/crosperf/experiment_status.py b/crosperf/experiment_status.py index c76dfa24..fa6b1eec 100644 --- a/crosperf/experiment_status.py +++ b/crosperf/experiment_status.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2011 The ChromiumOS Authors. All rights reserved. +# Copyright 2011 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/crosperf/field.py b/crosperf/field.py index 11eb3778..6b5ea110 100644 --- a/crosperf/field.py +++ b/crosperf/field.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2011 The ChromiumOS Authors. All rights reserved. +# Copyright 2011 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/crosperf/flag_test_unittest.py b/crosperf/flag_test_unittest.py index 7bb59515..024849cb 100755 --- a/crosperf/flag_test_unittest.py +++ b/crosperf/flag_test_unittest.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright 2014 The ChromiumOS Authors. All rights reserved. +# Copyright 2014 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/crosperf/generate_report.py b/crosperf/generate_report.py index 186aba29..55c13212 100755 --- a/crosperf/generate_report.py +++ b/crosperf/generate_report.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright 2016 The ChromiumOS Authors. All rights reserved. +# Copyright 2016 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/crosperf/generate_report_unittest.py b/crosperf/generate_report_unittest.py index 0d4ccf4f..86bbc164 100755 --- a/crosperf/generate_report_unittest.py +++ b/crosperf/generate_report_unittest.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright 2016 The ChromiumOS Authors. All rights reserved. +# Copyright 2016 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/crosperf/help.py b/crosperf/help.py index 1f3c4f36..db95fc6c 100644 --- a/crosperf/help.py +++ b/crosperf/help.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2011 The ChromiumOS Authors. All rights reserved. +# Copyright 2011 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/crosperf/image_checksummer.py b/crosperf/image_checksummer.py index 133a0576..87664e9d 100644 --- a/crosperf/image_checksummer.py +++ b/crosperf/image_checksummer.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2011 The ChromiumOS Authors. All rights reserved. +# Copyright 2011 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/crosperf/label.py b/crosperf/label.py index 8785c037..9aeff562 100644 --- a/crosperf/label.py +++ b/crosperf/label.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2013 The ChromiumOS Authors. All rights reserved. +# Copyright 2013 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/crosperf/machine_image_manager.py b/crosperf/machine_image_manager.py index c61d624e..74379bff 100644 --- a/crosperf/machine_image_manager.py +++ b/crosperf/machine_image_manager.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2015 The ChromiumOS Authors. All rights reserved. +# Copyright 2015 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/crosperf/machine_image_manager_unittest.py b/crosperf/machine_image_manager_unittest.py index dd557cdc..1ea63b1c 100755 --- a/crosperf/machine_image_manager_unittest.py +++ b/crosperf/machine_image_manager_unittest.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright 2015 The ChromiumOS Authors. All rights reserved. +# Copyright 2015 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/crosperf/machine_manager.py b/crosperf/machine_manager.py index c780094b..ffb0b5e6 100644 --- a/crosperf/machine_manager.py +++ b/crosperf/machine_manager.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2013 The ChromiumOS Authors. All rights reserved. +# Copyright 2013 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/crosperf/machine_manager_unittest.py b/crosperf/machine_manager_unittest.py index 5eed5e1f..6324a227 100755 --- a/crosperf/machine_manager_unittest.py +++ b/crosperf/machine_manager_unittest.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright (c) 2012 The ChromiumOS Authors. All rights reserved. +# Copyright 2012 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/crosperf/mock_instance.py b/crosperf/mock_instance.py index a0d581cd..4a3f9a72 100644 --- a/crosperf/mock_instance.py +++ b/crosperf/mock_instance.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2013 The ChromiumOS Authors. All rights reserved. +# Copyright 2013 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/crosperf/results_cache.py b/crosperf/results_cache.py index ca5966c0..043da990 100644 --- a/crosperf/results_cache.py +++ b/crosperf/results_cache.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2013 The ChromiumOS Authors. All rights reserved. +# Copyright 2013 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/crosperf/results_cache_unittest.py b/crosperf/results_cache_unittest.py index 8029161a..cad149e0 100755 --- a/crosperf/results_cache_unittest.py +++ b/crosperf/results_cache_unittest.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright (c) 2011 The ChromiumOS Authors. All rights reserved. +# Copyright 2011 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/crosperf/results_organizer.py b/crosperf/results_organizer.py index a3701ab7..354e002d 100644 --- a/crosperf/results_organizer.py +++ b/crosperf/results_organizer.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2013 The ChromiumOS Authors. All rights reserved. +# Copyright 2013 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/crosperf/results_organizer_unittest.py b/crosperf/results_organizer_unittest.py index 707f89f7..f3db266d 100755 --- a/crosperf/results_organizer_unittest.py +++ b/crosperf/results_organizer_unittest.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright (c) 2013 The ChromiumOS Authors. All rights reserved. +# Copyright 2013 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/crosperf/results_report.py b/crosperf/results_report.py index 735e1a34..045e623b 100644 --- a/crosperf/results_report.py +++ b/crosperf/results_report.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2013 The ChromiumOS Authors. All rights reserved. +# Copyright 2013 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/crosperf/results_report_templates.py b/crosperf/results_report_templates.py index e88fd9c7..3ef9e74a 100644 --- a/crosperf/results_report_templates.py +++ b/crosperf/results_report_templates.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2016 The ChromiumOS Authors. All rights reserved. +# Copyright 2016 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/crosperf/results_report_unittest.py b/crosperf/results_report_unittest.py index 3c1d6663..4ce654d0 100755 --- a/crosperf/results_report_unittest.py +++ b/crosperf/results_report_unittest.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- # -# Copyright 2016 The ChromiumOS Authors. All rights reserved. +# Copyright 2016 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/crosperf/run_tests.sh b/crosperf/run_tests.sh index d70fc99d..b3d4d1e2 100755 --- a/crosperf/run_tests.sh +++ b/crosperf/run_tests.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright 2011 Google Inc. All Rights Reserved. +# Copyright 2011 Google LLC # Author: raymes@google.com (Raymes Khoury) ../run_tests_for.py . diff --git a/crosperf/schedv2.py b/crosperf/schedv2.py index c611cbcf..828b8b81 100644 --- a/crosperf/schedv2.py +++ b/crosperf/schedv2.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2015 The ChromiumOS Authors. All rights reserved. +# Copyright 2015 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/crosperf/schedv2_unittest.py b/crosperf/schedv2_unittest.py index c79c6ecd..db5f5feb 100755 --- a/crosperf/schedv2_unittest.py +++ b/crosperf/schedv2_unittest.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright 2015 The ChromiumOS Authors. All rights reserved. +# Copyright 2015 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/crosperf/settings.py b/crosperf/settings.py index 5488a5b0..5a983b32 100644 --- a/crosperf/settings.py +++ b/crosperf/settings.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2019 The ChromiumOS Authors. All rights reserved. +# Copyright 2019 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/crosperf/settings_factory.py b/crosperf/settings_factory.py index 469d2260..6382bba7 100644 --- a/crosperf/settings_factory.py +++ b/crosperf/settings_factory.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2013 The ChromiumOS Authors. All rights reserved. +# Copyright 2013 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/crosperf/settings_factory_unittest.py b/crosperf/settings_factory_unittest.py index b8487b96..93d3bd6d 100755 --- a/crosperf/settings_factory_unittest.py +++ b/crosperf/settings_factory_unittest.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- # -# Copyright 2017 The ChromiumOS Authors. All rights reserved. +# Copyright 2017 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/crosperf/settings_unittest.py b/crosperf/settings_unittest.py index 75913a09..ab31e18f 100755 --- a/crosperf/settings_unittest.py +++ b/crosperf/settings_unittest.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright 2019 The ChromiumOS Authors. All rights reserved. +# Copyright 2019 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/crosperf/suite_runner.py b/crosperf/suite_runner.py index f5c4d2c7..9fc99138 100644 --- a/crosperf/suite_runner.py +++ b/crosperf/suite_runner.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright (c) 2013 The ChromiumOS Authors. All rights reserved. +# Copyright 2013 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/crosperf/suite_runner_unittest.py b/crosperf/suite_runner_unittest.py index a1ab660f..69476f37 100755 --- a/crosperf/suite_runner_unittest.py +++ b/crosperf/suite_runner_unittest.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- # -# Copyright (c) 2014 The ChromiumOS Authors. All rights reserved. +# Copyright 2014 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/crosperf/test_flag.py b/crosperf/test_flag.py index 62679197..17c17a3d 100644 --- a/crosperf/test_flag.py +++ b/crosperf/test_flag.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2011 The ChromiumOS Authors. All rights reserved. +# Copyright 2011 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/crosperf/translate_xbuddy.py b/crosperf/translate_xbuddy.py index 2ae60af4..e6a53a94 100755 --- a/crosperf/translate_xbuddy.py +++ b/crosperf/translate_xbuddy.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright 2020 The ChromiumOS Authors. All rights reserved. +# Copyright 2020 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/cwp/cr-os/fetch_gn_descs.py b/cwp/cr-os/fetch_gn_descs.py index a9cbdb55..50b555ad 100755 --- a/cwp/cr-os/fetch_gn_descs.py +++ b/cwp/cr-os/fetch_gn_descs.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright 2020 The ChromiumOS Authors. All rights reserved. +# Copyright 2020 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/cwp/cr-os/fetch_gn_descs_test.py b/cwp/cr-os/fetch_gn_descs_test.py index a42cb2e9..8a88fe3e 100755 --- a/cwp/cr-os/fetch_gn_descs_test.py +++ b/cwp/cr-os/fetch_gn_descs_test.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright 2020 The ChromiumOS Authors. All rights reserved. +# Copyright 2020 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/debug_info_test/allowlist.py b/debug_info_test/allowlist.py index 3cccf293..70bb776a 100644 --- a/debug_info_test/allowlist.py +++ b/debug_info_test/allowlist.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2018 The ChromiumOS Authors. All rights reserved. +# Copyright 2018 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/debug_info_test/check_cus.py b/debug_info_test/check_cus.py index b2458e94..dbf22d08 100644 --- a/debug_info_test/check_cus.py +++ b/debug_info_test/check_cus.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2018 The ChromiumOS Authors. All rights reserved. +# Copyright 2018 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/debug_info_test/check_exist.py b/debug_info_test/check_exist.py index d51abe42..863c591f 100644 --- a/debug_info_test/check_exist.py +++ b/debug_info_test/check_exist.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2018 The ChromiumOS Authors. All rights reserved. +# Copyright 2018 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/debug_info_test/check_icf.py b/debug_info_test/check_icf.py index 8eca39a2..a717d81e 100644 --- a/debug_info_test/check_icf.py +++ b/debug_info_test/check_icf.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2018 The ChromiumOS Authors. All rights reserved. +# Copyright 2018 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/debug_info_test/check_ngcc.py b/debug_info_test/check_ngcc.py index 348fcc8a..bbb58741 100644 --- a/debug_info_test/check_ngcc.py +++ b/debug_info_test/check_ngcc.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2018 The ChromiumOS Authors. All rights reserved. +# Copyright 2018 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/debug_info_test/debug_info_test.py b/debug_info_test/debug_info_test.py index 057921aa..c324bf4c 100755 --- a/debug_info_test/debug_info_test.py +++ b/debug_info_test/debug_info_test.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright 2018 The ChromiumOS Authors. All rights reserved. +# Copyright 2018 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/file_lock_machine.py b/file_lock_machine.py index 2b281ff7..5268398c 100755 --- a/file_lock_machine.py +++ b/file_lock_machine.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright 2019 The ChromiumOS Authors. All rights reserved. +# Copyright 2019 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/file_lock_machine_test.py b/file_lock_machine_test.py index d59f7e28..467c183d 100755 --- a/file_lock_machine_test.py +++ b/file_lock_machine_test.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright 2019 The ChromiumOS Authors. All rights reserved. +# Copyright 2019 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/go/chromeos/setup_chromeos_testing.py b/go/chromeos/setup_chromeos_testing.py index 863cf8c8..39530bde 100755 --- a/go/chromeos/setup_chromeos_testing.py +++ b/go/chromeos/setup_chromeos_testing.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright 2020 The ChromiumOS Authors. All rights reserved. +# Copyright 2020 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/heatmaps/heat_map.py b/heatmaps/heat_map.py index 78ee8cba..a3c52369 100755 --- a/heatmaps/heat_map.py +++ b/heatmaps/heat_map.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright 2015 The ChromiumOS Authors. All rights reserved. +# Copyright 2015 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/heatmaps/heat_map_test.py b/heatmaps/heat_map_test.py index 2b86363b..96300bb4 100755 --- a/heatmaps/heat_map_test.py +++ b/heatmaps/heat_map_test.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- # -# Copyright 2019 The ChromiumOS Authors. All rights reserved. +# Copyright 2019 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/heatmaps/heatmap_generator.py b/heatmaps/heatmap_generator.py index 768a4e40..703c37d4 100644 --- a/heatmaps/heatmap_generator.py +++ b/heatmaps/heatmap_generator.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2018 The ChromiumOS Authors. All rights reserved. +# Copyright 2018 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/heatmaps/heatmap_generator_test.py b/heatmaps/heatmap_generator_test.py index fbace10a..898c7370 100755 --- a/heatmaps/heatmap_generator_test.py +++ b/heatmaps/heatmap_generator_test.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright 2018 The ChromiumOS Authors. All rights reserved. +# Copyright 2018 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/heatmaps/perf-to-inst-page.sh b/heatmaps/perf-to-inst-page.sh index 6aa03eaf..5be1a2b9 100755 --- a/heatmaps/perf-to-inst-page.sh +++ b/heatmaps/perf-to-inst-page.sh @@ -1,5 +1,5 @@ #! /bin/bash -u -# Copyright 2015 The ChromiumOS Authors. All rights reserved. +# Copyright 2015 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/image_chromeos.py b/image_chromeos.py index 5922a241..36965d05 100755 --- a/image_chromeos.py +++ b/image_chromeos.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- # -# Copyright 2019 The ChromiumOS Authors. All rights reserved. +# Copyright 2019 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/llvm_extra/create_ebuild_file.py b/llvm_extra/create_ebuild_file.py index 4abd466a..2a1a69a3 100755 --- a/llvm_extra/create_ebuild_file.py +++ b/llvm_extra/create_ebuild_file.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright 2018 The ChromiumOS Authors. All rights reserved. +# Copyright 2018 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/llvm_extra/create_llvm_extra.sh b/llvm_extra/create_llvm_extra.sh index cd138ccf..6a10a877 100755 --- a/llvm_extra/create_llvm_extra.sh +++ b/llvm_extra/create_llvm_extra.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2018 The ChromiumOS Authors. All rights reserved. +# Copyright 2018 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/llvm_tools/auto_llvm_bisection.py b/llvm_tools/auto_llvm_bisection.py index 0dcd6bad..3640abae 100755 --- a/llvm_tools/auto_llvm_bisection.py +++ b/llvm_tools/auto_llvm_bisection.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright 2019 The ChromiumOS Authors. All rights reserved. +# Copyright 2019 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/llvm_tools/auto_llvm_bisection_unittest.py b/llvm_tools/auto_llvm_bisection_unittest.py index ef82453b..c70ddee5 100755 --- a/llvm_tools/auto_llvm_bisection_unittest.py +++ b/llvm_tools/auto_llvm_bisection_unittest.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright 2019 The ChromiumOS Authors. All rights reserved. +# Copyright 2019 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/llvm_tools/bisect_clang_crashes.py b/llvm_tools/bisect_clang_crashes.py index 65aadabd..b2759051 100755 --- a/llvm_tools/bisect_clang_crashes.py +++ b/llvm_tools/bisect_clang_crashes.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright 2020 The ChromiumOS Authors. All rights reserved. +# Copyright 2020 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/llvm_tools/bisect_clang_crashes_unittest.py b/llvm_tools/bisect_clang_crashes_unittest.py index 96a375a0..22c9be19 100755 --- a/llvm_tools/bisect_clang_crashes_unittest.py +++ b/llvm_tools/bisect_clang_crashes_unittest.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright 2020 The ChromiumOS Authors. All rights reserved. +# Copyright 2020 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/llvm_tools/check_clang_diags.py b/llvm_tools/check_clang_diags.py index 2509dc3c..7beb958f 100755 --- a/llvm_tools/check_clang_diags.py +++ b/llvm_tools/check_clang_diags.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2022 The Chromium OS Authors. All rights reserved. +# Copyright 2022 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/llvm_tools/check_clang_diags_test.py b/llvm_tools/check_clang_diags_test.py index c15716f0..a7889038 100755 --- a/llvm_tools/check_clang_diags_test.py +++ b/llvm_tools/check_clang_diags_test.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2022 The Chromium OS Authors. All rights reserved. +# Copyright 2022 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/llvm_tools/chroot.py b/llvm_tools/chroot.py index 73ab9203..46464feb 100755 --- a/llvm_tools/chroot.py +++ b/llvm_tools/chroot.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright 2020 The ChromiumOS Authors. All rights reserved. +# Copyright 2020 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/llvm_tools/chroot_unittest.py b/llvm_tools/chroot_unittest.py index 39877aa5..f1a6a626 100755 --- a/llvm_tools/chroot_unittest.py +++ b/llvm_tools/chroot_unittest.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright 2020 The ChromiumOS Authors. All rights reserved. +# Copyright 2020 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/llvm_tools/copy_helpers_to_chromiumos_overlay.py b/llvm_tools/copy_helpers_to_chromiumos_overlay.py index 758c7533..84716aad 100755 --- a/llvm_tools/copy_helpers_to_chromiumos_overlay.py +++ b/llvm_tools/copy_helpers_to_chromiumos_overlay.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright 2019 The ChromiumOS Authors. All rights reserved. +# Copyright 2019 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/llvm_tools/custom_script_example.py b/llvm_tools/custom_script_example.py index ebfde1f1..5a320b41 100755 --- a/llvm_tools/custom_script_example.py +++ b/llvm_tools/custom_script_example.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright 2019 The ChromiumOS Authors. All rights reserved. +# Copyright 2019 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/llvm_tools/failure_modes.py b/llvm_tools/failure_modes.py index 098a0270..fc4e1fc2 100644 --- a/llvm_tools/failure_modes.py +++ b/llvm_tools/failure_modes.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2019 The ChromiumOS Authors. All rights reserved. +# Copyright 2019 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/llvm_tools/fetch_cros_sdk_rolls.py b/llvm_tools/fetch_cros_sdk_rolls.py index 72692b3d..dc678e10 100755 --- a/llvm_tools/fetch_cros_sdk_rolls.py +++ b/llvm_tools/fetch_cros_sdk_rolls.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2020 The ChromiumOS Authors. All rights reserved. +# Copyright 2020 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/llvm_tools/get_llvm_hash.py b/llvm_tools/get_llvm_hash.py index 77efccbe..fee8e4f6 100755 --- a/llvm_tools/get_llvm_hash.py +++ b/llvm_tools/get_llvm_hash.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright 2019 The ChromiumOS Authors. All rights reserved. +# Copyright 2019 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/llvm_tools/get_llvm_hash_unittest.py b/llvm_tools/get_llvm_hash_unittest.py index fc13bc17..17a094b4 100755 --- a/llvm_tools/get_llvm_hash_unittest.py +++ b/llvm_tools/get_llvm_hash_unittest.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright 2019 The ChromiumOS Authors. All rights reserved. +# Copyright 2019 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/llvm_tools/get_upstream_patch.py b/llvm_tools/get_upstream_patch.py index d882fdc7..72aa16b6 100755 --- a/llvm_tools/get_upstream_patch.py +++ b/llvm_tools/get_upstream_patch.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright 2020 The ChromiumOS Authors. All rights reserved. +# Copyright 2020 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/llvm_tools/git.py b/llvm_tools/git.py index 2bb43c29..0f56aa0d 100755 --- a/llvm_tools/git.py +++ b/llvm_tools/git.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright 2020 The ChromiumOS Authors. All rights reserved. +# Copyright 2020 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/llvm_tools/git_llvm_rev.py b/llvm_tools/git_llvm_rev.py index 44a6426e..3dc34fce 100755 --- a/llvm_tools/git_llvm_rev.py +++ b/llvm_tools/git_llvm_rev.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright 2019 The ChromiumOS Authors. All rights reserved. +# Copyright 2019 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/llvm_tools/git_llvm_rev_test.py b/llvm_tools/git_llvm_rev_test.py index e47a2ee6..86a4b202 100755 --- a/llvm_tools/git_llvm_rev_test.py +++ b/llvm_tools/git_llvm_rev_test.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright 2019 The ChromiumOS Authors. All rights reserved. +# Copyright 2019 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/llvm_tools/git_unittest.py b/llvm_tools/git_unittest.py index cf4035ff..ce21e6c9 100755 --- a/llvm_tools/git_unittest.py +++ b/llvm_tools/git_unittest.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright 2020 The ChromiumOS Authors. All rights reserved. +# Copyright 2020 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/llvm_tools/llvm_bisection.py b/llvm_tools/llvm_bisection.py index e6f0e2c9..0b851ebe 100755 --- a/llvm_tools/llvm_bisection.py +++ b/llvm_tools/llvm_bisection.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright 2019 The ChromiumOS Authors. All rights reserved. +# Copyright 2019 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/llvm_tools/llvm_bisection_unittest.py b/llvm_tools/llvm_bisection_unittest.py index e047be41..1e86a678 100755 --- a/llvm_tools/llvm_bisection_unittest.py +++ b/llvm_tools/llvm_bisection_unittest.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright 2019 The ChromiumOS Authors. All rights reserved. +# Copyright 2019 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/llvm_tools/llvm_local_bisection.sh b/llvm_tools/llvm_local_bisection.sh index 26d277d5..e319080c 100755 --- a/llvm_tools/llvm_local_bisection.sh +++ b/llvm_tools/llvm_local_bisection.sh @@ -1,6 +1,6 @@ #!/bin/bash -u # -*- coding: utf-8 -*- -# Copyright 2022 The ChromiumOS Authors. All rights reserved. +# Copyright 2022 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/llvm_tools/llvm_project.py b/llvm_tools/llvm_project.py index 45539596..79a6cd2e 100644 --- a/llvm_tools/llvm_project.py +++ b/llvm_tools/llvm_project.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2020 The ChromiumOS Authors. All rights reserved. +# Copyright 2020 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/llvm_tools/modify_a_tryjob.py b/llvm_tools/modify_a_tryjob.py index 79f999b1..03de606d 100755 --- a/llvm_tools/modify_a_tryjob.py +++ b/llvm_tools/modify_a_tryjob.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright 2019 The ChromiumOS Authors. All rights reserved. +# Copyright 2019 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/llvm_tools/modify_a_tryjob_unittest.py b/llvm_tools/modify_a_tryjob_unittest.py index 6ae29c5f..712e2614 100755 --- a/llvm_tools/modify_a_tryjob_unittest.py +++ b/llvm_tools/modify_a_tryjob_unittest.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright 2019 The ChromiumOS Authors. All rights reserved. +# Copyright 2019 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/llvm_tools/nightly_revert_checker.py b/llvm_tools/nightly_revert_checker.py index 78a85f90..d12464a6 100755 --- a/llvm_tools/nightly_revert_checker.py +++ b/llvm_tools/nightly_revert_checker.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright 2020 The ChromiumOS Authors. All rights reserved. +# Copyright 2020 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/llvm_tools/nightly_revert_checker_test.py b/llvm_tools/nightly_revert_checker_test.py index 694d3d80..86b7898a 100755 --- a/llvm_tools/nightly_revert_checker_test.py +++ b/llvm_tools/nightly_revert_checker_test.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright 2020 The ChromiumOS Authors. All rights reserved. +# Copyright 2020 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/llvm_tools/patch_manager.py b/llvm_tools/patch_manager.py index d71c3888..11e82227 100755 --- a/llvm_tools/patch_manager.py +++ b/llvm_tools/patch_manager.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2019 The ChromiumOS Authors. All rights reserved. +# Copyright 2019 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/llvm_tools/patch_manager_unittest.py b/llvm_tools/patch_manager_unittest.py index 444156a5..19c2d8af 100755 --- a/llvm_tools/patch_manager_unittest.py +++ b/llvm_tools/patch_manager_unittest.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2019 The ChromiumOS Authors. All rights reserved. +# Copyright 2019 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/llvm_tools/patch_sync/src/android_utils.rs b/llvm_tools/patch_sync/src/android_utils.rs index 7b0e5849..70bca189 100644 --- a/llvm_tools/patch_sync/src/android_utils.rs +++ b/llvm_tools/patch_sync/src/android_utils.rs @@ -1,4 +1,4 @@ -// Copyright 2022 The ChromiumOS Authors. +// Copyright 2022 The ChromiumOS Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/llvm_tools/patch_sync/src/main.rs b/llvm_tools/patch_sync/src/main.rs index c3c9a61b..a6c340be 100644 --- a/llvm_tools/patch_sync/src/main.rs +++ b/llvm_tools/patch_sync/src/main.rs @@ -1,4 +1,4 @@ -// Copyright 2022 The ChromiumOS Authors. +// Copyright 2022 The ChromiumOS Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/llvm_tools/patch_sync/src/patch_parsing.rs b/llvm_tools/patch_sync/src/patch_parsing.rs index 0f4cb741..00153834 100644 --- a/llvm_tools/patch_sync/src/patch_parsing.rs +++ b/llvm_tools/patch_sync/src/patch_parsing.rs @@ -1,4 +1,4 @@ -// Copyright 2022 The ChromiumOS Authors. +// Copyright 2022 The ChromiumOS Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/llvm_tools/patch_sync/src/version_control.rs b/llvm_tools/patch_sync/src/version_control.rs index 125d5cbc..fc6211ae 100644 --- a/llvm_tools/patch_sync/src/version_control.rs +++ b/llvm_tools/patch_sync/src/version_control.rs @@ -1,4 +1,4 @@ -// Copyright 2022 The ChromiumOS Authors. +// Copyright 2022 The ChromiumOS Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/llvm_tools/patch_utils.py b/llvm_tools/patch_utils.py index 846b379a..ca912f2b 100644 --- a/llvm_tools/patch_utils.py +++ b/llvm_tools/patch_utils.py @@ -1,4 +1,4 @@ -# Copyright 2022 The ChromiumOS Authors. +# Copyright 2022 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/llvm_tools/patch_utils_unittest.py b/llvm_tools/patch_utils_unittest.py index 54c38763..8fe45c2c 100755 --- a/llvm_tools/patch_utils_unittest.py +++ b/llvm_tools/patch_utils_unittest.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2022 The ChromiumOS Authors. +# Copyright 2022 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/llvm_tools/subprocess_helpers.py b/llvm_tools/subprocess_helpers.py index c295cbb8..bc87db85 100644 --- a/llvm_tools/subprocess_helpers.py +++ b/llvm_tools/subprocess_helpers.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2019 The ChromiumOS Authors. All rights reserved. +# Copyright 2019 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/llvm_tools/test_helpers.py b/llvm_tools/test_helpers.py index 48a8e8c1..67d88d9f 100644 --- a/llvm_tools/test_helpers.py +++ b/llvm_tools/test_helpers.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- -# Copyright 2019 The ChromiumOS Authors. All rights reserved. +# Copyright 2019 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/llvm_tools/update_chromeos_llvm_hash.py b/llvm_tools/update_chromeos_llvm_hash.py index 366e233f..31a10867 100755 --- a/llvm_tools/update_chromeos_llvm_hash.py +++ b/llvm_tools/update_chromeos_llvm_hash.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright 2019 The ChromiumOS Authors. All rights reserved. +# Copyright 2019 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/llvm_tools/update_chromeos_llvm_hash_unittest.py b/llvm_tools/update_chromeos_llvm_hash_unittest.py index 591890e6..9bed2712 100755 --- a/llvm_tools/update_chromeos_llvm_hash_unittest.py +++ b/llvm_tools/update_chromeos_llvm_hash_unittest.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright 2019 The ChromiumOS Authors. All rights reserved. +# Copyright 2019 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/llvm_tools/update_packages_and_run_tests.py b/llvm_tools/update_packages_and_run_tests.py index cc96ec53..dc14b6de 100755 --- a/llvm_tools/update_packages_and_run_tests.py +++ b/llvm_tools/update_packages_and_run_tests.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright 2019 The ChromiumOS Authors. All rights reserved. +# Copyright 2019 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/llvm_tools/update_packages_and_run_tests_unittest.py b/llvm_tools/update_packages_and_run_tests_unittest.py index cff28672..fc65749f 100755 --- a/llvm_tools/update_packages_and_run_tests_unittest.py +++ b/llvm_tools/update_packages_and_run_tests_unittest.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright 2019 The ChromiumOS Authors. All rights reserved. +# Copyright 2019 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/llvm_tools/update_tryjob_status.py b/llvm_tools/update_tryjob_status.py index 4c72403d..49c48658 100755 --- a/llvm_tools/update_tryjob_status.py +++ b/llvm_tools/update_tryjob_status.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright 2019 The ChromiumOS Authors. All rights reserved. +# Copyright 2019 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/llvm_tools/update_tryjob_status_unittest.py b/llvm_tools/update_tryjob_status_unittest.py index e73cb281..fd9250a3 100755 --- a/llvm_tools/update_tryjob_status_unittest.py +++ b/llvm_tools/update_tryjob_status_unittest.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright 2019 The ChromiumOS Authors. All rights reserved. +# Copyright 2019 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/llvm_tools/upload_lexan_crashes_to_forcey.py b/llvm_tools/upload_lexan_crashes_to_forcey.py index 204061b0..885a88f6 100755 --- a/llvm_tools/upload_lexan_crashes_to_forcey.py +++ b/llvm_tools/upload_lexan_crashes_to_forcey.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright 2020 The ChromiumOS Authors. All rights reserved. +# Copyright 2020 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/llvm_tools/upload_lexan_crashes_to_forcey_test.py b/llvm_tools/upload_lexan_crashes_to_forcey_test.py index 6c5008d6..7238281a 100755 --- a/llvm_tools/upload_lexan_crashes_to_forcey_test.py +++ b/llvm_tools/upload_lexan_crashes_to_forcey_test.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright 2020 The ChromiumOS Authors. All rights reserved. +# Copyright 2020 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/lock_machine.py b/lock_machine.py index e7befdb2..5c2bedb3 100755 --- a/lock_machine.py +++ b/lock_machine.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- # -# Copyright 2019 The ChromiumOS Authors. All rights reserved. +# Copyright 2019 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/make_root_writable.py b/make_root_writable.py index 297a9150..6a15defc 100755 --- a/make_root_writable.py +++ b/make_root_writable.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- # -# Copyright 2021 The ChromiumOS Authors. All rights reserved. +# Copyright 2021 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/orderfile/post_process_orderfile.py b/orderfile/post_process_orderfile.py index 4f61c19f..5f52aa6f 100755 --- a/orderfile/post_process_orderfile.py +++ b/orderfile/post_process_orderfile.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright 2019 The ChromiumOS Authors. All rights reserved. +# Copyright 2019 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/orderfile/post_process_orderfile_test.py b/orderfile/post_process_orderfile_test.py index d7ee3f8b..60716d87 100755 --- a/orderfile/post_process_orderfile_test.py +++ b/orderfile/post_process_orderfile_test.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright 2019 The ChromiumOS Authors. All rights reserved. +# Copyright 2019 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/pgo_tools/merge_profdata_and_upload.py b/pgo_tools/merge_profdata_and_upload.py index efc986f4..bb53ed6c 100755 --- a/pgo_tools/merge_profdata_and_upload.py +++ b/pgo_tools/merge_profdata_and_upload.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright 2019 The ChromiumOS Authors. All rights reserved. +# Copyright 2019 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/pgo_tools/monitor_pgo_profiles.py b/pgo_tools/monitor_pgo_profiles.py index 846cdc2b..2c54ee80 100755 --- a/pgo_tools/monitor_pgo_profiles.py +++ b/pgo_tools/monitor_pgo_profiles.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2020 The ChromiumOS Authors. All rights reserved. +# Copyright 2020 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/pgo_tools/monitor_pgo_profiles_unittest.py b/pgo_tools/monitor_pgo_profiles_unittest.py index d129c6ba..e6fc0649 100755 --- a/pgo_tools/monitor_pgo_profiles_unittest.py +++ b/pgo_tools/monitor_pgo_profiles_unittest.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2020 The ChromiumOS Authors. All rights reserved. +# Copyright 2020 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/pgo_tools_rust/pgo_rust.py b/pgo_tools_rust/pgo_rust.py index 6aedc9b7..c145bc8b 100755 --- a/pgo_tools_rust/pgo_rust.py +++ b/pgo_tools_rust/pgo_rust.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Copyright 2022 The ChromiumOS Authors. +# Copyright 2022 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/remote_test.py b/remote_test.py index c3c88b5c..01f3fe89 100755 --- a/remote_test.py +++ b/remote_test.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- # -# Copyright 2020 The ChromiumOS Authors. All rights reserved. +# Copyright 2020 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/run_tests_for.py b/run_tests_for.py index a8ad1674..46747c43 100755 --- a/run_tests_for.py +++ b/run_tests_for.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- # -# Copyright 2019 The ChromiumOS Authors. All rights reserved. +# Copyright 2019 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/rust-analyzer-chromiumos-wrapper/src/main.rs b/rust-analyzer-chromiumos-wrapper/src/main.rs index 626108ad..f59af454 100644 --- a/rust-analyzer-chromiumos-wrapper/src/main.rs +++ b/rust-analyzer-chromiumos-wrapper/src/main.rs @@ -1,4 +1,4 @@ -// Copyright 2022 The ChromiumOS Authors. +// Copyright 2022 The ChromiumOS Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/rust_tools/rust_uprev.py b/rust_tools/rust_uprev.py index cd35fa0b..37a8506e 100755 --- a/rust_tools/rust_uprev.py +++ b/rust_tools/rust_uprev.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright 2020 The ChromiumOS Authors. All rights reserved. +# Copyright 2020 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/rust_tools/rust_uprev_test.py b/rust_tools/rust_uprev_test.py index e737d77c..f82ef485 100755 --- a/rust_tools/rust_uprev_test.py +++ b/rust_tools/rust_uprev_test.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright 2020 The ChromiumOS Authors. All rights reserved. +# Copyright 2020 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/rust_tools/rust_watch.py b/rust_tools/rust_watch.py index 1ab27413..dff239f3 100755 --- a/rust_tools/rust_watch.py +++ b/rust_tools/rust_watch.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright 2020 The ChromiumOS Authors. All rights reserved. +# Copyright 2020 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/rust_tools/rust_watch_test.py b/rust_tools/rust_watch_test.py index dbeb0e80..1e6aec51 100755 --- a/rust_tools/rust_watch_test.py +++ b/rust_tools/rust_watch_test.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright 2020 The ChromiumOS Authors. All rights reserved. +# Copyright 2020 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/seccomp_tools/mass_seccomp_editor/mass_seccomp_editor.py b/seccomp_tools/mass_seccomp_editor/mass_seccomp_editor.py index ecc6bc83..8b283d4d 100755 --- a/seccomp_tools/mass_seccomp_editor/mass_seccomp_editor.py +++ b/seccomp_tools/mass_seccomp_editor/mass_seccomp_editor.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Copyright 2021 The ChromiumOS Authors. All rights reserved. +# Copyright 2021 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/seccomp_tools/mass_seccomp_editor/test_mass_seccomp_editor.py b/seccomp_tools/mass_seccomp_editor/test_mass_seccomp_editor.py index 5889dec5..c1693da5 100755 --- a/seccomp_tools/mass_seccomp_editor/test_mass_seccomp_editor.py +++ b/seccomp_tools/mass_seccomp_editor/test_mass_seccomp_editor.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 -# Copyright 2021 The ChromiumOS Authors. All rights reserved. +# Copyright 2021 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/tc_enter_chroot.py b/tc_enter_chroot.py index c746a0a2..93b3be2d 100755 --- a/tc_enter_chroot.py +++ b/tc_enter_chroot.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright 2010 The ChromiumOS Authors. All rights reserved. +# Copyright 2010 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/toolchain_utils_githooks/check-presubmit.py b/toolchain_utils_githooks/check-presubmit.py index 691e2510..29744aaf 100755 --- a/toolchain_utils_githooks/check-presubmit.py +++ b/toolchain_utils_githooks/check-presubmit.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- # -# Copyright 2019 The ChromiumOS Authors. All rights reserved. +# Copyright 2019 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/toolchain_utils_githooks/pre-push b/toolchain_utils_githooks/pre-push index eef8a09a..49548a17 100755 --- a/toolchain_utils_githooks/pre-push +++ b/toolchain_utils_githooks/pre-push @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (c) 2016 Google Inc. +# Copyright 2016 Google LLC # # Just execute our custom pre-push script. diff --git a/toolchain_utils_githooks/pre-push.real b/toolchain_utils_githooks/pre-push.real index 06aa6213..f913e802 100755 --- a/toolchain_utils_githooks/pre-push.real +++ b/toolchain_utils_githooks/pre-push.real @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (c) 2015 Google Inc. +# Copyright 2015 Google LLC # # This is a pre-push hook that does the following before uploading a # CL for review: diff --git a/update_telemetry_defaults.py b/update_telemetry_defaults.py index a3feb6a0..929ff07e 100755 --- a/update_telemetry_defaults.py +++ b/update_telemetry_defaults.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -# Copyright 2020 The ChromiumOS Authors. All rights reserved. +# Copyright 2020 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/upstream_workon/upstream_workon.bash b/upstream_workon/upstream_workon.bash index 98dced05..03b56742 100755 --- a/upstream_workon/upstream_workon.bash +++ b/upstream_workon/upstream_workon.bash @@ -1,6 +1,6 @@ #!/bin/bash -eu # -# Copyright 2021 The ChromiumOS Authors. All rights reserved. +# Copyright 2021 The ChromiumOS Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. -- cgit v1.2.3