diff options
Diffstat (limited to 'third_party/bsdiff/README.google')
-rw-r--r-- | third_party/bsdiff/README.google | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/third_party/bsdiff/README.google b/third_party/bsdiff/README.google new file mode 100644 index 0000000..54e9998 --- /dev/null +++ b/third_party/bsdiff/README.google @@ -0,0 +1,10 @@ +This is Chrome's locally patched copy of Colin Percival's bsdiff tool +(see ../bspatch for the corresponding bspatch tool). + +Originally obtained from Mozilla's local copy/fork of bsdiff; see: + +http://lxr.mozilla.org/mozilla/source/other-licenses/bsdiff/bsdiff.c + +The LICENSE from that location has been preserved here. + +Local changes include CRC32 verification. |