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

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

Issue 1075015: Add licensing info for another set of projects in third_party. (Closed)
Patch Set: 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
OLDNEW
1 WTL 8.0 from http://www.microsoft.com/downloads/details.aspx?FamilyID=e5ba5ba4-6 e6b-462a-b24c-61115e846f0c 1 Name: WTL 8.0
2 with min and max replaced respectively with __min and __max. See below for an ex planation. 2 URL: http://www.microsoft.com/downloads/details.aspx?FamilyID=e5ba5ba4-6e6b-462a -b24c-61115e846f0c
3 License File: Ms-PL.txt
4
5 With min and max replaced respectively with __min and __max. See below for an ex planation.
3 6
4 --- 7 ---
5 8
6 These headers are almost the equivalent of WTL 8.0 from http://sourceforge.net/p rojects/wtl/ 9 These headers are almost the equivalent of WTL 8.0 from http://sourceforge.net/p rojects/wtl/
7 with patch #1871358 applied. 10 with patch #1871358 applied.
8 http://sourceforge.net/tracker/index.php?func=detail&aid=1871358&group_id=109071 &atid=652374 11 http://sourceforge.net/tracker/index.php?func=detail&aid=1871358&group_id=109071 &atid=652374
9 12
10 "Fixes support for building with NOMINMAX defined. 13 "Fixes support for building with NOMINMAX defined.
11 When defining NOMINMAX before including windows.h, min and max aren't 14 When defining NOMINMAX before including windows.h, min and max aren't
12 defined. __min and __max are always defined though. So use them instead. 15 defined. __min and __max are always defined though. So use them instead.
13 16
14 This patch simply consist of a search of replace for both term." 17 This patch simply consist of a search of replace for both term."
OLDNEW
« no previous file with comments | « third_party/sqlite/README.chromium ('k') | tools/licenses.py » ('j') | tools/licenses.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698