summaryrefslogtreecommitdiffstats
path: root/third_party/wtl
diff options
context:
space:
mode:
authorevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-22 23:56:19 +0000
committerevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-22 23:56:19 +0000
commite657bfcfb7f9f0f92c496cf28631d87d1a022a1c (patch)
tree99ef7934dd281c3cdead7137112ed544e4c01983 /third_party/wtl
parent069478a79826ba9ec691cb0da6f7f716c375113e (diff)
downloadchromium_src-e657bfcfb7f9f0f92c496cf28631d87d1a022a1c.zip
chromium_src-e657bfcfb7f9f0f92c496cf28631d87d1a022a1c.tar.gz
chromium_src-e657bfcfb7f9f0f92c496cf28631d87d1a022a1c.tar.bz2
Add licensing info for another set of projects in third_party.
Allow special cases in licenses.py for when we pull code directly from an upstream and can't check in a README.chromium. (In particular, we'll need this for WebKit.) Review URL: http://codereview.chromium.org/1075015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42288 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/wtl')
-rw-r--r--third_party/wtl/README.chromium9
1 files changed, 6 insertions, 3 deletions
diff --git a/third_party/wtl/README.chromium b/third_party/wtl/README.chromium
index 7be0079..10b3f31 100644
--- a/third_party/wtl/README.chromium
+++ b/third_party/wtl/README.chromium
@@ -1,5 +1,8 @@
-WTL 8.0 from http://www.microsoft.com/downloads/details.aspx?FamilyID=e5ba5ba4-6e6b-462a-b24c-61115e846f0c
-with min and max replaced respectively with __min and __max. See below for an explanation.
+Name: WTL 8.0
+URL: http://www.microsoft.com/downloads/details.aspx?FamilyID=e5ba5ba4-6e6b-462a-b24c-61115e846f0c
+License File: Ms-PL.txt
+
+With min and max replaced respectively with __min and __max. See below for an explanation.
---
@@ -11,4 +14,4 @@ http://sourceforge.net/tracker/index.php?func=detail&aid=1871358&group_id=109071
When defining NOMINMAX before including windows.h, min and max aren't
defined. __min and __max are always defined though. So use them instead.
-This patch simply consist of a search of replace for both term." \ No newline at end of file
+This patch simply consist of a search of replace for both term."