blob: b8a48ff01559ad1b572cd4f316b87764523f9072 [file] [log] [blame]
Jason Evans0b2368a2010-01-03 11:59:14 -08001Unless otherwise specified, files in the jemalloc source distribution are
2subject to the following licenses:
3--------------------------------------------------------------------------------
Jason Evans1af52cf2012-03-02 17:51:26 -08004Copyright (C) 2002-2012 Jason Evans <jasone@canonware.com>.
Jason Evans0b2368a2010-01-03 11:59:14 -08005All rights reserved.
Jason Evans1af52cf2012-03-02 17:51:26 -08006Copyright (C) 2007-2012 Mozilla Foundation. All rights reserved.
Jason Evans0b2368a2010-01-03 11:59:14 -08007
8Redistribution and use in source and binary forms, with or without
9modification, are permitted provided that the following conditions are met:
101. Redistributions of source code must retain the above copyright notice(s),
11 this list of conditions and the following disclaimer.
122. 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
16THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER(S) ``AS IS'' AND ANY EXPRESS
17OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
18MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
19EVENT SHALL THE COPYRIGHT HOLDER(S) BE LIABLE FOR ANY DIRECT, INDIRECT,
20INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
21LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
22PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
23LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
24OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
25ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
26--------------------------------------------------------------------------------
Jason Evans1af52cf2012-03-02 17:51:26 -080027Copyright (C) 2009-2012 Facebook, Inc.
Jason Evans0b2368a2010-01-03 11:59:14 -080028All rights reserved.
29
30Redistribution and use in source and binary forms, with or without modification,
31are 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
41THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
42ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
43WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
44DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
45ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
46(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
47LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
48ANY 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
50SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
51--------------------------------------------------------------------------------