aboutsummaryrefslogtreecommitdiff
path: root/src/tools/python
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2023-08-11 01:56:02 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2023-08-11 01:56:02 +0000
commit1317aa642182906c0d8ab5496dd3025632e22022 (patch)
treef98d11d6a158167e19fc9141c79d877280a616a6 /src/tools/python
parent8d0176459cfc11e28e9427a7eadcf7a42f654f62 (diff)
parentc9c160dbfd52b61faae9473c1b18c1a0f7869908 (diff)
downloadgoogle-breakpad-1317aa642182906c0d8ab5496dd3025632e22022.tar.gz
Upgrade google-breakpad to v2023.01.27 am: 332a4371ed am: c3c25b3748 am: 4e7c6460d7 am: c9c160dbfd
Original change: https://android-review.googlesource.com/c/platform/external/google-breakpad/+/2704174 Change-Id: I95bc0a6692c028156ded7502fadc728415e92f38 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
Diffstat (limited to 'src/tools/python')
-rwxr-xr-xsrc/tools/python/deps-to-manifest.py9
-rw-r--r--src/tools/python/filter_syms.py5
-rw-r--r--src/tools/python/tests/filter_syms_unittest.py5
3 files changed, 8 insertions, 11 deletions
diff --git a/src/tools/python/deps-to-manifest.py b/src/tools/python/deps-to-manifest.py
index b4562854..2fcaf771 100755
--- a/src/tools/python/deps-to-manifest.py
+++ b/src/tools/python/deps-to-manifest.py
@@ -1,6 +1,5 @@
#!/usr/bin/python
-# Copyright 2016 Google Inc.
-# All rights reserved.
+# Copyright 2016 Google LLC
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are
@@ -12,7 +11,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.
#
@@ -49,7 +48,7 @@ MANIFEST_HEAD = """<?xml version='1.0' encoding='UTF-8'?>
<!-- AUTOGENERATED BY %(prog)s; DO NOT EDIT -->
<manifest>
- <default revision='refs/heads/master'
+ <default revision='refs/heads/main'
remote='chromium'
sync-c='true'
sync-j='8' />
@@ -100,7 +99,7 @@ def ConvertDepsToManifest(deps, manifest):
data = {
'path': 'src',
'name': 'breakpad/breakpad',
- 'revision': 'refs/heads/master',
+ 'revision': 'refs/heads/main',
'remote': 'chromium',
}
new_contents += MANIFEST_PROJECT % data
diff --git a/src/tools/python/filter_syms.py b/src/tools/python/filter_syms.py
index abddf789..caf3693a 100644
--- a/src/tools/python/filter_syms.py
+++ b/src/tools/python/filter_syms.py
@@ -1,6 +1,5 @@
#!/usr/bin/env python
-# Copyright (c) 2012 Google Inc.
-# All rights reserved.
+# Copyright 2012 Google LLC
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are
@@ -12,7 +11,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/src/tools/python/tests/filter_syms_unittest.py b/src/tools/python/tests/filter_syms_unittest.py
index b111f349..1081fc73 100644
--- a/src/tools/python/tests/filter_syms_unittest.py
+++ b/src/tools/python/tests/filter_syms_unittest.py
@@ -1,6 +1,5 @@
#!/usr/bin/env python
-# Copyright (c) 2012 Google Inc.
-# All rights reserved.
+# Copyright 2012 Google LLC
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are
@@ -12,7 +11,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.
#