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

Side by Side Diff: base/third_party/superfasthash/README.chromium

Issue 1647803004: Move base to DEPS (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 4 years, 10 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
« no previous file with comments | « base/third_party/superfasthash/OWNERS ('k') | base/third_party/superfasthash/superfasthash.c » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 Name: Paul Hsieh's SuperFastHash
2 Short Name: SuperFastHash
3 URL: http://www.azillionmonkeys.com/qed/hash.html
4 Version: 0
5 Date: 2012-02-21
6 License: BSD
7 License File: LICENSE
8 Security Critical: yes
9
10 Description:
11 A fast string hashing algorithm.
12
13 Local Modifications:
14 - Added LICENSE.
15 - Added license text as a comment to the top of superfasthash.c.
16 - #include <stdint.h> instead of "pstdint.h".
17 - #include <stdlib.h>.
18
19 The license is a standard 3-clause BSD license with the following minor changes:
20
21 "nor the names of its contributors may be used"
22 is replaced with:
23 "nor the names of any other contributors to the code use may not be used"
24
25 and
26
27 "IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE"
28 is replaced with:
29 "IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE"
OLDNEW
« no previous file with comments | « base/third_party/superfasthash/OWNERS ('k') | base/third_party/superfasthash/superfasthash.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698