From 6a33a0fca3e4f5cd9c3b3fd4ac0b5b8c7ffc018e Mon Sep 17 00:00:00 2001 From: Jakub Czapiga Date: Mon, 3 Oct 2022 17:25:37 +0200 Subject: treewide: Fix license headers to conform with linter BRANCH=none BUG=none TEST=cros lint Signed-off-by: Jakub Czapiga Change-Id: I7710c43c8c70cf257a898f22c42ecbf350e125a2 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/vboot_reference/+/3925702 Commit-Queue: Jakub Czapiga Reviewed-by: Yu-Ping Wu Tested-by: Jakub Czapiga --- tests/cgpt_fuzzer.c | 2 +- tests/cgptlib_test.c | 2 +- tests/cgptlib_test.h | 2 +- tests/chromeos_config_tests.c | 2 +- tests/common/boot_mode.c | 2 +- tests/common/boot_mode.h | 2 +- tests/common/tests.c | 2 +- tests/common/tests.h | 2 +- tests/common/timer_utils.c | 2 +- tests/common/timer_utils.h | 2 +- tests/crc32_test.c | 2 +- tests/crc32_test.h | 2 +- tests/futility/binary_editor.c | 2 +- tests/futility/test_file_types.c | 2 +- tests/futility/test_not_really.c | 2 +- tests/gpt_misc_tests.c | 2 +- tests/hmac_test.c | 2 +- tests/rsa_padding_test.h | 2 +- tests/sha_benchmark.c | 2 +- tests/sha_test_vectors.h | 2 +- tests/sha_tests.c | 2 +- tests/subprocess_tests.c | 2 +- tests/tlcl_tests.c | 2 +- tests/tpm_lite/lock.c | 2 +- tests/tpm_lite/readonly.c | 2 +- tests/tpm_lite/startup.c | 2 +- tests/tpm_lite/tlcl_tests.c | 2 +- tests/tpm_lite/tlcl_tests.h | 2 +- tests/tpm_lite/tpmtest_earlyextend.c | 2 +- tests/tpm_lite/tpmtest_earlynvram.c | 2 +- tests/tpm_lite/tpmtest_earlynvram2.c | 2 +- tests/tpm_lite/tpmtest_enable.c | 2 +- tests/tpm_lite/tpmtest_fastenable.c | 2 +- tests/tpm_lite/tpmtest_globallock.c | 2 +- tests/tpm_lite/tpmtest_redefine_unowned.c | 2 +- tests/tpm_lite/tpmtest_spaceperm.c | 2 +- tests/tpm_lite/tpmtest_testsetup.c | 2 +- tests/tpm_lite/tpmtest_timing.c | 2 +- tests/tpm_lite/tpmtest_writelimit.c | 2 +- tests/vb20_api_kernel_tests.c | 2 +- tests/vb20_kernel_tests.c | 2 +- tests/vb20_rsa_padding_tests.c | 2 +- tests/vb20_verify_fw.c | 2 +- tests/vb21_host_common2_tests.c | 2 +- tests/vb21_host_common_tests.c | 2 +- tests/vb21_host_key_tests.c | 2 +- tests/vb21_host_misc_tests.c | 2 +- tests/vb21_host_sig_tests.c | 2 +- tests/vb2_api_tests.c | 2 +- tests/vb2_auxfw_sync_tests.c | 2 +- tests/vb2_common2_tests.c | 2 +- tests/vb2_common3_tests.c | 2 +- tests/vb2_common_tests.c | 2 +- tests/vb2_crypto_tests.c | 2 +- tests/vb2_ec_sync_tests.c | 2 +- tests/vb2_firmware_tests.c | 2 +- tests/vb2_gbb_init_tests.c | 2 +- tests/vb2_gbb_tests.c | 2 +- tests/vb2_host_flashrom_tests.c | 2 +- tests/vb2_host_key_tests.c | 2 +- tests/vb2_host_nvdata_flashrom_tests.c | 2 +- tests/vb2_inject_kernel_subkey_tests.c | 2 +- tests/vb2_kernel_tests.c | 2 +- tests/vb2_keyblock_fuzzer.c | 2 +- tests/vb2_load_kernel2_tests.c | 2 +- tests/vb2_load_kernel_tests.c | 2 +- tests/vb2_misc2_tests.c | 2 +- tests/vb2_misc_tests.c | 2 +- tests/vb2_nvstorage_tests.c | 2 +- tests/vb2_preamble_fuzzer.c | 2 +- tests/vb2_recovery_reasons_tests.c | 2 +- tests/vb2_rsa_utility_tests.c | 2 +- tests/vb2_secdata_firmware_tests.c | 2 +- tests/vb2_secdata_fwmp_tests.c | 2 +- tests/vb2_secdata_kernel_tests.c | 2 +- tests/vb2_sha256_x86_tests.c | 2 +- tests/vb2_sha_api_tests.c | 2 +- tests/vb2_sha_tests.c | 2 +- tests/verify_kernel.c | 2 +- 79 files changed, 79 insertions(+), 79 deletions(-) (limited to 'tests') diff --git a/tests/cgpt_fuzzer.c b/tests/cgpt_fuzzer.c index 6762bc38..3d0857d0 100644 --- a/tests/cgpt_fuzzer.c +++ b/tests/cgpt_fuzzer.c @@ -1,4 +1,4 @@ -// Copyright 2019 The Chromium OS 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/tests/cgptlib_test.c b/tests/cgptlib_test.c index f614977b..2a71c399 100644 --- a/tests/cgptlib_test.c +++ b/tests/cgptlib_test.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 The Chromium OS 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/tests/cgptlib_test.h b/tests/cgptlib_test.h index e78c25ae..4385f777 100644 --- a/tests/cgptlib_test.h +++ b/tests/cgptlib_test.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2010 The Chromium OS 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/tests/chromeos_config_tests.c b/tests/chromeos_config_tests.c index 6b24a331..13c5a870 100644 --- a/tests/chromeos_config_tests.c +++ b/tests/chromeos_config_tests.c @@ -1,4 +1,4 @@ -/* Copyright 2020 The Chromium OS 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/tests/common/boot_mode.c b/tests/common/boot_mode.c index 342b7909..15311860 100644 --- a/tests/common/boot_mode.c +++ b/tests/common/boot_mode.c @@ -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/tests/common/boot_mode.h b/tests/common/boot_mode.h index bd6a3fd5..6fa5247c 100644 --- a/tests/common/boot_mode.h +++ b/tests/common/boot_mode.h @@ -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/tests/common/tests.c b/tests/common/tests.c index 7df16134..f07bec56 100644 --- a/tests/common/tests.c +++ b/tests/common/tests.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2011 The Chromium OS 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/tests/common/tests.h b/tests/common/tests.h index 656e2d91..532387c1 100644 --- a/tests/common/tests.h +++ b/tests/common/tests.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2011 The Chromium OS 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/tests/common/timer_utils.c b/tests/common/timer_utils.c index 25e7503c..c4f1be7a 100644 --- a/tests/common/timer_utils.c +++ b/tests/common/timer_utils.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010 The Chromium OS 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/tests/common/timer_utils.h b/tests/common/timer_utils.h index b2a424a5..72c00bba 100644 --- a/tests/common/timer_utils.h +++ b/tests/common/timer_utils.h @@ -1,4 +1,4 @@ - /* Copyright (c) 2010 The Chromium OS 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/tests/crc32_test.c b/tests/crc32_test.c index ee60cc0a..79334ce8 100644 --- a/tests/crc32_test.c +++ b/tests/crc32_test.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010 The Chromium OS 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/tests/crc32_test.h b/tests/crc32_test.h index 20987075..65badec2 100644 --- a/tests/crc32_test.h +++ b/tests/crc32_test.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2010 The Chromium OS 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/tests/futility/binary_editor.c b/tests/futility/binary_editor.c index f5d6a664..253993a4 100644 --- a/tests/futility/binary_editor.c +++ b/tests/futility/binary_editor.c @@ -1,4 +1,4 @@ -/* Copyright 2014 The Chromium OS 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/tests/futility/test_file_types.c b/tests/futility/test_file_types.c index ee433bab..f554c8b5 100644 --- a/tests/futility/test_file_types.c +++ b/tests/futility/test_file_types.c @@ -1,4 +1,4 @@ -/* Copyright 2015 The Chromium OS 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/tests/futility/test_not_really.c b/tests/futility/test_not_really.c index 9bffb1a1..e35f99f1 100644 --- a/tests/futility/test_not_really.c +++ b/tests/futility/test_not_really.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2014 The Chromium OS 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/tests/gpt_misc_tests.c b/tests/gpt_misc_tests.c index e7ffccf7..f190a5f0 100644 --- a/tests/gpt_misc_tests.c +++ b/tests/gpt_misc_tests.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 The Chromium OS 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/tests/hmac_test.c b/tests/hmac_test.c index 708711fd..91fc57fa 100644 --- a/tests/hmac_test.c +++ b/tests/hmac_test.c @@ -1,4 +1,4 @@ -/* Copyright 2016 The Chromium OS 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/tests/rsa_padding_test.h b/tests/rsa_padding_test.h index bf039f5f..4799ef8a 100644 --- a/tests/rsa_padding_test.h +++ b/tests/rsa_padding_test.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2010 The Chromium OS 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/tests/sha_benchmark.c b/tests/sha_benchmark.c index 4626a429..523e940d 100644 --- a/tests/sha_benchmark.c +++ b/tests/sha_benchmark.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2011 The Chromium OS 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/tests/sha_test_vectors.h b/tests/sha_test_vectors.h index a096bb49..c9417ba4 100644 --- a/tests/sha_test_vectors.h +++ b/tests/sha_test_vectors.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2010 The Chromium OS 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/tests/sha_tests.c b/tests/sha_tests.c index 1d78204a..4ab4565f 100644 --- a/tests/sha_tests.c +++ b/tests/sha_tests.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010 The Chromium OS 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/tests/subprocess_tests.c b/tests/subprocess_tests.c index d65618f4..d2db20f6 100644 --- a/tests/subprocess_tests.c +++ b/tests/subprocess_tests.c @@ -1,4 +1,4 @@ -/* Copyright 2019 The Chromium OS 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/tests/tlcl_tests.c b/tests/tlcl_tests.c index 62d34afc..78ddea32 100644 --- a/tests/tlcl_tests.c +++ b/tests/tlcl_tests.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 The Chromium OS 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/tests/tpm_lite/lock.c b/tests/tpm_lite/lock.c index 55d2dfe7..a633f0f8 100644 --- a/tests/tpm_lite/lock.c +++ b/tests/tpm_lite/lock.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010 The Chromium OS 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/tests/tpm_lite/readonly.c b/tests/tpm_lite/readonly.c index 68de06b4..27f8a3a9 100644 --- a/tests/tpm_lite/readonly.c +++ b/tests/tpm_lite/readonly.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010 The Chromium OS 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/tests/tpm_lite/startup.c b/tests/tpm_lite/startup.c index 573373dc..477bdac6 100644 --- a/tests/tpm_lite/startup.c +++ b/tests/tpm_lite/startup.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010 The Chromium OS 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/tests/tpm_lite/tlcl_tests.c b/tests/tpm_lite/tlcl_tests.c index 40b98881..b4444f93 100644 --- a/tests/tpm_lite/tlcl_tests.c +++ b/tests/tpm_lite/tlcl_tests.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010 The Chromium OS 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/tests/tpm_lite/tlcl_tests.h b/tests/tpm_lite/tlcl_tests.h index db0999cd..07f66d24 100644 --- a/tests/tpm_lite/tlcl_tests.h +++ b/tests/tpm_lite/tlcl_tests.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2010 The Chromium OS 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/tests/tpm_lite/tpmtest_earlyextend.c b/tests/tpm_lite/tpmtest_earlyextend.c index 8bab8afd..e841e341 100644 --- a/tests/tpm_lite/tpmtest_earlyextend.c +++ b/tests/tpm_lite/tpmtest_earlyextend.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010 The Chromium OS 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/tests/tpm_lite/tpmtest_earlynvram.c b/tests/tpm_lite/tpmtest_earlynvram.c index db44862f..461fefb5 100644 --- a/tests/tpm_lite/tpmtest_earlynvram.c +++ b/tests/tpm_lite/tpmtest_earlynvram.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010 The Chromium OS 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/tests/tpm_lite/tpmtest_earlynvram2.c b/tests/tpm_lite/tpmtest_earlynvram2.c index 9307a588..a0392545 100644 --- a/tests/tpm_lite/tpmtest_earlynvram2.c +++ b/tests/tpm_lite/tpmtest_earlynvram2.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010 The Chromium OS 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/tests/tpm_lite/tpmtest_enable.c b/tests/tpm_lite/tpmtest_enable.c index c2fe54b0..bee6ed65 100644 --- a/tests/tpm_lite/tpmtest_enable.c +++ b/tests/tpm_lite/tpmtest_enable.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2011 The Chromium OS 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/tests/tpm_lite/tpmtest_fastenable.c b/tests/tpm_lite/tpmtest_fastenable.c index 226a41f2..0d69865c 100644 --- a/tests/tpm_lite/tpmtest_fastenable.c +++ b/tests/tpm_lite/tpmtest_fastenable.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2011 The Chromium OS 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/tests/tpm_lite/tpmtest_globallock.c b/tests/tpm_lite/tpmtest_globallock.c index 52f7c8ea..1fb1fa10 100644 --- a/tests/tpm_lite/tpmtest_globallock.c +++ b/tests/tpm_lite/tpmtest_globallock.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2011 The Chromium OS 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/tests/tpm_lite/tpmtest_redefine_unowned.c b/tests/tpm_lite/tpmtest_redefine_unowned.c index 45bcd933..f83d0e6c 100644 --- a/tests/tpm_lite/tpmtest_redefine_unowned.c +++ b/tests/tpm_lite/tpmtest_redefine_unowned.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010 The Chromium OS 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/tests/tpm_lite/tpmtest_spaceperm.c b/tests/tpm_lite/tpmtest_spaceperm.c index 70f2b992..766468b9 100644 --- a/tests/tpm_lite/tpmtest_spaceperm.c +++ b/tests/tpm_lite/tpmtest_spaceperm.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2011 The Chromium OS 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/tests/tpm_lite/tpmtest_testsetup.c b/tests/tpm_lite/tpmtest_testsetup.c index a6331d9d..e964f377 100644 --- a/tests/tpm_lite/tpmtest_testsetup.c +++ b/tests/tpm_lite/tpmtest_testsetup.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010 The Chromium OS 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/tests/tpm_lite/tpmtest_timing.c b/tests/tpm_lite/tpmtest_timing.c index b0217636..bf14a4f7 100644 --- a/tests/tpm_lite/tpmtest_timing.c +++ b/tests/tpm_lite/tpmtest_timing.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010 The Chromium OS 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/tests/tpm_lite/tpmtest_writelimit.c b/tests/tpm_lite/tpmtest_writelimit.c index 71562b06..13cdeeaa 100644 --- a/tests/tpm_lite/tpmtest_writelimit.c +++ b/tests/tpm_lite/tpmtest_writelimit.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2011 The Chromium OS 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/tests/vb20_api_kernel_tests.c b/tests/vb20_api_kernel_tests.c index 74aa4f4f..6d74e9bb 100644 --- a/tests/vb20_api_kernel_tests.c +++ b/tests/vb20_api_kernel_tests.c @@ -1,4 +1,4 @@ -/* Copyright 2015 The Chromium OS 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/tests/vb20_kernel_tests.c b/tests/vb20_kernel_tests.c index 6d685f64..29c79e81 100644 --- a/tests/vb20_kernel_tests.c +++ b/tests/vb20_kernel_tests.c @@ -1,4 +1,4 @@ -/* Copyright 2015 The Chromium OS 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/tests/vb20_rsa_padding_tests.c b/tests/vb20_rsa_padding_tests.c index 68c32a9a..29a17339 100644 --- a/tests/vb20_rsa_padding_tests.c +++ b/tests/vb20_rsa_padding_tests.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2011 The Chromium OS 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/tests/vb20_verify_fw.c b/tests/vb20_verify_fw.c index f732b8b2..8088b934 100644 --- a/tests/vb20_verify_fw.c +++ b/tests/vb20_verify_fw.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2011 The Chromium OS 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/tests/vb21_host_common2_tests.c b/tests/vb21_host_common2_tests.c index 61ba9866..7dba93af 100644 --- a/tests/vb21_host_common2_tests.c +++ b/tests/vb21_host_common2_tests.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2014 The Chromium OS 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/tests/vb21_host_common_tests.c b/tests/vb21_host_common_tests.c index 385a0c2c..440a066b 100644 --- a/tests/vb21_host_common_tests.c +++ b/tests/vb21_host_common_tests.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2014 The Chromium OS 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/tests/vb21_host_key_tests.c b/tests/vb21_host_key_tests.c index e0a11055..2a966f4d 100644 --- a/tests/vb21_host_key_tests.c +++ b/tests/vb21_host_key_tests.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2014 The Chromium OS 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/tests/vb21_host_misc_tests.c b/tests/vb21_host_misc_tests.c index dbf12e0c..45b8d1ed 100644 --- a/tests/vb21_host_misc_tests.c +++ b/tests/vb21_host_misc_tests.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2014 The Chromium OS 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/tests/vb21_host_sig_tests.c b/tests/vb21_host_sig_tests.c index 4a9abffa..cae2ceab 100644 --- a/tests/vb21_host_sig_tests.c +++ b/tests/vb21_host_sig_tests.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2014 The Chromium OS 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/tests/vb2_api_tests.c b/tests/vb2_api_tests.c index 2d0ffbf1..23078cf9 100644 --- a/tests/vb2_api_tests.c +++ b/tests/vb2_api_tests.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2014 The Chromium OS 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/tests/vb2_auxfw_sync_tests.c b/tests/vb2_auxfw_sync_tests.c index b9c869ab..65256c4c 100644 --- a/tests/vb2_auxfw_sync_tests.c +++ b/tests/vb2_auxfw_sync_tests.c @@ -1,4 +1,4 @@ -/* Copyright 2019 The Chromium OS 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/tests/vb2_common2_tests.c b/tests/vb2_common2_tests.c index 18398c11..355307d3 100644 --- a/tests/vb2_common2_tests.c +++ b/tests/vb2_common2_tests.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2014 The Chromium OS 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/tests/vb2_common3_tests.c b/tests/vb2_common3_tests.c index 8e7a20c6..1d4e2ae3 100644 --- a/tests/vb2_common3_tests.c +++ b/tests/vb2_common3_tests.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2014 The Chromium OS 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/tests/vb2_common_tests.c b/tests/vb2_common_tests.c index beb84610..82cde185 100644 --- a/tests/vb2_common_tests.c +++ b/tests/vb2_common_tests.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2014 The Chromium OS 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/tests/vb2_crypto_tests.c b/tests/vb2_crypto_tests.c index 6696feb2..7c9606a3 100644 --- a/tests/vb2_crypto_tests.c +++ b/tests/vb2_crypto_tests.c @@ -1,4 +1,4 @@ -/* Copyright 2020 The Chromium OS 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/tests/vb2_ec_sync_tests.c b/tests/vb2_ec_sync_tests.c index f317561a..96b96a49 100644 --- a/tests/vb2_ec_sync_tests.c +++ b/tests/vb2_ec_sync_tests.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 The Chromium OS 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/tests/vb2_firmware_tests.c b/tests/vb2_firmware_tests.c index 933f6085..b58331a1 100644 --- a/tests/vb2_firmware_tests.c +++ b/tests/vb2_firmware_tests.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2014 The Chromium OS 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/tests/vb2_gbb_init_tests.c b/tests/vb2_gbb_init_tests.c index 9a3989c0..8afc8f36 100644 --- a/tests/vb2_gbb_init_tests.c +++ b/tests/vb2_gbb_init_tests.c @@ -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/tests/vb2_gbb_tests.c b/tests/vb2_gbb_tests.c index 51ebcf6a..47268ec6 100644 --- a/tests/vb2_gbb_tests.c +++ b/tests/vb2_gbb_tests.c @@ -1,4 +1,4 @@ -/* Copyright 2019 The Chromium OS 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/tests/vb2_host_flashrom_tests.c b/tests/vb2_host_flashrom_tests.c index 7cebc5ed..926129f4 100644 --- a/tests/vb2_host_flashrom_tests.c +++ b/tests/vb2_host_flashrom_tests.c @@ -1,4 +1,4 @@ -/* Copyright 2020 The Chromium OS 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/tests/vb2_host_key_tests.c b/tests/vb2_host_key_tests.c index 9c6fe284..23c652e8 100644 --- a/tests/vb2_host_key_tests.c +++ b/tests/vb2_host_key_tests.c @@ -1,4 +1,4 @@ -/* Copyright 2019 The Chromium OS 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/tests/vb2_host_nvdata_flashrom_tests.c b/tests/vb2_host_nvdata_flashrom_tests.c index 719f1d19..80438a43 100644 --- a/tests/vb2_host_nvdata_flashrom_tests.c +++ b/tests/vb2_host_nvdata_flashrom_tests.c @@ -1,4 +1,4 @@ -/* Copyright 2020 The Chromium OS 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/tests/vb2_inject_kernel_subkey_tests.c b/tests/vb2_inject_kernel_subkey_tests.c index 72a65c67..cef26e18 100644 --- a/tests/vb2_inject_kernel_subkey_tests.c +++ b/tests/vb2_inject_kernel_subkey_tests.c @@ -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/tests/vb2_kernel_tests.c b/tests/vb2_kernel_tests.c index b82d6bf0..d74566b2 100644 --- a/tests/vb2_kernel_tests.c +++ b/tests/vb2_kernel_tests.c @@ -1,4 +1,4 @@ -/* Copyright 2020 The Chromium OS 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/tests/vb2_keyblock_fuzzer.c b/tests/vb2_keyblock_fuzzer.c index cd211c47..813f4edb 100644 --- a/tests/vb2_keyblock_fuzzer.c +++ b/tests/vb2_keyblock_fuzzer.c @@ -1,4 +1,4 @@ -// Copyright 2019 The Chromium OS 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/tests/vb2_load_kernel2_tests.c b/tests/vb2_load_kernel2_tests.c index 3ec392fa..d896ebd6 100644 --- a/tests/vb2_load_kernel2_tests.c +++ b/tests/vb2_load_kernel2_tests.c @@ -1,4 +1,4 @@ -/* Copyright 2021 The Chromium OS 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/tests/vb2_load_kernel_tests.c b/tests/vb2_load_kernel_tests.c index 932bc128..c9c64428 100644 --- a/tests/vb2_load_kernel_tests.c +++ b/tests/vb2_load_kernel_tests.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 The Chromium OS 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/tests/vb2_misc2_tests.c b/tests/vb2_misc2_tests.c index 403e2f6f..8ec52e2b 100644 --- a/tests/vb2_misc2_tests.c +++ b/tests/vb2_misc2_tests.c @@ -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/tests/vb2_misc_tests.c b/tests/vb2_misc_tests.c index 4add8d0d..0365f008 100644 --- a/tests/vb2_misc_tests.c +++ b/tests/vb2_misc_tests.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2014 The Chromium OS 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/tests/vb2_nvstorage_tests.c b/tests/vb2_nvstorage_tests.c index 8734f72f..e67486a0 100644 --- a/tests/vb2_nvstorage_tests.c +++ b/tests/vb2_nvstorage_tests.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2014 The Chromium OS 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/tests/vb2_preamble_fuzzer.c b/tests/vb2_preamble_fuzzer.c index 92c240e7..e678d388 100644 --- a/tests/vb2_preamble_fuzzer.c +++ b/tests/vb2_preamble_fuzzer.c @@ -1,4 +1,4 @@ -// Copyright 2019 The Chromium OS 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/tests/vb2_recovery_reasons_tests.c b/tests/vb2_recovery_reasons_tests.c index 8d05862b..5b463872 100644 --- a/tests/vb2_recovery_reasons_tests.c +++ b/tests/vb2_recovery_reasons_tests.c @@ -1,4 +1,4 @@ -/* Copyright 2020 The Chromium OS 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/tests/vb2_rsa_utility_tests.c b/tests/vb2_rsa_utility_tests.c index 057b4b09..6b4b65d9 100644 --- a/tests/vb2_rsa_utility_tests.c +++ b/tests/vb2_rsa_utility_tests.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2014 The Chromium OS 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/tests/vb2_secdata_firmware_tests.c b/tests/vb2_secdata_firmware_tests.c index 0520cc0f..bd924214 100644 --- a/tests/vb2_secdata_firmware_tests.c +++ b/tests/vb2_secdata_firmware_tests.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2014 The Chromium OS 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/tests/vb2_secdata_fwmp_tests.c b/tests/vb2_secdata_fwmp_tests.c index eabe671c..d9b0c2d4 100644 --- a/tests/vb2_secdata_fwmp_tests.c +++ b/tests/vb2_secdata_fwmp_tests.c @@ -1,4 +1,4 @@ -/* Copyright 2019 The Chromium OS 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/tests/vb2_secdata_kernel_tests.c b/tests/vb2_secdata_kernel_tests.c index a84e04e1..17051cca 100644 --- a/tests/vb2_secdata_kernel_tests.c +++ b/tests/vb2_secdata_kernel_tests.c @@ -1,4 +1,4 @@ -/* Copyright 2015 The Chromium OS 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/tests/vb2_sha256_x86_tests.c b/tests/vb2_sha256_x86_tests.c index 3269cc54..a428b8eb 100644 --- a/tests/vb2_sha256_x86_tests.c +++ b/tests/vb2_sha256_x86_tests.c @@ -1,4 +1,4 @@ -/* Copyright 2021 The Chromium OS 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/tests/vb2_sha_api_tests.c b/tests/vb2_sha_api_tests.c index be277b38..3cea56f0 100644 --- a/tests/vb2_sha_api_tests.c +++ b/tests/vb2_sha_api_tests.c @@ -1,4 +1,4 @@ -/* Copyright 2019 The Chromium OS 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/tests/vb2_sha_tests.c b/tests/vb2_sha_tests.c index 92213830..0e7550d6 100644 --- a/tests/vb2_sha_tests.c +++ b/tests/vb2_sha_tests.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2014 The Chromium OS 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/tests/verify_kernel.c b/tests/verify_kernel.c index 6bd2d41f..9e2a3182 100644 --- a/tests/verify_kernel.c +++ b/tests/verify_kernel.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2014 The Chromium OS 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. * -- cgit v1.2.1