aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2014-11-06 17:05:48 -0300
committerAlex Gaynor <alex.gaynor@gmail.com>2014-11-06 17:05:48 -0300
commitfda9247969f47ef2e250539b662957ab58cf4566 (patch)
tree5d75772cb9f77564a6824ae25c8e14a597fff077 /docs
parent4a779f069d0280f2ad531526086e898a1c05e7d7 (diff)
downloadcryptography-fda9247969f47ef2e250539b662957ab58cf4566.tar.gz
cryptography-fda9247969f47ef2e250539b662957ab58cf4566.tar.bz2
cryptography-fda9247969f47ef2e250539b662957ab58cf4566.zip
Refs #1209 -- clearly state the licensing requirements in the docs
Diffstat (limited to 'docs')
-rw-r--r--docs/development/submitting-patches.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/development/submitting-patches.rst b/docs/development/submitting-patches.rst
index fe2df431..54005d27 100644
--- a/docs/development/submitting-patches.rst
+++ b/docs/development/submitting-patches.rst
@@ -8,6 +8,9 @@ Submitting patches
* Larger changes should be discussed on `our mailing list`_ before submission.
* New features and significant bug fixes should be documented in the
:doc:`/changelog`.
+* You must have legal permission to distribute any code you contribute to
+ ``cryptography``, and it must be available under both the BSD and Apache
+ Software License Version 2.0 licenses.
If you believe you've identified a security issue in ``cryptography``, please
follow the directions on the :doc:`security page </security>`.