Skip to content

Commit fc25986

Browse files
Avi DrissmanAravind Vasudevan
authored andcommitted
Update copyright headers in testing/, tools/
The methodology used to generate this CL is documented in https://crbug.com/1098010#c95. No-Try: true No-Presubmit: true Bug: 1098010 Change-Id: I3a8a7b150e7bd64690534727150646081df50439 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3900697 Reviewed-by: Mark Mentovai <mark@chromium.org> Auto-Submit: Avi Drissman <avi@chromium.org> Owners-Override: Avi Drissman <avi@chromium.org> Commit-Queue: Avi Drissman <avi@chromium.org> Cr-Commit-Position: refs/heads/main@{#1047644} NOKEYCHECK=True GitOrigin-RevId: dfd88085261b662a5c0a1abea1a3b120b08e8e48
1 parent d9bfcda commit fc25986

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

build_crubit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env python3
2-
# Copyright 2022 The Chromium Authors. All rights reserved.
2+
# Copyright 2022 The Chromium Authors
33
# Use of this source code is governed by a BSD-style license that can be
44
# found in the LICENSE file.
55
'''Builds the Crubit tool.

build_rust.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env python3
2-
# Copyright 2022 The Chromium Authors. All rights reserved.
2+
# Copyright 2022 The Chromium Authors
33
# Use of this source code is governed by a BSD-style license that can be
44
# found in the LICENSE file.
55
'''Assembles a Rust toolchain in-tree linked against in-tree LLVM.

config.toml.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2022 The Chromium Authors. All rights reserved.
1+
# Copyright 2022 The Chromium Authors
22
# Use of this source code is governed by a BSD-style license that can be
33
# found in the LICENSE file.
44

package_rust.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env python3
2-
# Copyright 2022 The Chromium Authors. All rights reserved.
2+
# Copyright 2022 The Chromium Authors
33
# Use of this source code is governed by a BSD-style license that can be
44
# found in the LICENSE file.
55

update_rust.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env python3
2-
# Copyright 2022 The Chromium Authors. All rights reserved.
2+
# Copyright 2022 The Chromium Authors
33
# Use of this source code is governed by a BSD-style license that can be
44
# found in the LICENSE file.
55
'''Update in-tree checkout of Rust toolchain

0 commit comments

Comments
 (0)