From fdbadb81ab5bc431f03f63075feba6322ebe08bd Mon Sep 17 00:00:00 2001 From: Rebekah Potter Date: Thu, 8 Sep 2022 01:08:54 +0000 Subject: [PATCH] Revert "Update copyright headers in build/, build_overrides/, and buildtools/" This reverts commit 8996d5a5ca84fc9faeade4676b2105803e21cca4. Reason for revert: Breaks android-binary-size bot, see https://bugs.chromium.org/p/chromium/issues/detail?id=1361092 Original change's description: > Update copyright headers in build/, build_overrides/, and buildtools/ > > The methodology used to generate this CL is documented in > https://crbug.com/1098010#c21. > > No-Try: true > Bug: 1098010 > Change-Id: I0323d0734081fc1aaf3b9ec3b8184411fe1a368a > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3879808 > Auto-Submit: Avi Drissman > Commit-Queue: Avi Drissman > Owners-Override: Avi Drissman > Reviewed-by: Mark Mentovai > Cr-Commit-Position: refs/heads/main@{#1044227} Bug: 1098010 Change-Id: Ie1b5a07d859e98588c1497220aac54834ea5d7f0 No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3880816 Bot-Commit: Rubber Stamper Owners-Override: Nidhi Jaju Commit-Queue: Nidhi Jaju Cr-Commit-Position: refs/heads/main@{#1044284} NOKEYCHECK=True GitOrigin-RevId: 184a8200465945fe202faafe99360375c2efda31 --- LICENSE | 2 +- checkdeps/PRESUBMIT.py | 2 +- checkdeps/builddeps.py | 2 +- checkdeps/checkdeps.py | 2 +- checkdeps/checkdeps_test.py | 2 +- checkdeps/cpp_checker.py | 2 +- checkdeps/graphdeps.py | 2 +- checkdeps/java_checker.py | 2 +- checkdeps/proto_checker.py | 2 +- checkdeps/results.py | 2 +- checkdeps/rules.py | 2 +- checkdeps/testdata/allowed/foo_unittest.cc | 2 +- checkdeps/testdata/allowed/not_a_test.cc | 2 +- checkdeps/testdata/allowed/test.h | 2 +- checkdeps/testdata/checkdeps_test/allowed/foo_unittest.cc | 2 +- checkdeps/testdata/checkdeps_test/allowed/not_a_test.cc | 2 +- checkdeps/testdata/checkdeps_test/allowed/test.h | 2 +- .../testdata/checkdeps_test/disallowed/allowed/skipped/test.h | 2 +- checkdeps/testdata/checkdeps_test/disallowed/allowed/test.h | 2 +- checkdeps/testdata/checkdeps_test/disallowed/test.h | 2 +- checkdeps/testdata/disallowed/allowed/skipped/test.h | 2 +- checkdeps/testdata/disallowed/allowed/test.h | 2 +- checkdeps/testdata/disallowed/foo_unittest.cc | 2 +- checkdeps/testdata/disallowed/test.h | 2 +- checkdeps/testdata/noparent/test.h | 2 +- deps_revisions.gni | 2 +- reclient_cfgs/fetch_reclient_cfgs.py | 2 +- third_party/libc++/BUILD.gn | 2 +- third_party/libc++/crbug1360319/__tuple | 2 +- third_party/libc++abi/BUILD.gn | 2 +- third_party/libc++abi/cxa_demangle_stub.cc | 2 +- third_party/libunwind/BUILD.gn | 2 +- 32 files changed, 32 insertions(+), 32 deletions(-) diff --git a/LICENSE b/LICENSE index 513e8a6..972bb2e 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -// Copyright 2014 The Chromium Authors +// Copyright 2014 The Chromium Authors. All rights reserved. // // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are diff --git a/checkdeps/PRESUBMIT.py b/checkdeps/PRESUBMIT.py index 9e011a1..6937199 100644 --- a/checkdeps/PRESUBMIT.py +++ b/checkdeps/PRESUBMIT.py @@ -1,4 +1,4 @@ -# Copyright 2012 The Chromium Authors +# Copyright (c) 2012 The Chromium Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/checkdeps/builddeps.py b/checkdeps/builddeps.py index d29f4a9..da8d612 100755 --- a/checkdeps/builddeps.py +++ b/checkdeps/builddeps.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright 2013 The Chromium Authors +# Copyright 2013 The Chromium Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/checkdeps/checkdeps.py b/checkdeps/checkdeps.py index 19e0854..1019914 100755 --- a/checkdeps/checkdeps.py +++ b/checkdeps/checkdeps.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2012 The Chromium Authors +# Copyright 2012 The Chromium Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/checkdeps/checkdeps_test.py b/checkdeps/checkdeps_test.py index 7eaa217..9d7dae7 100755 --- a/checkdeps/checkdeps_test.py +++ b/checkdeps/checkdeps_test.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2012 The Chromium Authors +# Copyright (c) 2012 The Chromium Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/checkdeps/cpp_checker.py b/checkdeps/cpp_checker.py index 1ee2749..85f922f 100644 --- a/checkdeps/cpp_checker.py +++ b/checkdeps/cpp_checker.py @@ -1,4 +1,4 @@ -# Copyright 2012 The Chromium Authors +# Copyright (c) 2012 The Chromium Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/checkdeps/graphdeps.py b/checkdeps/graphdeps.py index 7a38a8f..e5fc46d 100755 --- a/checkdeps/graphdeps.py +++ b/checkdeps/graphdeps.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright 2013 The Chromium Authors +# Copyright 2013 The Chromium Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/checkdeps/java_checker.py b/checkdeps/java_checker.py index 70e6daf..414066e 100644 --- a/checkdeps/java_checker.py +++ b/checkdeps/java_checker.py @@ -1,4 +1,4 @@ -# Copyright 2012 The Chromium Authors +# Copyright (c) 2012 The Chromium Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/checkdeps/proto_checker.py b/checkdeps/proto_checker.py index e7a596e..9e877dd 100644 --- a/checkdeps/proto_checker.py +++ b/checkdeps/proto_checker.py @@ -1,4 +1,4 @@ -# Copyright 2012 The Chromium Authors +# Copyright (c) 2012 The Chromium Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/checkdeps/results.py b/checkdeps/results.py index 7b14ab1..5f1ec74 100644 --- a/checkdeps/results.py +++ b/checkdeps/results.py @@ -1,4 +1,4 @@ -# Copyright 2012 The Chromium Authors +# Copyright (c) 2012 The Chromium Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/checkdeps/rules.py b/checkdeps/rules.py index 8464a06..eaff315 100644 --- a/checkdeps/rules.py +++ b/checkdeps/rules.py @@ -1,4 +1,4 @@ -# Copyright 2012 The Chromium Authors +# Copyright 2012 The Chromium Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/checkdeps/testdata/allowed/foo_unittest.cc b/checkdeps/testdata/allowed/foo_unittest.cc index 7a888b7..eab25d1 100644 --- a/checkdeps/testdata/allowed/foo_unittest.cc +++ b/checkdeps/testdata/allowed/foo_unittest.cc @@ -1,4 +1,4 @@ -// Copyright 2012 The Chromium Authors +// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/checkdeps/testdata/allowed/not_a_test.cc b/checkdeps/testdata/allowed/not_a_test.cc index 7cc89c6..07ed9cd 100644 --- a/checkdeps/testdata/allowed/not_a_test.cc +++ b/checkdeps/testdata/allowed/not_a_test.cc @@ -1,4 +1,4 @@ -// Copyright 2012 The Chromium Authors +// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/checkdeps/testdata/allowed/test.h b/checkdeps/testdata/allowed/test.h index 9561316..fb542a6 100644 --- a/checkdeps/testdata/allowed/test.h +++ b/checkdeps/testdata/allowed/test.h @@ -1,4 +1,4 @@ -// Copyright 2012 The Chromium Authors +// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/checkdeps/testdata/checkdeps_test/allowed/foo_unittest.cc b/checkdeps/testdata/checkdeps_test/allowed/foo_unittest.cc index d651b83..1a507ec 100644 --- a/checkdeps/testdata/checkdeps_test/allowed/foo_unittest.cc +++ b/checkdeps/testdata/checkdeps_test/allowed/foo_unittest.cc @@ -1,4 +1,4 @@ -// Copyright 2012 The Chromium Authors +// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/checkdeps/testdata/checkdeps_test/allowed/not_a_test.cc b/checkdeps/testdata/checkdeps_test/allowed/not_a_test.cc index 34459e4..4278d64 100644 --- a/checkdeps/testdata/checkdeps_test/allowed/not_a_test.cc +++ b/checkdeps/testdata/checkdeps_test/allowed/not_a_test.cc @@ -1,4 +1,4 @@ -// Copyright 2012 The Chromium Authors +// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/checkdeps/testdata/checkdeps_test/allowed/test.h b/checkdeps/testdata/checkdeps_test/allowed/test.h index 6cfaf63..2dbd7a3 100644 --- a/checkdeps/testdata/checkdeps_test/allowed/test.h +++ b/checkdeps/testdata/checkdeps_test/allowed/test.h @@ -1,4 +1,4 @@ -// Copyright 2012 The Chromium Authors +// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/checkdeps/testdata/checkdeps_test/disallowed/allowed/skipped/test.h b/checkdeps/testdata/checkdeps_test/disallowed/allowed/skipped/test.h index a4c8c91..8010596 100644 --- a/checkdeps/testdata/checkdeps_test/disallowed/allowed/skipped/test.h +++ b/checkdeps/testdata/checkdeps_test/disallowed/allowed/skipped/test.h @@ -1,4 +1,4 @@ -// Copyright 2012 The Chromium Authors +// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/checkdeps/testdata/checkdeps_test/disallowed/allowed/test.h b/checkdeps/testdata/checkdeps_test/disallowed/allowed/test.h index 3d69f52..aa5013d 100644 --- a/checkdeps/testdata/checkdeps_test/disallowed/allowed/test.h +++ b/checkdeps/testdata/checkdeps_test/disallowed/allowed/test.h @@ -1,4 +1,4 @@ -// Copyright 2012 The Chromium Authors +// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/checkdeps/testdata/checkdeps_test/disallowed/test.h b/checkdeps/testdata/checkdeps_test/disallowed/test.h index 5913a2f..5520a68 100644 --- a/checkdeps/testdata/checkdeps_test/disallowed/test.h +++ b/checkdeps/testdata/checkdeps_test/disallowed/test.h @@ -1,4 +1,4 @@ -// Copyright 2012 The Chromium Authors +// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/checkdeps/testdata/disallowed/allowed/skipped/test.h b/checkdeps/testdata/disallowed/allowed/skipped/test.h index a4c8c91..8010596 100644 --- a/checkdeps/testdata/disallowed/allowed/skipped/test.h +++ b/checkdeps/testdata/disallowed/allowed/skipped/test.h @@ -1,4 +1,4 @@ -// Copyright 2012 The Chromium Authors +// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/checkdeps/testdata/disallowed/allowed/test.h b/checkdeps/testdata/disallowed/allowed/test.h index f5d6150..40bc1fb 100644 --- a/checkdeps/testdata/disallowed/allowed/test.h +++ b/checkdeps/testdata/disallowed/allowed/test.h @@ -1,4 +1,4 @@ -// Copyright 2012 The Chromium Authors +// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/checkdeps/testdata/disallowed/foo_unittest.cc b/checkdeps/testdata/disallowed/foo_unittest.cc index b1faa35..cdf295c 100644 --- a/checkdeps/testdata/disallowed/foo_unittest.cc +++ b/checkdeps/testdata/disallowed/foo_unittest.cc @@ -1,4 +1,4 @@ -// Copyright 2012 The Chromium Authors +// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/checkdeps/testdata/disallowed/test.h b/checkdeps/testdata/disallowed/test.h index 916a718..4af2bd9 100644 --- a/checkdeps/testdata/disallowed/test.h +++ b/checkdeps/testdata/disallowed/test.h @@ -1,4 +1,4 @@ -// Copyright 2012 The Chromium Authors +// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/checkdeps/testdata/noparent/test.h b/checkdeps/testdata/noparent/test.h index 6525836..2f0dbbf 100644 --- a/checkdeps/testdata/noparent/test.h +++ b/checkdeps/testdata/noparent/test.h @@ -1,4 +1,4 @@ -// Copyright 2018 The Chromium Authors +// Copyright 2018 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/deps_revisions.gni b/deps_revisions.gni index 195490b..a38363b 100644 --- a/deps_revisions.gni +++ b/deps_revisions.gni @@ -1,4 +1,4 @@ -# Copyright 2018 The Chromium Authors +# Copyright 2018 The Chromium Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/reclient_cfgs/fetch_reclient_cfgs.py b/reclient_cfgs/fetch_reclient_cfgs.py index 693349b..8cb7cdb 100755 --- a/reclient_cfgs/fetch_reclient_cfgs.py +++ b/reclient_cfgs/fetch_reclient_cfgs.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2021 The Chromium Authors +# Copyright (c) 2021 The Chromium Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/third_party/libc++/BUILD.gn b/third_party/libc++/BUILD.gn index d664dcb..6f90409 100644 --- a/third_party/libc++/BUILD.gn +++ b/third_party/libc++/BUILD.gn @@ -1,4 +1,4 @@ -# Copyright 2015 The Chromium Authors +# Copyright 2015 The Chromium Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/third_party/libc++/crbug1360319/__tuple b/third_party/libc++/crbug1360319/__tuple index 12481e8..7db3dee 100644 --- a/third_party/libc++/crbug1360319/__tuple +++ b/third_party/libc++/crbug1360319/__tuple @@ -1,4 +1,4 @@ -// Copyright 2022 The Chromium Authors +// Copyright 2022 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/third_party/libc++abi/BUILD.gn b/third_party/libc++abi/BUILD.gn index 8316e27..40f1285 100644 --- a/third_party/libc++abi/BUILD.gn +++ b/third_party/libc++abi/BUILD.gn @@ -1,4 +1,4 @@ -# Copyright 2015 The Chromium Authors +# Copyright 2015 The Chromium Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. diff --git a/third_party/libc++abi/cxa_demangle_stub.cc b/third_party/libc++abi/cxa_demangle_stub.cc index ba6a781..5c6560c 100644 --- a/third_party/libc++abi/cxa_demangle_stub.cc +++ b/third_party/libc++abi/cxa_demangle_stub.cc @@ -1,4 +1,4 @@ -// Copyright 2018 The Chromium Authors +// Copyright 2018 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. diff --git a/third_party/libunwind/BUILD.gn b/third_party/libunwind/BUILD.gn index a8287bf..b53aa46 100644 --- a/third_party/libunwind/BUILD.gn +++ b/third_party/libunwind/BUILD.gn @@ -1,4 +1,4 @@ -# Copyright 2017 The Chromium Authors +# Copyright 2017 The Chromium Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file.