[Copyright] Fix copyright headers in Chromium.

This CL updates copyright headers in /third_party
to the current format:

// Copyright $year The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

Generated with:

./tools/git/mffr.py -g "*.cc" -g "*.h" -g "*.mm" -g "*.py" -g "*.js" -g "*.java" -g "*.mojom" -g "*.xml" -g "*.jinja" -g "*.gn" -g "*.gni" -g "*.star" -g "*.icon" -g "*.ts" -g "*.css" -g "*.json" -g "*.html" -g "*.proto" -g "*.idl" -g "*.pins" -g "*.yml" -g "*.sh" 'Chromium Authors\. All rights reserved\.' 'Chromium Authors'

Additional manual fixes were made to files that have extra "(C)"
strings, or where line breaks were wrong.

This CL was uploaded by git cl split.

R=jam@chromium.org, japhet@chromium.org, kinuko@chromium.org, mheikal@chromium.org, yoavweiss@chromium.org

Bug: 1457007
Change-Id: I3eb48de988e1477d1a9f5b1b658622a2933aa7a7
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4824198
Reviewed-by: Kinuko Yasuda <kinuko@chromium.org>
Reviewed-by: Yoav Weiss <yoavweiss@chromium.org>
Reviewed-by: John Abd-El-Malek <jam@chromium.org>
Commit-Queue: Mark Foltz <mfoltz@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1193327}
NOKEYCHECK=True
GitOrigin-RevId: f87dfea483986764398c6ffb8419e7820f420e56
1 file changed