summaryrefslogtreecommitdiff
path: root/LICENSE
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2019-05-30 21:37:31 +0800
committerGiampaolo Rodola <g.rodola@gmail.com>2019-05-30 21:37:31 +0800
commit2c8e21a81713b2d3ab843543751c2fe9591d88f6 (patch)
treef9a7ea426c6c83a77bab1c96352ece277e898cac /LICENSE
parenta81c4e3991e3670bf5affba8bbbbdd0a00f7cabe (diff)
downloadpsutil-2c8e21a81713b2d3ab843543751c2fe9591d88f6.tar.gz
update LICENSE so that it's recognized as BSD-3 by github
Diffstat (limited to 'LICENSE')
-rw-r--r--LICENSE4
1 files changed, 3 insertions, 1 deletions
diff --git a/LICENSE b/LICENSE
index e91b1359..502b1d46 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-psutil is distributed under BSD license reproduced below.
+psutil is distributed under BSD 3-Clause license reproduced below.
Copyright (c) 2009, Jay Loden, Dave Daeschler, Giampaolo Rodola'
All rights reserved.
@@ -8,9 +8,11 @@ are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.
+
* Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
+
* Neither the name of the psutil authors nor the names of its contributors
may be used to endorse or promote products derived from this software without
specific prior written permission.