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

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

Issue 10827099: Make 'License' field in third-party metadata required (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/
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/flac/README.chromium ('k') | third_party/hunspell_dictionaries/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: hunspell 1 Name: hunspell
2 URL: http://hunspell.sourceforge.net/ 2 URL: http://hunspell.sourceforge.net/
3 Version: 1.3.2 3 Version: 1.3.2
4 License: MPL 1.1/GPL 2.0/LGPL 2.1
4 License File: COPYING 5 License File: COPYING
5 Security Critical: yes 6 Security Critical: yes
6 7
7 Description: 8 Description:
8 This is a partial copy of Hunspell 1.3.2 with the following changes: 9 This is a partial copy of Hunspell 1.3.2 with the following changes:
9 * Remove '#include "config.h"' from src/hunspell/hunspell.hxx 10 * Remove '#include "config.h"' from src/hunspell/hunspell.hxx
10 * Remove '#include "config.h"' from src/hunspell/license.hunspell 11 * Remove '#include "config.h"' from src/hunspell/license.hunspell
11 * Change src/hunspell/filemgr.hxx and src/hunspell/filemgr.cxx to use 12 * Change src/hunspell/filemgr.hxx and src/hunspell/filemgr.cxx to use
12 LineIterator. 13 LineIterator.
13 * Add ScropedHashEntry, which creates temporary hentry objects, to 14 * Add ScropedHashEntry, which creates temporary hentry objects, to
14 src/hunspell/suggestmgr.cxx 15 src/hunspell/suggestmgr.cxx
15 * Change the input params of the constructors to receive a BDICTReader instead 16 * Change the input params of the constructors to receive a BDICTReader instead
16 of a file path. 17 of a file path.
17 * Merge http://hunspell.cvs.sourceforge.net/viewvc/hunspell/hunspell/src/hunspel l/affixmgr.cxx?r1=1.40&r2=1.41 18 * Merge http://hunspell.cvs.sourceforge.net/viewvc/hunspell/hunspell/src/hunspel l/affixmgr.cxx?r1=1.40&r2=1.41
18 The patch is in google.patch. 19 The patch is in google.patch.
19 20
20 All dictionaries used by Chromium has been checked in to the 21 All dictionaries used by Chromium has been checked in to the
21 'third_party/hunspell_dictionaries' directory. They have several additions over 22 'third_party/hunspell_dictionaries' directory. They have several additions over
22 the default myspell/hunspell dictionaries. 23 the default myspell/hunspell dictionaries.
23 (See 'third_party/hunspell_dictionaries/README.chromium' for their details.) 24 (See 'third_party/hunspell_dictionaries/README.chromium' for their details.)
OLDNEW
« no previous file with comments | « third_party/flac/README.chromium ('k') | third_party/hunspell_dictionaries/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698