summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2019-05-30 20:35:05 +0800
committerGiampaolo Rodola <g.rodola@gmail.com>2019-05-30 20:35:05 +0800
commitd7871b7f304153f52a41d947445a4fde20624958 (patch)
treef9a7ea426c6c83a77bab1c96352ece277e898cac
parenta81c4e3991e3670bf5affba8bbbbdd0a00f7cabe (diff)
downloadpsutil-tidelift.tar.gz
update LICENSE so that it's recognized as BSD-3 by githubtidelift
-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.