Skip to content

Commit 7519809

Browse files
Avi Drissmancopybara-github
authored andcommitted
Update copyright headers in build/, build_overrides/, and buildtools/
The methodology used to generate this CL is documented in https://crbug.com/1098010#c34. An earlier version of this CL, https://crrev.com/c/3879808, was reverted due to an issue that was resolved with https://crrev.com/c/3881211. No-Try: true Bug: 1098010 Change-Id: I91174ff0a9dd8b6dee79e6cba8209b614ce2b712 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3884220 Reviewed-by: Mark Mentovai <[email protected]> Auto-Submit: Avi Drissman <[email protected]> Owners-Override: Avi Drissman <[email protected]> Commit-Queue: Mark Mentovai <[email protected]> Cr-Commit-Position: refs/heads/main@{#1044745} NOKEYCHECK=True GitOrigin-RevId: 73a09d1a67a9bab66eba08b51372f431ab709b2d
1 parent 952464b commit 7519809

File tree

832 files changed

+835
-836
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

832 files changed

+835
-836
lines changed

BUILD.gn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2018 The Chromium Authors. All rights reserved.
1+
# Copyright 2018 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

PRESUBMIT.py

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

add_rts_filters.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env python
2-
# Copyright (c) 2021 The Chromium Authors. All rights reserved.
2+
# Copyright 2021 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
"""Creates a dummy RTS filter file and a dummy inverse filter file if a

android/BUILD.gn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2014 The Chromium Authors. All rights reserved.
1+
# Copyright 2014 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

android/PRESUBMIT.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2013 The Chromium Authors. All rights reserved.
1+
# Copyright 2013 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

android/adb_chrome_public_command_line

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22
#
3-
# Copyright 2015 The Chromium Authors. All rights reserved.
3+
# Copyright 2015 The Chromium Authors
44
# Use of this source code is governed by a BSD-style license that can be
55
# found in the LICENSE file.
66

android/adb_command_line.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env vpython3
2-
# Copyright 2015 The Chromium Authors. All rights reserved.
2+
# Copyright 2015 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

android/adb_gdb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22
#
3-
# Copyright (c) 2012 The Chromium Authors. All rights reserved.
3+
# Copyright 2012 The Chromium Authors
44
# Use of this source code is governed by a BSD-style license that can be
55
# found in the LICENSE file.
66
#

android/adb_install_apk.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env vpython3
22
#
3-
# Copyright (c) 2012 The Chromium Authors. All rights reserved.
3+
# Copyright 2012 The Chromium Authors
44
# Use of this source code is governed by a BSD-style license that can be
55
# found in the LICENSE file.
66

android/adb_logcat_monitor.py

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

0 commit comments

Comments
 (0)