Update copyright headers in third_party/ipcz

The Chromium repo contains the authoritative version of ipcz.

The methodology used to generate this CL is documented in
https://crbug.com/1098010#c95.

No-Try: true
Bug: 1098010
Change-Id: I8ebe01cac75d63d88013f7b036a07bbf3a1f011d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3918735
Reviewed-by: Mark Mentovai <mark@chromium.org>
Owners-Override: Avi Drissman <avi@chromium.org>
Commit-Queue: Mark Mentovai <mark@chromium.org>
Auto-Submit: Avi Drissman <avi@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1051357}
NOKEYCHECK=True
GitOrigin-RevId: 69c1e905d45c4483cad5f70825796d9090d55214
diff --git a/BUILD.gn b/BUILD.gn
index 00ee982..fc14e13 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1,4 +1,4 @@
-# Copyright 2022 The Chromium Authors. All rights reserved.
+# Copyright 2022 The Chromium 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 794df6b..57c22a5 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/build_overrides/build.gni b/build_overrides/build.gni
index c406776..be40719 100644
--- a/build_overrides/build.gni
+++ b/build_overrides/build.gni
@@ -1,4 +1,4 @@
-# Copyright 2022 The Chromium Authors. All rights reserved.
+# Copyright 2022 The Chromium 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_overrides/gtest.gni b/build_overrides/gtest.gni
index 5c2ab79..e0d128f 100644
--- a/build_overrides/gtest.gni
+++ b/build_overrides/gtest.gni
@@ -1,4 +1,4 @@
-# Copyright 2022 The Chromium Authors. All rights reserved.
+# Copyright 2022 The Chromium 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_overrides/ipcz.gni b/build_overrides/ipcz.gni
index 3c630c5..c4055c3 100644
--- a/build_overrides/ipcz.gni
+++ b/build_overrides/ipcz.gni
@@ -1,4 +1,4 @@
-# Copyright 2022 The Chromium Authors. All rights reserved.
+# Copyright 2022 The Chromium Authors
 # Use of this source code is governed by a BSD-style license that can be
 # found in the LICENSE file.
 
diff --git a/include/ipcz/ipcz.h b/include/ipcz/ipcz.h
index 32e3bbe..4c4f6f2 100644
--- a/include/ipcz/ipcz.h
+++ b/include/ipcz/ipcz.h
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/BUILD.gn b/src/BUILD.gn
index 327fffc..1d699b0 100644
--- a/src/BUILD.gn
+++ b/src/BUILD.gn
@@ -1,4 +1,4 @@
-# Copyright 2022 The Chromium Authors. All rights reserved.
+# Copyright 2022 The Chromium 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/api.cc b/src/api.cc
index 232850b..74cf5b1 100644
--- a/src/api.cc
+++ b/src/api.cc
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/api.h b/src/api.h
index 6a6bee2..3a02c43 100644
--- a/src/api.h
+++ b/src/api.h
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/api_test.cc b/src/api_test.cc
index 80ac347..88275cf 100644
--- a/src/api_test.cc
+++ b/src/api_test.cc
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/box_test.cc b/src/box_test.cc
index e7eb707..726081e 100644
--- a/src/box_test.cc
+++ b/src/box_test.cc
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/connect_test.cc b/src/connect_test.cc
index 80dd073..1fb3eb0 100644
--- a/src/connect_test.cc
+++ b/src/connect_test.cc
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/ipcz/api_object.cc b/src/ipcz/api_object.cc
index 08b0474..0a6784b 100644
--- a/src/ipcz/api_object.cc
+++ b/src/ipcz/api_object.cc
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/ipcz/api_object.h b/src/ipcz/api_object.h
index 987f4c5..0477ccd 100644
--- a/src/ipcz/api_object.h
+++ b/src/ipcz/api_object.h
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/ipcz/atomic_queue_state.cc b/src/ipcz/atomic_queue_state.cc
index ee4a947..d2f2dc9 100644
--- a/src/ipcz/atomic_queue_state.cc
+++ b/src/ipcz/atomic_queue_state.cc
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/ipcz/atomic_queue_state.h b/src/ipcz/atomic_queue_state.h
index 5f78282..bb7401f 100644
--- a/src/ipcz/atomic_queue_state.h
+++ b/src/ipcz/atomic_queue_state.h
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/ipcz/block_allocator.cc b/src/ipcz/block_allocator.cc
index 8b0cdb5..a826bd7 100644
--- a/src/ipcz/block_allocator.cc
+++ b/src/ipcz/block_allocator.cc
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/ipcz/block_allocator.h b/src/ipcz/block_allocator.h
index 8f6781b..ff9b293 100644
--- a/src/ipcz/block_allocator.h
+++ b/src/ipcz/block_allocator.h
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/ipcz/block_allocator_pool.cc b/src/ipcz/block_allocator_pool.cc
index 8e32b54..bd464f8 100644
--- a/src/ipcz/block_allocator_pool.cc
+++ b/src/ipcz/block_allocator_pool.cc
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/ipcz/block_allocator_pool.h b/src/ipcz/block_allocator_pool.h
index bbaed15..103e294 100644
--- a/src/ipcz/block_allocator_pool.h
+++ b/src/ipcz/block_allocator_pool.h
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/ipcz/block_allocator_test.cc b/src/ipcz/block_allocator_test.cc
index 0132793..dcd339d 100644
--- a/src/ipcz/block_allocator_test.cc
+++ b/src/ipcz/block_allocator_test.cc
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/ipcz/box.cc b/src/ipcz/box.cc
index ca4d19e..f6e2285 100644
--- a/src/ipcz/box.cc
+++ b/src/ipcz/box.cc
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/ipcz/box.h b/src/ipcz/box.h
index a861405..9a13d17 100644
--- a/src/ipcz/box.h
+++ b/src/ipcz/box.h
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/ipcz/buffer_id.h b/src/ipcz/buffer_id.h
index 763a436..9963505 100644
--- a/src/ipcz/buffer_id.h
+++ b/src/ipcz/buffer_id.h
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/ipcz/buffer_pool.cc b/src/ipcz/buffer_pool.cc
index 945e33e..6881346 100644
--- a/src/ipcz/buffer_pool.cc
+++ b/src/ipcz/buffer_pool.cc
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/ipcz/buffer_pool.h b/src/ipcz/buffer_pool.h
index 4244375..9a73aef 100644
--- a/src/ipcz/buffer_pool.h
+++ b/src/ipcz/buffer_pool.h
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/ipcz/buffer_pool_test.cc b/src/ipcz/buffer_pool_test.cc
index 428b61c..a009ffe 100644
--- a/src/ipcz/buffer_pool_test.cc
+++ b/src/ipcz/buffer_pool_test.cc
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/ipcz/driver_memory.cc b/src/ipcz/driver_memory.cc
index bc28fcd..6dcf5c4 100644
--- a/src/ipcz/driver_memory.cc
+++ b/src/ipcz/driver_memory.cc
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/ipcz/driver_memory.h b/src/ipcz/driver_memory.h
index 3545418..2a55699 100644
--- a/src/ipcz/driver_memory.h
+++ b/src/ipcz/driver_memory.h
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/ipcz/driver_memory_mapping.cc b/src/ipcz/driver_memory_mapping.cc
index d2c04f1..9d0b8c0 100644
--- a/src/ipcz/driver_memory_mapping.cc
+++ b/src/ipcz/driver_memory_mapping.cc
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/ipcz/driver_memory_mapping.h b/src/ipcz/driver_memory_mapping.h
index 525f350..9465187 100644
--- a/src/ipcz/driver_memory_mapping.h
+++ b/src/ipcz/driver_memory_mapping.h
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/ipcz/driver_memory_test.cc b/src/ipcz/driver_memory_test.cc
index bd6ab46..cb16efe 100644
--- a/src/ipcz/driver_memory_test.cc
+++ b/src/ipcz/driver_memory_test.cc
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/ipcz/driver_object.cc b/src/ipcz/driver_object.cc
index 5f429c7..967b3b4 100644
--- a/src/ipcz/driver_object.cc
+++ b/src/ipcz/driver_object.cc
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/ipcz/driver_object.h b/src/ipcz/driver_object.h
index 2a5ecac..44b0c68 100644
--- a/src/ipcz/driver_object.h
+++ b/src/ipcz/driver_object.h
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/ipcz/driver_object_test.cc b/src/ipcz/driver_object_test.cc
index 35a7279..78ce1da 100644
--- a/src/ipcz/driver_object_test.cc
+++ b/src/ipcz/driver_object_test.cc
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/ipcz/driver_transport.cc b/src/ipcz/driver_transport.cc
index f78971c..0103284 100644
--- a/src/ipcz/driver_transport.cc
+++ b/src/ipcz/driver_transport.cc
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/ipcz/driver_transport.h b/src/ipcz/driver_transport.h
index a9f79f5..e95bfff 100644
--- a/src/ipcz/driver_transport.h
+++ b/src/ipcz/driver_transport.h
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/ipcz/driver_transport_test.cc b/src/ipcz/driver_transport_test.cc
index 0af6371..e64dab3 100644
--- a/src/ipcz/driver_transport_test.cc
+++ b/src/ipcz/driver_transport_test.cc
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/ipcz/fragment.cc b/src/ipcz/fragment.cc
index 2cb2e87..651d1c2 100644
--- a/src/ipcz/fragment.cc
+++ b/src/ipcz/fragment.cc
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/ipcz/fragment.h b/src/ipcz/fragment.h
index e1a87d2..c0151fd 100644
--- a/src/ipcz/fragment.h
+++ b/src/ipcz/fragment.h
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/ipcz/fragment_descriptor.cc b/src/ipcz/fragment_descriptor.cc
index 1e65f28..6ef132c 100644
--- a/src/ipcz/fragment_descriptor.cc
+++ b/src/ipcz/fragment_descriptor.cc
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/ipcz/fragment_descriptor.h b/src/ipcz/fragment_descriptor.h
index 578acca..b247215 100644
--- a/src/ipcz/fragment_descriptor.h
+++ b/src/ipcz/fragment_descriptor.h
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/ipcz/fragment_ref.cc b/src/ipcz/fragment_ref.cc
index b294e1c..30ea949 100644
--- a/src/ipcz/fragment_ref.cc
+++ b/src/ipcz/fragment_ref.cc
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/ipcz/fragment_ref.h b/src/ipcz/fragment_ref.h
index e54135b..6f6ef49 100644
--- a/src/ipcz/fragment_ref.h
+++ b/src/ipcz/fragment_ref.h
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/ipcz/handle_type.h b/src/ipcz/handle_type.h
index df08a27..26a15f1 100644
--- a/src/ipcz/handle_type.h
+++ b/src/ipcz/handle_type.h
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/ipcz/link_side.cc b/src/ipcz/link_side.cc
index d6bb183..40f029e 100644
--- a/src/ipcz/link_side.cc
+++ b/src/ipcz/link_side.cc
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/ipcz/link_side.h b/src/ipcz/link_side.h
index 7032e9a..5d95a19 100644
--- a/src/ipcz/link_side.h
+++ b/src/ipcz/link_side.h
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/ipcz/link_type.cc b/src/ipcz/link_type.cc
index d69a451..c98306c 100644
--- a/src/ipcz/link_type.cc
+++ b/src/ipcz/link_type.cc
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/ipcz/link_type.h b/src/ipcz/link_type.h
index 28b52c5..1c4eacc 100644
--- a/src/ipcz/link_type.h
+++ b/src/ipcz/link_type.h
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/ipcz/local_router_link.cc b/src/ipcz/local_router_link.cc
index fe89eca..e2c983c 100644
--- a/src/ipcz/local_router_link.cc
+++ b/src/ipcz/local_router_link.cc
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/ipcz/local_router_link.h b/src/ipcz/local_router_link.h
index bf23ed4..df71443 100644
--- a/src/ipcz/local_router_link.h
+++ b/src/ipcz/local_router_link.h
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/ipcz/message.cc b/src/ipcz/message.cc
index 1b686ed..fea6a45 100644
--- a/src/ipcz/message.cc
+++ b/src/ipcz/message.cc
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/ipcz/message.h b/src/ipcz/message.h
index 180f207..879afcd 100644
--- a/src/ipcz/message.h
+++ b/src/ipcz/message.h
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/ipcz/message_macros/message_declaration_macros.h b/src/ipcz/message_macros/message_declaration_macros.h
index ecfc724..89b5e68 100644
--- a/src/ipcz/message_macros/message_declaration_macros.h
+++ b/src/ipcz/message_macros/message_declaration_macros.h
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/ipcz/message_macros/message_definition_macros.h b/src/ipcz/message_macros/message_definition_macros.h
index a373ca6..f4149ae 100644
--- a/src/ipcz/message_macros/message_definition_macros.h
+++ b/src/ipcz/message_macros/message_definition_macros.h
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/ipcz/message_macros/message_listener_declaration_macros.h b/src/ipcz/message_macros/message_listener_declaration_macros.h
index 05e00a1..a60eada 100644
--- a/src/ipcz/message_macros/message_listener_declaration_macros.h
+++ b/src/ipcz/message_macros/message_listener_declaration_macros.h
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/ipcz/message_macros/message_listener_definition_macros.h b/src/ipcz/message_macros/message_listener_definition_macros.h
index 1525d24..72b31e4 100644
--- a/src/ipcz/message_macros/message_listener_definition_macros.h
+++ b/src/ipcz/message_macros/message_listener_definition_macros.h
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/ipcz/message_macros/message_listener_dispatch_macros.h b/src/ipcz/message_macros/message_listener_dispatch_macros.h
index 719944b..5e87384 100644
--- a/src/ipcz/message_macros/message_listener_dispatch_macros.h
+++ b/src/ipcz/message_macros/message_listener_dispatch_macros.h
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/ipcz/message_macros/message_params_declaration_macros.h b/src/ipcz/message_macros/message_params_declaration_macros.h
index b50ed1e..aea9cd5 100644
--- a/src/ipcz/message_macros/message_params_declaration_macros.h
+++ b/src/ipcz/message_macros/message_params_declaration_macros.h
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/ipcz/message_macros/message_params_definition_macros.h b/src/ipcz/message_macros/message_params_definition_macros.h
index b4bfa11..04789ed 100644
--- a/src/ipcz/message_macros/message_params_definition_macros.h
+++ b/src/ipcz/message_macros/message_params_definition_macros.h
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/ipcz/message_macros/undef_message_macros.h b/src/ipcz/message_macros/undef_message_macros.h
index bc07bf5..a5b2604 100644
--- a/src/ipcz/message_macros/undef_message_macros.h
+++ b/src/ipcz/message_macros/undef_message_macros.h
@@ -1,9 +1,9 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium Authors
 // Use of this source code is governed by a BSD-style license that can be
 // found in the LICENSE file.
 
 // no-include-guard-because-multiply-included
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/ipcz/message_test.cc b/src/ipcz/message_test.cc
index 9b21738..ee85d11 100644
--- a/src/ipcz/message_test.cc
+++ b/src/ipcz/message_test.cc
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/ipcz/monitored_atomic.h b/src/ipcz/monitored_atomic.h
index 11a268f..b8ec5c4 100644
--- a/src/ipcz/monitored_atomic.h
+++ b/src/ipcz/monitored_atomic.h
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/ipcz/node.cc b/src/ipcz/node.cc
index 19e584a..7f39ef4 100644
--- a/src/ipcz/node.cc
+++ b/src/ipcz/node.cc
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/ipcz/node.h b/src/ipcz/node.h
index 14bea6c..e79704f 100644
--- a/src/ipcz/node.h
+++ b/src/ipcz/node.h
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/ipcz/node_connector.cc b/src/ipcz/node_connector.cc
index fc44b57..a9f4bb3 100644
--- a/src/ipcz/node_connector.cc
+++ b/src/ipcz/node_connector.cc
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/ipcz/node_connector.h b/src/ipcz/node_connector.h
index d137943..260ee30 100644
--- a/src/ipcz/node_connector.h
+++ b/src/ipcz/node_connector.h
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/ipcz/node_connector_test.cc b/src/ipcz/node_connector_test.cc
index 7bd3fe7..1d822d6 100644
--- a/src/ipcz/node_connector_test.cc
+++ b/src/ipcz/node_connector_test.cc
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/ipcz/node_link.cc b/src/ipcz/node_link.cc
index 69cc3ee..4a46839 100644
--- a/src/ipcz/node_link.cc
+++ b/src/ipcz/node_link.cc
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/ipcz/node_link.h b/src/ipcz/node_link.h
index c1ecee1..3bb7ee5 100644
--- a/src/ipcz/node_link.h
+++ b/src/ipcz/node_link.h
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/ipcz/node_link_memory.cc b/src/ipcz/node_link_memory.cc
index 639613e..0cfadfa 100644
--- a/src/ipcz/node_link_memory.cc
+++ b/src/ipcz/node_link_memory.cc
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/ipcz/node_link_memory.h b/src/ipcz/node_link_memory.h
index 88a1c39..1eb43cb 100644
--- a/src/ipcz/node_link_memory.h
+++ b/src/ipcz/node_link_memory.h
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/ipcz/node_link_memory_test.cc b/src/ipcz/node_link_memory_test.cc
index 8127dca..c21a479 100644
--- a/src/ipcz/node_link_memory_test.cc
+++ b/src/ipcz/node_link_memory_test.cc
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/ipcz/node_link_test.cc b/src/ipcz/node_link_test.cc
index 26f6c6b..99f7619 100644
--- a/src/ipcz/node_link_test.cc
+++ b/src/ipcz/node_link_test.cc
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/ipcz/node_messages.cc b/src/ipcz/node_messages.cc
index 5396bb4..9941643 100644
--- a/src/ipcz/node_messages.cc
+++ b/src/ipcz/node_messages.cc
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/ipcz/node_messages.h b/src/ipcz/node_messages.h
index ed92d7a..d27cff4 100644
--- a/src/ipcz/node_messages.h
+++ b/src/ipcz/node_messages.h
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/ipcz/node_messages_generator.h b/src/ipcz/node_messages_generator.h
index 99749d6..d35d404 100644
--- a/src/ipcz/node_messages_generator.h
+++ b/src/ipcz/node_messages_generator.h
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/ipcz/node_name.cc b/src/ipcz/node_name.cc
index d89aff3..f7aedb3 100644
--- a/src/ipcz/node_name.cc
+++ b/src/ipcz/node_name.cc
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/ipcz/node_name.h b/src/ipcz/node_name.h
index 0b9fda9..d2bd6ac 100644
--- a/src/ipcz/node_name.h
+++ b/src/ipcz/node_name.h
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/ipcz/node_test.cc b/src/ipcz/node_test.cc
index eae23ac..08ec83d 100644
--- a/src/ipcz/node_test.cc
+++ b/src/ipcz/node_test.cc
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/ipcz/parcel.cc b/src/ipcz/parcel.cc
index dc716a1..fa8ed8e 100644
--- a/src/ipcz/parcel.cc
+++ b/src/ipcz/parcel.cc
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/ipcz/parcel.h b/src/ipcz/parcel.h
index 3833d6e..20fe1ec 100644
--- a/src/ipcz/parcel.h
+++ b/src/ipcz/parcel.h
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/ipcz/parcel_queue.cc b/src/ipcz/parcel_queue.cc
index 746861a..3f8b087 100644
--- a/src/ipcz/parcel_queue.cc
+++ b/src/ipcz/parcel_queue.cc
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/ipcz/parcel_queue.h b/src/ipcz/parcel_queue.h
index c531978..d4a2671 100644
--- a/src/ipcz/parcel_queue.h
+++ b/src/ipcz/parcel_queue.h
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/ipcz/parcel_queue_test.cc b/src/ipcz/parcel_queue_test.cc
index 3f65e93..5c56510 100644
--- a/src/ipcz/parcel_queue_test.cc
+++ b/src/ipcz/parcel_queue_test.cc
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/ipcz/portal.cc b/src/ipcz/portal.cc
index c2efd9c..babfcd5 100644
--- a/src/ipcz/portal.cc
+++ b/src/ipcz/portal.cc
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/ipcz/portal.h b/src/ipcz/portal.h
index c7b517a..e646cad 100644
--- a/src/ipcz/portal.h
+++ b/src/ipcz/portal.h
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/ipcz/ref_counted_fragment.cc b/src/ipcz/ref_counted_fragment.cc
index cd4a2af..fa17e5d 100644
--- a/src/ipcz/ref_counted_fragment.cc
+++ b/src/ipcz/ref_counted_fragment.cc
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/ipcz/ref_counted_fragment.h b/src/ipcz/ref_counted_fragment.h
index 09c01f3..7238deb 100644
--- a/src/ipcz/ref_counted_fragment.h
+++ b/src/ipcz/ref_counted_fragment.h
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/ipcz/ref_counted_fragment_test.cc b/src/ipcz/ref_counted_fragment_test.cc
index ed33e61..d5a2243 100644
--- a/src/ipcz/ref_counted_fragment_test.cc
+++ b/src/ipcz/ref_counted_fragment_test.cc
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/ipcz/remote_router_link.cc b/src/ipcz/remote_router_link.cc
index d52abeb..69a8550 100644
--- a/src/ipcz/remote_router_link.cc
+++ b/src/ipcz/remote_router_link.cc
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/ipcz/remote_router_link.h b/src/ipcz/remote_router_link.h
index 7982ec4..a5988d2 100644
--- a/src/ipcz/remote_router_link.h
+++ b/src/ipcz/remote_router_link.h
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/ipcz/route_edge.cc b/src/ipcz/route_edge.cc
index 5b6a371..836d65c 100644
--- a/src/ipcz/route_edge.cc
+++ b/src/ipcz/route_edge.cc
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/ipcz/route_edge.h b/src/ipcz/route_edge.h
index 372ad2c..278d11b 100644
--- a/src/ipcz/route_edge.h
+++ b/src/ipcz/route_edge.h
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/ipcz/route_edge_test.cc b/src/ipcz/route_edge_test.cc
index 8d84a24..39a9469 100644
--- a/src/ipcz/route_edge_test.cc
+++ b/src/ipcz/route_edge_test.cc
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/ipcz/router.cc b/src/ipcz/router.cc
index a23a935..20d644b 100644
--- a/src/ipcz/router.cc
+++ b/src/ipcz/router.cc
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/ipcz/router.h b/src/ipcz/router.h
index d71ede2..aa92509 100644
--- a/src/ipcz/router.h
+++ b/src/ipcz/router.h
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/ipcz/router_descriptor.cc b/src/ipcz/router_descriptor.cc
index 3e0676a..4dbfbe3 100644
--- a/src/ipcz/router_descriptor.cc
+++ b/src/ipcz/router_descriptor.cc
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/ipcz/router_descriptor.h b/src/ipcz/router_descriptor.h
index 75ff93e..77f3592 100644
--- a/src/ipcz/router_descriptor.h
+++ b/src/ipcz/router_descriptor.h
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/ipcz/router_link.h b/src/ipcz/router_link.h
index 0889eba..97a55ed 100644
--- a/src/ipcz/router_link.h
+++ b/src/ipcz/router_link.h
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/ipcz/router_link_state.cc b/src/ipcz/router_link_state.cc
index cf5223f..441b6d4 100644
--- a/src/ipcz/router_link_state.cc
+++ b/src/ipcz/router_link_state.cc
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/ipcz/router_link_state.h b/src/ipcz/router_link_state.h
index 1154b91..b633688 100644
--- a/src/ipcz/router_link_state.h
+++ b/src/ipcz/router_link_state.h
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/ipcz/router_link_test.cc b/src/ipcz/router_link_test.cc
index a90dffe..4e78789 100644
--- a/src/ipcz/router_link_test.cc
+++ b/src/ipcz/router_link_test.cc
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/ipcz/sequence_number.h b/src/ipcz/sequence_number.h
index 7400faf..189049c 100644
--- a/src/ipcz/sequence_number.h
+++ b/src/ipcz/sequence_number.h
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/ipcz/sequenced_queue.h b/src/ipcz/sequenced_queue.h
index b1d3189..860e088 100644
--- a/src/ipcz/sequenced_queue.h
+++ b/src/ipcz/sequenced_queue.h
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/ipcz/sequenced_queue_test.cc b/src/ipcz/sequenced_queue_test.cc
index 8c966ea..2b5113e 100644
--- a/src/ipcz/sequenced_queue_test.cc
+++ b/src/ipcz/sequenced_queue_test.cc
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/ipcz/sublink_id.h b/src/ipcz/sublink_id.h
index 5b9158e..c5a6587 100644
--- a/src/ipcz/sublink_id.h
+++ b/src/ipcz/sublink_id.h
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/ipcz/test_messages.cc b/src/ipcz/test_messages.cc
index 12c4f36..6bd43e7 100644
--- a/src/ipcz/test_messages.cc
+++ b/src/ipcz/test_messages.cc
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/ipcz/test_messages.h b/src/ipcz/test_messages.h
index 88e7ce8..fbbbd34 100644
--- a/src/ipcz/test_messages.h
+++ b/src/ipcz/test_messages.h
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/ipcz/test_messages_generator.h b/src/ipcz/test_messages_generator.h
index 5f33a18..63420da 100644
--- a/src/ipcz/test_messages_generator.h
+++ b/src/ipcz/test_messages_generator.h
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/ipcz/trap_event_dispatcher.cc b/src/ipcz/trap_event_dispatcher.cc
index d47aaa5..aa08b95 100644
--- a/src/ipcz/trap_event_dispatcher.cc
+++ b/src/ipcz/trap_event_dispatcher.cc
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/ipcz/trap_event_dispatcher.h b/src/ipcz/trap_event_dispatcher.h
index 44d312c..60029c2 100644
--- a/src/ipcz/trap_event_dispatcher.h
+++ b/src/ipcz/trap_event_dispatcher.h
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/ipcz/trap_set.cc b/src/ipcz/trap_set.cc
index 3a8d0b2..253d070 100644
--- a/src/ipcz/trap_set.cc
+++ b/src/ipcz/trap_set.cc
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/ipcz/trap_set.h b/src/ipcz/trap_set.h
index 604eae2..3af196b 100644
--- a/src/ipcz/trap_set.h
+++ b/src/ipcz/trap_set.h
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/merge_portals_test.cc b/src/merge_portals_test.cc
index 306605b..50f849d 100644
--- a/src/merge_portals_test.cc
+++ b/src/merge_portals_test.cc
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/queueing_test.cc b/src/queueing_test.cc
index 1f628e0..96fe472 100644
--- a/src/queueing_test.cc
+++ b/src/queueing_test.cc
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/reference_drivers/async_reference_driver.cc b/src/reference_drivers/async_reference_driver.cc
index 100e6a9..c3b3360 100644
--- a/src/reference_drivers/async_reference_driver.cc
+++ b/src/reference_drivers/async_reference_driver.cc
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/reference_drivers/async_reference_driver.h b/src/reference_drivers/async_reference_driver.h
index 2371be1..1f8fd61 100644
--- a/src/reference_drivers/async_reference_driver.h
+++ b/src/reference_drivers/async_reference_driver.h
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/reference_drivers/file_descriptor.cc b/src/reference_drivers/file_descriptor.cc
index b00f44a..e73f4be 100644
--- a/src/reference_drivers/file_descriptor.cc
+++ b/src/reference_drivers/file_descriptor.cc
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/reference_drivers/file_descriptor.h b/src/reference_drivers/file_descriptor.h
index 6e2233e..e92afbe 100644
--- a/src/reference_drivers/file_descriptor.h
+++ b/src/reference_drivers/file_descriptor.h
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/reference_drivers/handle_eintr.h b/src/reference_drivers/handle_eintr.h
index 927e9bd..db4c4a8 100644
--- a/src/reference_drivers/handle_eintr.h
+++ b/src/reference_drivers/handle_eintr.h
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/reference_drivers/memfd_memory.cc b/src/reference_drivers/memfd_memory.cc
index c5e839b..fadf967 100644
--- a/src/reference_drivers/memfd_memory.cc
+++ b/src/reference_drivers/memfd_memory.cc
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/reference_drivers/memfd_memory.h b/src/reference_drivers/memfd_memory.h
index b989106..07f7b6a 100644
--- a/src/reference_drivers/memfd_memory.h
+++ b/src/reference_drivers/memfd_memory.h
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/reference_drivers/memfd_memory_test.cc b/src/reference_drivers/memfd_memory_test.cc
index 67d5d10..89d3dfb 100644
--- a/src/reference_drivers/memfd_memory_test.cc
+++ b/src/reference_drivers/memfd_memory_test.cc
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/reference_drivers/multiprocess_reference_driver.cc b/src/reference_drivers/multiprocess_reference_driver.cc
index 0d67802..445affe 100644
--- a/src/reference_drivers/multiprocess_reference_driver.cc
+++ b/src/reference_drivers/multiprocess_reference_driver.cc
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/reference_drivers/multiprocess_reference_driver.h b/src/reference_drivers/multiprocess_reference_driver.h
index 2aa2c18..ebe564a 100644
--- a/src/reference_drivers/multiprocess_reference_driver.h
+++ b/src/reference_drivers/multiprocess_reference_driver.h
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/reference_drivers/multiprocess_reference_driver_test.cc b/src/reference_drivers/multiprocess_reference_driver_test.cc
index aa966ba..94f960f 100644
--- a/src/reference_drivers/multiprocess_reference_driver_test.cc
+++ b/src/reference_drivers/multiprocess_reference_driver_test.cc
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/reference_drivers/object.cc b/src/reference_drivers/object.cc
index 5028d07..005924b 100644
--- a/src/reference_drivers/object.cc
+++ b/src/reference_drivers/object.cc
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/reference_drivers/object.h b/src/reference_drivers/object.h
index 58bc368..e562d2b 100644
--- a/src/reference_drivers/object.h
+++ b/src/reference_drivers/object.h
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/reference_drivers/random.cc b/src/reference_drivers/random.cc
index 9131225..83c0e6f 100644
--- a/src/reference_drivers/random.cc
+++ b/src/reference_drivers/random.cc
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/reference_drivers/random.h b/src/reference_drivers/random.h
index 28596ba..aee39e3 100644
--- a/src/reference_drivers/random.h
+++ b/src/reference_drivers/random.h
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/reference_drivers/single_process_reference_driver_base.cc b/src/reference_drivers/single_process_reference_driver_base.cc
index fba5951..f6832d3 100644
--- a/src/reference_drivers/single_process_reference_driver_base.cc
+++ b/src/reference_drivers/single_process_reference_driver_base.cc
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/reference_drivers/single_process_reference_driver_base.h b/src/reference_drivers/single_process_reference_driver_base.h
index d4a7097..cb2b998 100644
--- a/src/reference_drivers/single_process_reference_driver_base.h
+++ b/src/reference_drivers/single_process_reference_driver_base.h
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/reference_drivers/socket_transport.cc b/src/reference_drivers/socket_transport.cc
index 695fffe..91eca30 100644
--- a/src/reference_drivers/socket_transport.cc
+++ b/src/reference_drivers/socket_transport.cc
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/reference_drivers/socket_transport.h b/src/reference_drivers/socket_transport.h
index a016c5b..d48310a 100644
--- a/src/reference_drivers/socket_transport.h
+++ b/src/reference_drivers/socket_transport.h
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/reference_drivers/socket_transport_test.cc b/src/reference_drivers/socket_transport_test.cc
index 7b3f7fb..d55e4f7 100644
--- a/src/reference_drivers/socket_transport_test.cc
+++ b/src/reference_drivers/socket_transport_test.cc
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/reference_drivers/sync_reference_driver.cc b/src/reference_drivers/sync_reference_driver.cc
index bf6522a..8b086c6 100644
--- a/src/reference_drivers/sync_reference_driver.cc
+++ b/src/reference_drivers/sync_reference_driver.cc
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/reference_drivers/sync_reference_driver.h b/src/reference_drivers/sync_reference_driver.h
index 4dd4c26..faaa02f 100644
--- a/src/reference_drivers/sync_reference_driver.h
+++ b/src/reference_drivers/sync_reference_driver.h
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/reference_drivers/sync_reference_driver_test.cc b/src/reference_drivers/sync_reference_driver_test.cc
index 2ec1f9a..ee5b128 100644
--- a/src/reference_drivers/sync_reference_driver_test.cc
+++ b/src/reference_drivers/sync_reference_driver_test.cc
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/reference_drivers/wrapped_file_descriptor.cc b/src/reference_drivers/wrapped_file_descriptor.cc
index 675b874..f7f63b1 100644
--- a/src/reference_drivers/wrapped_file_descriptor.cc
+++ b/src/reference_drivers/wrapped_file_descriptor.cc
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/reference_drivers/wrapped_file_descriptor.h b/src/reference_drivers/wrapped_file_descriptor.h
index e91154b..651f291 100644
--- a/src/reference_drivers/wrapped_file_descriptor.h
+++ b/src/reference_drivers/wrapped_file_descriptor.h
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/remote_portal_test.cc b/src/remote_portal_test.cc
index 9056900..b8982c5 100644
--- a/src/remote_portal_test.cc
+++ b/src/remote_portal_test.cc
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/standalone/BUILD.gn b/src/standalone/BUILD.gn
index f94f515..19c1fc2 100644
--- a/src/standalone/BUILD.gn
+++ b/src/standalone/BUILD.gn
@@ -1,4 +1,4 @@
-# Copyright 2022 The Chromium Authors. All rights reserved.
+# Copyright 2022 The Chromium 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/standalone/base/logging.cc b/src/standalone/base/logging.cc
index b304758..8db8a85 100644
--- a/src/standalone/base/logging.cc
+++ b/src/standalone/base/logging.cc
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/standalone/base/logging.h b/src/standalone/base/logging.h
index e12cc3b..0cdff60 100644
--- a/src/standalone/base/logging.h
+++ b/src/standalone/base/logging.h
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/standalone/base/stack_trace.cc b/src/standalone/base/stack_trace.cc
index 159e4a3..65dbdd5 100644
--- a/src/standalone/base/stack_trace.cc
+++ b/src/standalone/base/stack_trace.cc
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/standalone/base/stack_trace.h b/src/standalone/base/stack_trace.h
index b14df86..f23bbb9 100644
--- a/src/standalone/base/stack_trace.h
+++ b/src/standalone/base/stack_trace.h
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/test/mock_driver.cc b/src/test/mock_driver.cc
index 03b5acc..52c763f 100644
--- a/src/test/mock_driver.cc
+++ b/src/test/mock_driver.cc
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/test/mock_driver.h b/src/test/mock_driver.h
index 06e502e..b2406a7 100644
--- a/src/test/mock_driver.h
+++ b/src/test/mock_driver.h
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/test/multinode_test.cc b/src/test/multinode_test.cc
index e2d7855..765fc11 100644
--- a/src/test/multinode_test.cc
+++ b/src/test/multinode_test.cc
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/test/multinode_test.h b/src/test/multinode_test.h
index 3951840..fac578b 100644
--- a/src/test/multinode_test.h
+++ b/src/test/multinode_test.h
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/test/run_all_tests.cc b/src/test/run_all_tests.cc
index 9d8cfda..59f897e 100644
--- a/src/test/run_all_tests.cc
+++ b/src/test/run_all_tests.cc
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/test/test.h b/src/test/test.h
index 694bc18..6f6b5cd 100644
--- a/src/test/test.h
+++ b/src/test/test.h
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/test/test_base.cc b/src/test/test_base.cc
index 48ed72d..50dcd2a 100644
--- a/src/test/test_base.cc
+++ b/src/test/test_base.cc
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/test/test_base.h b/src/test/test_base.h
index 458082e..8540644 100644
--- a/src/test/test_base.h
+++ b/src/test/test_base.h
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/test/test_child_launcher.cc b/src/test/test_child_launcher.cc
index 30d15b9..6a158fe 100644
--- a/src/test/test_child_launcher.cc
+++ b/src/test/test_child_launcher.cc
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/test/test_child_launcher.h b/src/test/test_child_launcher.h
index 0651141..4149da7 100644
--- a/src/test/test_child_launcher.h
+++ b/src/test/test_child_launcher.h
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/test/test_transport_listener.cc b/src/test/test_transport_listener.cc
index 757649f..5547d48 100644
--- a/src/test/test_transport_listener.cc
+++ b/src/test/test_transport_listener.cc
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/test/test_transport_listener.h b/src/test/test_transport_listener.h
index b196ef4..f54ef0f 100644
--- a/src/test/test_transport_listener.h
+++ b/src/test/test_transport_listener.h
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/trap_test.cc b/src/trap_test.cc
index 5c2f537..6e53a39 100644
--- a/src/trap_test.cc
+++ b/src/trap_test.cc
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/util/log.h b/src/util/log.h
index 3aba4e2..52476a4 100644
--- a/src/util/log.h
+++ b/src/util/log.h
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/util/multi_mutex_lock.h b/src/util/multi_mutex_lock.h
index 2633dad..6d303c6 100644
--- a/src/util/multi_mutex_lock.h
+++ b/src/util/multi_mutex_lock.h
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/util/ref_counted.cc b/src/util/ref_counted.cc
index 9c64c18..40f508e 100644
--- a/src/util/ref_counted.cc
+++ b/src/util/ref_counted.cc
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/util/ref_counted.h b/src/util/ref_counted.h
index d991b50..98921e9 100644
--- a/src/util/ref_counted.h
+++ b/src/util/ref_counted.h
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/util/ref_counted_test.cc b/src/util/ref_counted_test.cc
index ffa3f93..c589a2e 100644
--- a/src/util/ref_counted_test.cc
+++ b/src/util/ref_counted_test.cc
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/util/safe_math.h b/src/util/safe_math.h
index e4dfa90..3c4c7b3 100644
--- a/src/util/safe_math.h
+++ b/src/util/safe_math.h
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/util/safe_math_test.cc b/src/util/safe_math_test.cc
index 7288211..0ccd2cd 100644
--- a/src/util/safe_math_test.cc
+++ b/src/util/safe_math_test.cc
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/util/stack_trace.h b/src/util/stack_trace.h
index bcf462b..55b6fd3 100644
--- a/src/util/stack_trace.h
+++ b/src/util/stack_trace.h
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/util/stack_trace_test.cc b/src/util/stack_trace_test.cc
index bce69ac..ea0d23a 100644
--- a/src/util/stack_trace_test.cc
+++ b/src/util/stack_trace_test.cc
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium 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/util/strong_alias.h b/src/util/strong_alias.h
index d6faf97..eeea5b8 100644
--- a/src/util/strong_alias.h
+++ b/src/util/strong_alias.h
@@ -1,4 +1,4 @@
-// Copyright 2022 The Chromium Authors. All rights reserved.
+// Copyright 2022 The Chromium Authors
 // Use of this source code is governed by a BSD-style license that can be
 // found in the LICENSE file.