Skip to content

Commit e84801b

Browse files
Nathan Bronsonfacebook-github-bot
authored andcommitted
import farmhash
Summary: This diff imports farmhash.h and farmhash.cc from https://github.com/google/farmhash and updates the public_tld license file accordingly. Build integration and namespace changes will occur in later diffs. Reviewed By: yfeldblum Differential Revision: D13436553 fbshipit-source-id: 7a081032cb35a1a3e1cd14e2edf2685906956396
1 parent ad036b6 commit e84801b

File tree

3 files changed

+12167
-0
lines changed

3 files changed

+12167
-0
lines changed

LICENSE

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,3 +175,26 @@
175175
of your accepting any such warranty or additional liability.
176176

177177
END OF TERMS AND CONDITIONS
178+
179+
180+
Files in folly/external/farmhash licensed as follows
181+
182+
Copyright (c) 2014 Google, Inc.
183+
184+
Permission is hereby granted, free of charge, to any person obtaining a copy
185+
of this software and associated documentation files (the "Software"), to deal
186+
in the Software without restriction, including without limitation the rights
187+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
188+
copies of the Software, and to permit persons to whom the Software is
189+
furnished to do so, subject to the following conditions:
190+
191+
The above copyright notice and this permission notice shall be included in
192+
all copies or substantial portions of the Software.
193+
194+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
195+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
196+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
197+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
198+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
199+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
200+
THE SOFTWARE.

0 commit comments

Comments
 (0)