mirror of
https://github.com/yuzu-mirror/breakpad.git
synced 2026-02-14 03:04:48 +01:00
sed -i '' -E -e 's/Copyright (\(c\) )?([0-9-]+),? (Google|The Chromium Authors).*(\r)?$/Copyright \2 Google LLC\4/' -e '/^((\/\/|#| \*) )?All rights reserved\.?\r?$/d' -e 's/name of Google Inc\. nor the/name of Google LLC nor the/' -e 's/POSSIBILITY OF SUCH DAMAGE$/POSSIBILITY OF SUCH DAMAGE./' $(git grep -El 'Copyright (\(c\) )?([0-9-]+),? (Google|The Chromium Authors).*$')
Plus manual fixes for src/processor/disassembler_x86.{cc,h}.
Plus some conversions from CRLF to LF line endings in .cc and .h files.
Bug: chromium:1098010
Change-Id: I8030e804eecd9f5a1ec9d66ae166efd8418c2a67
Reviewed-on: https://chromium-review.googlesource.com/c/breakpad/breakpad/+/3878302
Reviewed-by: Mike Frysinger <vapier@chromium.org>
|
||
|---|---|---|
| .. | ||
| minidump_test.xcodeproj | ||
| testcases | ||
| breakpad_nlist_64.cc | ||
| breakpad_nlist_64.h | ||
| dynamic_images.cc | ||
| dynamic_images.h | ||
| exception_handler.cc | ||
| exception_handler.h | ||
| mach_vm_compat.h | ||
| minidump_generator.cc | ||
| minidump_generator.h | ||
| minidump_tests32-Info.plist | ||
| minidump_tests64-Info.plist | ||
| obj-cTestCases-Info.plist | ||
| protected_memory_allocator.cc | ||
| protected_memory_allocator.h | ||
| ucontext_compat.h | ||