aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@google.com>2023-10-20 16:06:05 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2023-10-20 16:06:05 +0000
commited3c4699fe322d890b3de0eb193105f942295457 (patch)
tree633a6dd111cef3f90e8bb6fe9c697ab1104844fd
parent127fc25f8ee5525c13a4dff353f43ec5ac5cacce (diff)
parent85d3e2fae3a8cda56bfd4a1ef0e456d35a477091 (diff)
downloadpuffin-ed3c4699fe322d890b3de0eb193105f942295457.tar.gz
Update license boilerplate text in source code files am: 85d3e2fae3
Original change: https://android-review.googlesource.com/c/platform/external/puffin/+/2794297 Change-Id: I907645b83f84b2a8dd0a2217a5bd508fcad74209 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-rw-r--r--BUILD.gn2
-rw-r--r--LICENSE2
-rw-r--r--Makefile2
-rwxr-xr-xscripts/measure_patch_size.py2
-rwxr-xr-xscripts/test_corpus.py2
-rw-r--r--src/bit_io_unittest.cc2
-rw-r--r--src/bit_reader.cc2
-rw-r--r--src/bit_reader.h2
-rw-r--r--src/bit_writer.cc2
-rw-r--r--src/bit_writer.h2
-rw-r--r--src/brotli_util.cc2
-rw-r--r--src/brotli_util_unittest.cc2
-rw-r--r--src/extent_stream.cc2
-rw-r--r--src/extent_stream.h2
-rw-r--r--src/file_stream.cc2
-rw-r--r--src/fuzzer_huff.cc2
-rw-r--r--src/fuzzer_puff.cc2
-rw-r--r--src/fuzzer_puffpatch.cc2
-rw-r--r--src/huffer.cc2
-rw-r--r--src/huffman_table.cc2
-rw-r--r--src/huffman_table.h2
-rw-r--r--src/include/puffin/brotli_util.h2
-rw-r--r--src/include/puffin/common.h2
-rw-r--r--src/include/puffin/file_stream.h2
-rw-r--r--src/include/puffin/huffer.h2
-rw-r--r--src/include/puffin/memory_stream.h2
-rw-r--r--src/include/puffin/puffdiff.h2
-rw-r--r--src/include/puffin/puffer.h2
-rw-r--r--src/include/puffin/puffpatch.h2
-rw-r--r--src/include/puffin/stream.h2
-rw-r--r--src/include/puffin/utils.h2
-rw-r--r--src/integration_test.cc2
-rw-r--r--src/logging.h2
-rw-r--r--src/main.cc2
-rw-r--r--src/memory_stream.cc2
-rw-r--r--src/patching_unittest.cc2
-rw-r--r--src/puff_data.h2
-rw-r--r--src/puff_io_unittest.cc2
-rw-r--r--src/puff_reader.cc2
-rw-r--r--src/puff_reader.h2
-rw-r--r--src/puff_writer.cc2
-rw-r--r--src/puff_writer.h2
-rw-r--r--src/puffdiff.cc2
-rw-r--r--src/puffer.cc2
-rw-r--r--src/puffin.proto2
-rw-r--r--src/puffin_stream.cc2
-rw-r--r--src/puffin_stream.h2
-rw-r--r--src/puffin_unittest.cc2
-rw-r--r--src/puffpatch.cc2
-rw-r--r--src/stream_unittest.cc2
-rw-r--r--src/testrunner.cc2
-rw-r--r--src/unittest_common.cc2
-rw-r--r--src/unittest_common.h2
-rw-r--r--src/utils.cc2
-rw-r--r--src/utils_unittest.cc2
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.