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

Unified Diff: third_party/smhasher/README.chromium

Issue 10829272: Add a function to provide the list of third-party directories which are incompatible with Android (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Clean up regex 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 side-by-side diff with in-line comments
Download patch
Index: third_party/smhasher/README.chromium
diff --git a/third_party/smhasher/README.chromium b/third_party/smhasher/README.chromium
index 3c96573af0b9e0f24295b7961c01d4c321cf430c..c6eb1fcacf10efabdd7f79953953c7f24c3d53a9 100644
--- a/third_party/smhasher/README.chromium
+++ b/third_party/smhasher/README.chromium
@@ -2,7 +2,7 @@ Name: SMHasher
URL: http://code.google.com/p/smhasher/
Version: 0
Revision: 146
-License: MIT (SMHasher), Public Domain (MurmurHash)
+License: MIT, Public Domain
License File: LICENSE
Security Critical: yes
@@ -10,3 +10,5 @@ Description:
This is a library containing the MurmurHash3 function, and a hashing function
test suite.
+Licenses are MIT (SMHasher) and Public Domain (MurmurHash).
+

Powered by Google App Engine
This is Rietveld 408576698