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

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

Issue 10834110: Remove some superfluous license files (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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/lcov/LICENCE ('k') | third_party/libxml/src/COPYING » ('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: libxml 1 Name: libxml
2 URL: http://xmlsoft.org 2 URL: http://xmlsoft.org
3 Version: 2.7.7 3 Version: 2.7.7
4 License: MIT 4 License: MIT
5 License File: src/COPYING 5 License File: src/Copyright
6 Security Critical: yes 6 Security Critical: yes
7 7
8 Description: 8 Description:
9 The src/ directory contains a partial snapshot of the libxml library 9 The src/ directory contains a partial snapshot of the libxml library
10 with the patches in the patches/ directories applied. 10 with the patches in the patches/ directories applied.
11 See the files in that directory for discussion of their effects. 11 See the files in that directory for discussion of their effects.
12 12
13 Current version: 2.7.7. 13 Current version: 2.7.7.
14 14
15 Modifications: 15 Modifications:
(...skipping 26 matching lines...) Expand all
42 $ cd linux 42 $ cd linux
43 $ ../configure --without-iconv --without-ftp --without-http 43 $ ../configure --without-iconv --without-ftp --without-http
44 to generate config.h and include/libxml/xmlversion.h for Linux. 44 to generate config.h and include/libxml/xmlversion.h for Linux.
45 - On a Mac, 45 - On a Mac,
46 $ cd mac 46 $ cd mac
47 $ ../configure --without-iconv --without-ftp --without-http 47 $ ../configure --without-iconv --without-ftp --without-http
48 to generate config.h and include/libxml/xmlversion.h for Macs. 48 to generate config.h and include/libxml/xmlversion.h for Macs.
49 - On Windows, run build/generate-win32-headers.bat to re-generate config.h and 49 - On Windows, run build/generate-win32-headers.bat to re-generate config.h and
50 include/libxml/xmlversion.h for Windows builds. 50 include/libxml/xmlversion.h for Windows builds.
51 - Update this README to reflect the new version number. 51 - Update this README to reflect the new version number.
OLDNEW
« no previous file with comments | « third_party/lcov/LICENCE ('k') | third_party/libxml/src/COPYING » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698