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

Side by Side Diff: third_party/zlib/README.chromium

Issue 10821103: Make 'License' field in third-party metadata required (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased Created 8 years, 4 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 | « third_party/wtl/README.chromium ('k') | tools/licenses.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Name: zlib 1 Name: zlib
2 URL: http://zlib.net/ 2 URL: http://zlib.net/
3 Version: 1.2.5 3 Version: 1.2.5
4 Security Critical: yes 4 Security Critical: yes
5 License: Custom license
5 6
6 Description: 7 Description:
7 General purpose compression library 8 General purpose compression library
8 9
9 Local Modifications: 10 Local Modifications:
10 A few minor changes, all marked with "Google": 11 A few minor changes, all marked with "Google":
11 - Added #ifdefs to avoid compile warnings when NO_GZCOMPRESS is defined. 12 - Added #ifdefs to avoid compile warnings when NO_GZCOMPRESS is defined.
12 - Removed use of strerror for WinCE in gzio.c. 13 - Removed use of strerror for WinCE in gzio.c.
13 - Added 'int z_errno' global for WinCE, to which 'errno' is defined in zutil.h. 14 - Added 'int z_errno' global for WinCE, to which 'errno' is defined in zutil.h.
14 - Added 'mozzconf.h' to mangle the function names. 15 - Added 'mozzconf.h' to mangle the function names.
15 - Added an #ifdef to prevent zlib.h from mangling its functions. 16 - Added an #ifdef to prevent zlib.h from mangling its functions.
16 The 'google.patch' file represents our changes from the original zlib-1.2.5. 17 The 'google.patch' file represents our changes from the original zlib-1.2.5.
OLDNEW
« no previous file with comments | « third_party/wtl/README.chromium ('k') | tools/licenses.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698