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

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

Issue 1100003: Pass license check script for most of the tree. (Closed)
Patch Set: retry Created 10 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
« no previous file with comments | « third_party/codesighs/README.chromium ('k') | third_party/ffmpeg/README.chromium » ('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: expat
1 URL: http://sourceforge.net/projects/expat/ 2 URL: http://sourceforge.net/projects/expat/
2 Version: 2.7.0 3 Version: 2.7.0
3 License: MIT 4 License: MIT
4 License File: COPYING 5 License File: files/COPYING
5 6
6 Description: 7 Description:
7 This is Expat XML parser - very lightweight C library for parsing XML. 8 This is Expat XML parser - very lightweight C library for parsing XML.
8 Expat is distributed under an MIT license detailed in files/COPYING. 9 Expat is distributed under an MIT license detailed in files/COPYING.
9 10
10 We include it here because libjingle depends on it. 11 We include it here because libjingle depends on it.
11 12
12 Local Modifications: 13 Local Modifications:
13 Removed files that Chromium didn't need: 14 Removed files that Chromium didn't need:
14 lib/expat*.dsp 15 lib/expat*.dsp
(...skipping 15 matching lines...) Expand all
30 expat_config.h.in 31 expat_config.h.in
31 Edited: 32 Edited:
32 lib/winconfig.h (see winconfig.h.original for unmodified version) 33 lib/winconfig.h (see winconfig.h.original for unmodified version)
33 * Added check on line 1751 of xmltok_impl.c to patch a 34 * Added check on line 1751 of xmltok_impl.c to patch a
34 bug with the handling of utf-8 characters that leads to a crash. 35 bug with the handling of utf-8 characters that leads to a crash.
35 lib/xmltok_impl.c (see xmltok_imp.c.original for unmodified version) 36 lib/xmltok_impl.c (see xmltok_imp.c.original for unmodified version)
36 * Prevent a compiler warning when compiling with 37 * Prevent a compiler warning when compiling with
37 WIN32_LEAN_AND_MEAN predefined. 38 WIN32_LEAN_AND_MEAN predefined.
38 Added files: 39 Added files:
39 lib/expat_config.h (a generated config file) 40 lib/expat_config.h (a generated config file)
OLDNEW
« no previous file with comments | « third_party/codesighs/README.chromium ('k') | third_party/ffmpeg/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698