1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/python/psutil/LICENSE Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,27 @@ 1.4 +psutil is distributed under BSD license reproduced below. 1.5 + 1.6 +Copyright (c) 2009, Jay Loden, Dave Daeschler, Giampaolo Rodola' 1.7 +All rights reserved. 1.8 + 1.9 +Redistribution and use in source and binary forms, with or without modification, 1.10 +are permitted provided that the following conditions are met: 1.11 + 1.12 + * Redistributions of source code must retain the above copyright notice, this 1.13 + list of conditions and the following disclaimer. 1.14 + * Redistributions in binary form must reproduce the above copyright notice, 1.15 + this list of conditions and the following disclaimer in the documentation 1.16 + and/or other materials provided with the distribution. 1.17 + * Neither the name of the psutil authors nor the names of its contributors 1.18 + may be used to endorse or promote products derived from this software without 1.19 + specific prior written permission. 1.20 + 1.21 +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND 1.22 +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 1.23 +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 1.24 +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR 1.25 +ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES 1.26 +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 1.27 +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON 1.28 +ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 1.29 +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 1.30 +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.