Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(24)

Side by Side Diff: AUTHORS

Issue 12568011: Update XZ Utils to 5.0.4 (third_party) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/xz/
Patch Set: Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | INSTALL » ('j') | README.chromium » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 1
2 Authors of XZ Utils 2 Authors of XZ Utils
3 =================== 3 ===================
4 4
5 XZ Utils is developed and maintained by Lasse Collin 5 XZ Utils is developed and maintained by Lasse Collin
6 <lasse.collin@tukaani.org>. 6 <lasse.collin@tukaani.org>.
7 7
8 Major parts of liblzma are based on code written by Igor Pavlov, 8 Major parts of liblzma are based on code written by Igor Pavlov,
9 specifically the LZMA SDK <http://7-zip.org/sdk.html>. Without 9 specifically the LZMA SDK <http://7-zip.org/sdk.html>. Without
10 this code, XZ Utils wouldn't exist. 10 this code, XZ Utils wouldn't exist.
11 11
12 The SHA-256 implementation in liblzma is based on the code found from 12 The SHA-256 implementation in liblzma is based on the code found from
13 7-Zip <http://7-zip.org/>, which has a modified version of the SHA-256 13 7-Zip <http://7-zip.org/>, which has a modified version of the SHA-256
14 code found from Crypto++ <http://www.cryptopp.com/>. The SHA-256 code 14 code found from Crypto++ <http://www.cryptopp.com/>. The SHA-256 code
15 in Crypto++ was written by Kevin Springle and Wei Dai. 15 in Crypto++ was written by Kevin Springle and Wei Dai.
16 16
17 Some scripts have been adapted from gzip. The original versions 17 Some scripts have been adapted from gzip. The original versions
18 were written by Jean-loup Gailly, Charles Levert, and Paul Eggert. 18 were written by Jean-loup Gailly, Charles Levert, and Paul Eggert.
19 Andrew Dudman helped adapting the script and their man pages for 19 Andrew Dudman helped adapting the scripts and their man pages for
20 XZ Utils. 20 XZ Utils.
21 21
22 The GNU Autotools based build system contains files from many authors, 22 The GNU Autotools-based build system contains files from many authors,
23 which I'm not trying list here. 23 which I'm not trying to list here.
24 24
25 Several people have contributed fixes or reported bugs. Most of them 25 Several people have contributed fixes or reported bugs. Most of them
26 are mentioned in the file THANKS. 26 are mentioned in the file THANKS.
27 27
OLDNEW
« no previous file with comments | « no previous file | INSTALL » ('j') | README.chromium » ('J')

Powered by Google App Engine
This is Rietveld 408576698