From 6c4ab02f637dbc671479c24053276febada13c1c Mon Sep 17 00:00:00 2001 From: Nick Coghlan Date: Sat, 10 Mar 2018 14:53:03 +1000 Subject: [PATCH] Add a legal caveat on `pipenv check` Closes #1651 --- docs/advanced.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/advanced.rst b/docs/advanced.rst index 22a48b17..01b67aab 100644 --- a/docs/advanced.rst +++ b/docs/advanced.rst @@ -178,6 +178,15 @@ Example:: ✨🍰✨ +.. note:: + + Commercial users and redistributors of `pipenv` should be aware that the public + `Safety-DB` project backing this feature is licensed as CC-BY-NC-SA. Non-commercial + use of this feature and use by organisations with their own pyup.io commercial license + are thus both clearly fine, but other commercial redistributors and end users may want + to perform their own legal assessment before relying on the capability. + + ☤ Community Integrations ------------------------