Thu, 22 Jan 2015 13:21:57 +0100
Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6
michael@0 | 1 | psutil is distributed under BSD license reproduced below. |
michael@0 | 2 | |
michael@0 | 3 | Copyright (c) 2009, Jay Loden, Dave Daeschler, Giampaolo Rodola' |
michael@0 | 4 | All rights reserved. |
michael@0 | 5 | |
michael@0 | 6 | Redistribution and use in source and binary forms, with or without modification, |
michael@0 | 7 | are permitted provided that the following conditions are met: |
michael@0 | 8 | |
michael@0 | 9 | * Redistributions of source code must retain the above copyright notice, this |
michael@0 | 10 | list of conditions and the following disclaimer. |
michael@0 | 11 | * Redistributions in binary form must reproduce the above copyright notice, |
michael@0 | 12 | this list of conditions and the following disclaimer in the documentation |
michael@0 | 13 | and/or other materials provided with the distribution. |
michael@0 | 14 | * Neither the name of the psutil authors nor the names of its contributors |
michael@0 | 15 | may be used to endorse or promote products derived from this software without |
michael@0 | 16 | specific prior written permission. |
michael@0 | 17 | |
michael@0 | 18 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND |
michael@0 | 19 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
michael@0 | 20 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
michael@0 | 21 | DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR |
michael@0 | 22 | ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES |
michael@0 | 23 | (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
michael@0 | 24 | LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON |
michael@0 | 25 | ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
michael@0 | 26 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
michael@0 | 27 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |