]>
Commit | Line | Data |
---|---|---|
a78e148b | 1 | Unless otherwise specified, files in the jemalloc source distribution are |
2 | subject to the following licenses: | |
3 | -------------------------------------------------------------------------------- | |
4 | Copyright (C) 2002-2010 Jason Evans <jasone@canonware.com>. | |
5 | All rights reserved. | |
6 | Copyright (C) 2007-2010 Mozilla Foundation. All rights reserved. | |
7 | ||
8 | Redistribution and use in source and binary forms, with or without | |
9 | modification, are permitted provided that the following conditions are met: | |
10 | 1. Redistributions of source code must retain the above copyright notice(s), | |
11 | this list of conditions and the following disclaimer. | |
12 | 2. Redistributions in binary form must reproduce the above copyright notice(s), | |
13 | this list of conditions and the following disclaimer in the documentation | |
14 | and/or other materials provided with the distribution. | |
15 | ||
16 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER(S) ``AS IS'' AND ANY EXPRESS | |
17 | OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF | |
18 | MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO | |
19 | EVENT SHALL THE COPYRIGHT HOLDER(S) BE LIABLE FOR ANY DIRECT, INDIRECT, | |
20 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT | |
21 | LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR | |
22 | PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF | |
23 | LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE | |
24 | OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF | |
25 | ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | |
26 | -------------------------------------------------------------------------------- | |
27 | Copyright (C) 2009-2010 Facebook, Inc. | |
28 | All rights reserved. | |
29 | ||
30 | Redistribution and use in source and binary forms, with or without modification, | |
31 | are permitted provided that the following conditions are met: | |
32 | * Redistributions of source code must retain the above copyright notice, this | |
33 | list of conditions and the following disclaimer. | |
34 | * Redistributions in binary form must reproduce the above copyright notice, this | |
35 | list of conditions and the following disclaimer in the documentation and/or | |
36 | other materials provided with the distribution. | |
37 | * Neither the name of Facebook, Inc. nor the names of its contributors may be | |
38 | used to endorse or promote products derived from this software without | |
39 | specific prior written permission. | |
40 | ||
41 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND | |
42 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED | |
43 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE | |
44 | DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR | |
45 | ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES | |
46 | (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; | |
47 | LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON | |
48 | ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | |
49 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS | |
50 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | |
51 | -------------------------------------------------------------------------------- |