1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/memory/jemalloc/src/COPYING Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,27 @@ 1.4 +Unless otherwise specified, files in the jemalloc source distribution are 1.5 +subject to the following license: 1.6 +-------------------------------------------------------------------------------- 1.7 +Copyright (C) 2002-2012 Jason Evans <jasone@canonware.com>. 1.8 +All rights reserved. 1.9 +Copyright (C) 2007-2012 Mozilla Foundation. All rights reserved. 1.10 +Copyright (C) 2009-2012 Facebook, Inc. All rights reserved. 1.11 + 1.12 +Redistribution and use in source and binary forms, with or without 1.13 +modification, are permitted provided that the following conditions are met: 1.14 +1. Redistributions of source code must retain the above copyright notice(s), 1.15 + this list of conditions and the following disclaimer. 1.16 +2. Redistributions in binary form must reproduce the above copyright notice(s), 1.17 + this list of conditions and the following disclaimer in the documentation 1.18 + and/or other materials provided with the distribution. 1.19 + 1.20 +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER(S) ``AS IS'' AND ANY EXPRESS 1.21 +OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 1.22 +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO 1.23 +EVENT SHALL THE COPYRIGHT HOLDER(S) BE LIABLE FOR ANY DIRECT, INDIRECT, 1.24 +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 1.25 +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 1.26 +PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 1.27 +LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE 1.28 +OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF 1.29 +ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 1.30 +--------------------------------------------------------------------------------