From 85d3e2fae3a8cda56bfd4a1ef0e456d35a477091 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Fri, 20 Oct 2023 00:10:08 -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: I7062f60cd2193374e1d1d9ae850c4996e238dd7a --- BUILD.gn | 2 +- LICENSE | 2 +- Makefile | 2 +- scripts/measure_patch_size.py | 2 +- scripts/test_corpus.py | 2 +- src/bit_io_unittest.cc | 2 +- src/bit_reader.cc | 2 +- src/bit_reader.h | 2 +- src/bit_writer.cc | 2 +- src/bit_writer.h | 2 +- src/brotli_util.cc | 2 +- src/brotli_util_unittest.cc | 2 +- src/extent_stream.cc | 2 +- src/extent_stream.h | 2 +- src/file_stream.cc | 2 +- src/fuzzer_huff.cc | 2 +- src/fuzzer_puff.cc | 2 +- src/fuzzer_puffpatch.cc | 2 +- src/huffer.cc | 2 +- src/huffman_table.cc | 2 +- src/huffman_table.h | 2 +- src/include/puffin/brotli_util.h | 2 +- src/include/puffin/common.h | 2 +- src/include/puffin/file_stream.h | 2 +- src/include/puffin/huffer.h | 2 +- src/include/puffin/memory_stream.h | 2 +- src/include/puffin/puffdiff.h | 2 +- src/include/puffin/puffer.h | 2 +- src/include/puffin/puffpatch.h | 2 +- src/include/puffin/stream.h | 2 +- src/include/puffin/utils.h | 2 +- src/integration_test.cc | 2 +- src/logging.h | 2 +- src/main.cc | 2 +- src/memory_stream.cc | 2 +- src/patching_unittest.cc | 2 +- src/puff_data.h | 2 +- src/puff_io_unittest.cc | 2 +- src/puff_reader.cc | 2 +- src/puff_reader.h | 2 +- src/puff_writer.cc | 2 +- src/puff_writer.h | 2 +- src/puffdiff.cc | 2 +- src/puffer.cc | 2 +- src/puffin.proto | 2 +- src/puffin_stream.cc | 2 +- src/puffin_stream.h | 2 +- src/puffin_unittest.cc | 2 +- src/puffpatch.cc | 2 +- src/stream_unittest.cc | 2 +- src/testrunner.cc | 2 +- src/unittest_common.cc | 2 +- src/unittest_common.h | 2 +- src/utils.cc | 2 +- src/utils_unittest.cc | 2 +- 55 files changed, 55 insertions(+), 55 deletions(-) diff --git a/BUILD.gn b/BUILD.gn index 460aa58..7d056bf 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -1,4 +1,4 @@ -# Copyright 2018 The Chromium OS 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/LICENSE b/LICENSE index 8bafca3..f6d41c6 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -// Copyright 2017 The Chromium OS Authors. All rights reserved. +// Copyright 2017 The ChromiumOS Authors // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/Makefile b/Makefile index 5caee34..4e1f538 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# Copyright 2017 The Chromium OS 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/scripts/measure_patch_size.py b/scripts/measure_patch_size.py index 252217b..4244040 100755 --- a/scripts/measure_patch_size.py +++ b/scripts/measure_patch_size.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Copyright 2018 The Chromium OS 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/scripts/test_corpus.py b/scripts/test_corpus.py index e62b680..6cff6c4 100755 --- a/scripts/test_corpus.py +++ b/scripts/test_corpus.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Copyright 2018 The Chromium OS 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/src/bit_io_unittest.cc b/src/bit_io_unittest.cc index de5f0a7..bc7e712 100644 --- a/src/bit_io_unittest.cc +++ b/src/bit_io_unittest.cc @@ -1,4 +1,4 @@ -// Copyright 2017 The Chromium OS 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/src/bit_reader.cc b/src/bit_reader.cc index 0ed68ef..0a1914a 100644 --- a/src/bit_reader.cc +++ b/src/bit_reader.cc @@ -1,4 +1,4 @@ -// Copyright 2017 The Chromium OS 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/src/bit_reader.h b/src/bit_reader.h index aa4a97f..cc6953f 100644 --- a/src/bit_reader.h +++ b/src/bit_reader.h @@ -1,4 +1,4 @@ -// Copyright 2017 The Chromium OS 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/src/bit_writer.cc b/src/bit_writer.cc index 66d46f2..f6171ca 100644 --- a/src/bit_writer.cc +++ b/src/bit_writer.cc @@ -1,4 +1,4 @@ -// Copyright 2017 The Chromium OS 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/src/bit_writer.h b/src/bit_writer.h index 9e9bdb9..f349d40 100644 --- a/src/bit_writer.h +++ b/src/bit_writer.h @@ -1,4 +1,4 @@ -// Copyright 2017 The Chromium OS 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/src/brotli_util.cc b/src/brotli_util.cc index 2de5578..ebe577e 100644 --- a/src/brotli_util.cc +++ b/src/brotli_util.cc @@ -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/src/brotli_util_unittest.cc b/src/brotli_util_unittest.cc index 4ce8763..1ef310c 100644 --- a/src/brotli_util_unittest.cc +++ b/src/brotli_util_unittest.cc @@ -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/src/extent_stream.cc b/src/extent_stream.cc index 3622125..5207b06 100644 --- a/src/extent_stream.cc +++ b/src/extent_stream.cc @@ -1,4 +1,4 @@ -// Copyright 2017 The Chromium OS 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/src/extent_stream.h b/src/extent_stream.h index 455f800..4f39dc5 100644 --- a/src/extent_stream.h +++ b/src/extent_stream.h @@ -1,4 +1,4 @@ -// Copyright 2017 The Chromium OS 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/src/file_stream.cc b/src/file_stream.cc index de03723..e296cea 100644 --- a/src/file_stream.cc +++ b/src/file_stream.cc @@ -1,4 +1,4 @@ -// Copyright 2017 The Chromium OS 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/src/fuzzer_huff.cc b/src/fuzzer_huff.cc index 4002aa0..a8d6451 100644 --- a/src/fuzzer_huff.cc +++ b/src/fuzzer_huff.cc @@ -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/src/fuzzer_puff.cc b/src/fuzzer_puff.cc index c4d26f6..7ac2537 100644 --- a/src/fuzzer_puff.cc +++ b/src/fuzzer_puff.cc @@ -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/src/fuzzer_puffpatch.cc b/src/fuzzer_puffpatch.cc index a27c3b9..525be69 100644 --- a/src/fuzzer_puffpatch.cc +++ b/src/fuzzer_puffpatch.cc @@ -1,4 +1,4 @@ -// Copyright 2018 The Chromium OS 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/src/huffer.cc b/src/huffer.cc index 6119205..b4b082c 100644 --- a/src/huffer.cc +++ b/src/huffer.cc @@ -1,4 +1,4 @@ -// Copyright 2017 The Chromium OS 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/src/huffman_table.cc b/src/huffman_table.cc index 3a12543..dcefad8 100644 --- a/src/huffman_table.cc +++ b/src/huffman_table.cc @@ -1,4 +1,4 @@ -// Copyright 2017 The Chromium OS 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/src/huffman_table.h b/src/huffman_table.h index e47f8cc..60975ca 100644 --- a/src/huffman_table.h +++ b/src/huffman_table.h @@ -1,4 +1,4 @@ -// Copyright 2017 The Chromium OS 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/src/include/puffin/brotli_util.h b/src/include/puffin/brotli_util.h index cee84ba..f8d5bdd 100644 --- a/src/include/puffin/brotli_util.h +++ b/src/include/puffin/brotli_util.h @@ -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/src/include/puffin/common.h b/src/include/puffin/common.h index 61e9eb2..97e0c07 100644 --- a/src/include/puffin/common.h +++ b/src/include/puffin/common.h @@ -1,4 +1,4 @@ -// Copyright 2017 The Chromium OS 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/src/include/puffin/file_stream.h b/src/include/puffin/file_stream.h index 626d7c6..34b4175 100644 --- a/src/include/puffin/file_stream.h +++ b/src/include/puffin/file_stream.h @@ -1,4 +1,4 @@ -// Copyright 2017 The Chromium OS 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/src/include/puffin/huffer.h b/src/include/puffin/huffer.h index 967b3e8..833bcc7 100644 --- a/src/include/puffin/huffer.h +++ b/src/include/puffin/huffer.h @@ -1,4 +1,4 @@ -// Copyright 2017 The Chromium OS 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/src/include/puffin/memory_stream.h b/src/include/puffin/memory_stream.h index a338e7f..5ff6d40 100644 --- a/src/include/puffin/memory_stream.h +++ b/src/include/puffin/memory_stream.h @@ -1,4 +1,4 @@ -// Copyright 2017 The Chromium OS 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/src/include/puffin/puffdiff.h b/src/include/puffin/puffdiff.h index ad8a106..a093ac7 100644 --- a/src/include/puffin/puffdiff.h +++ b/src/include/puffin/puffdiff.h @@ -1,4 +1,4 @@ -// Copyright 2017 The Chromium OS 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/src/include/puffin/puffer.h b/src/include/puffin/puffer.h index a472f87..84c7897 100644 --- a/src/include/puffin/puffer.h +++ b/src/include/puffin/puffer.h @@ -1,4 +1,4 @@ -// Copyright 2017 The Chromium OS 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/src/include/puffin/puffpatch.h b/src/include/puffin/puffpatch.h index 4eaa14b..86bb04d 100644 --- a/src/include/puffin/puffpatch.h +++ b/src/include/puffin/puffpatch.h @@ -1,4 +1,4 @@ -// Copyright 2017 The Chromium OS 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/src/include/puffin/stream.h b/src/include/puffin/stream.h index f480b59..50d623d 100644 --- a/src/include/puffin/stream.h +++ b/src/include/puffin/stream.h @@ -1,4 +1,4 @@ -// Copyright 2017 The Chromium OS 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/src/include/puffin/utils.h b/src/include/puffin/utils.h index e8a8f8e..5006e34 100644 --- a/src/include/puffin/utils.h +++ b/src/include/puffin/utils.h @@ -1,4 +1,4 @@ -// Copyright 2017 The Chromium OS 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/src/integration_test.cc b/src/integration_test.cc index 9e03768..cbe0fb7 100644 --- a/src/integration_test.cc +++ b/src/integration_test.cc @@ -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/src/logging.h b/src/logging.h index 8b80153..fa2c6f2 100644 --- a/src/logging.h +++ b/src/logging.h @@ -1,4 +1,4 @@ -// Copyright 2017 The Chromium OS 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/src/main.cc b/src/main.cc index 0c1bdf8..79ee1ca 100644 --- a/src/main.cc +++ b/src/main.cc @@ -1,4 +1,4 @@ -// Copyright 2017 The Chromium OS 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/src/memory_stream.cc b/src/memory_stream.cc index 8a2afdd..669ba06 100644 --- a/src/memory_stream.cc +++ b/src/memory_stream.cc @@ -1,4 +1,4 @@ -// Copyright 2017 The Chromium OS 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/src/patching_unittest.cc b/src/patching_unittest.cc index fec2ecc..6e69d79 100644 --- a/src/patching_unittest.cc +++ b/src/patching_unittest.cc @@ -1,4 +1,4 @@ -// Copyright 2017 The Chromium OS 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/src/puff_data.h b/src/puff_data.h index 2499050..24f86bd 100644 --- a/src/puff_data.h +++ b/src/puff_data.h @@ -1,4 +1,4 @@ -// Copyright 2017 The Chromium OS 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/src/puff_io_unittest.cc b/src/puff_io_unittest.cc index c1178cd..6dedb8f 100644 --- a/src/puff_io_unittest.cc +++ b/src/puff_io_unittest.cc @@ -1,4 +1,4 @@ -// Copyright 2017 The Chromium OS 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/src/puff_reader.cc b/src/puff_reader.cc index fcf68fd..397e5fb 100644 --- a/src/puff_reader.cc +++ b/src/puff_reader.cc @@ -1,4 +1,4 @@ -// Copyright 2017 The Chromium OS 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/src/puff_reader.h b/src/puff_reader.h index 40e6bfb..e9655c3 100644 --- a/src/puff_reader.h +++ b/src/puff_reader.h @@ -1,4 +1,4 @@ -// Copyright 2017 The Chromium OS 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/src/puff_writer.cc b/src/puff_writer.cc index e26c3be..30c7950 100644 --- a/src/puff_writer.cc +++ b/src/puff_writer.cc @@ -1,4 +1,4 @@ -// Copyright 2017 The Chromium OS 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/src/puff_writer.h b/src/puff_writer.h index 8556583..5bd6d33 100644 --- a/src/puff_writer.h +++ b/src/puff_writer.h @@ -1,4 +1,4 @@ -// Copyright 2017 The Chromium OS 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/src/puffdiff.cc b/src/puffdiff.cc index 2588379..f813c43 100644 --- a/src/puffdiff.cc +++ b/src/puffdiff.cc @@ -1,4 +1,4 @@ -// Copyright 2017 The Chromium OS 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/src/puffer.cc b/src/puffer.cc index f3a54f8..6d7b287 100644 --- a/src/puffer.cc +++ b/src/puffer.cc @@ -1,4 +1,4 @@ -// Copyright 2017 The Chromium OS 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/src/puffin.proto b/src/puffin.proto index 7ed5bc7..c4c4bcf 100644 --- a/src/puffin.proto +++ b/src/puffin.proto @@ -1,4 +1,4 @@ -// Copyright 2017 The Chromium OS 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/src/puffin_stream.cc b/src/puffin_stream.cc index 123f862..b48783e 100644 --- a/src/puffin_stream.cc +++ b/src/puffin_stream.cc @@ -1,4 +1,4 @@ -// Copyright 2017 The Chromium OS 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/src/puffin_stream.h b/src/puffin_stream.h index 4baf067..bb35314 100644 --- a/src/puffin_stream.h +++ b/src/puffin_stream.h @@ -1,4 +1,4 @@ -// Copyright 2017 The Chromium OS 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/src/puffin_unittest.cc b/src/puffin_unittest.cc index 3ac0173..bd5cb79 100644 --- a/src/puffin_unittest.cc +++ b/src/puffin_unittest.cc @@ -1,4 +1,4 @@ -// Copyright 2017 The Chromium OS 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/src/puffpatch.cc b/src/puffpatch.cc index e9e4a32..d41ecd1 100644 --- a/src/puffpatch.cc +++ b/src/puffpatch.cc @@ -1,4 +1,4 @@ -// Copyright 2017 The Chromium OS 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/src/stream_unittest.cc b/src/stream_unittest.cc index ef3503d..279ca8e 100644 --- a/src/stream_unittest.cc +++ b/src/stream_unittest.cc @@ -1,4 +1,4 @@ -// Copyright 2017 The Chromium OS 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/src/testrunner.cc b/src/testrunner.cc index 1fba743..d598c15 100644 --- a/src/testrunner.cc +++ b/src/testrunner.cc @@ -1,4 +1,4 @@ -// Copyright 2017 The Chromium OS 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/src/unittest_common.cc b/src/unittest_common.cc index ac050dd..cb37ee9 100644 --- a/src/unittest_common.cc +++ b/src/unittest_common.cc @@ -1,4 +1,4 @@ -// Copyright 2018 The Chromium OS 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/src/unittest_common.h b/src/unittest_common.h index 8727986..d059ca5 100644 --- a/src/unittest_common.h +++ b/src/unittest_common.h @@ -1,4 +1,4 @@ -// Copyright 2017 The Chromium OS 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/src/utils.cc b/src/utils.cc index 23d8479..fd1feab 100644 --- a/src/utils.cc +++ b/src/utils.cc @@ -1,4 +1,4 @@ -// Copyright 2017 The Chromium OS 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/src/utils_unittest.cc b/src/utils_unittest.cc index 7876c53..73be63d 100644 --- a/src/utils_unittest.cc +++ b/src/utils_unittest.cc @@ -1,4 +1,4 @@ -// Copyright 2017 The Chromium OS 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. -- cgit v1.2.3