summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAlp Toker <alp@nuanti.com>2013-10-18 08:45:43 +0000
committerAlp Toker <alp@nuanti.com>2013-10-18 08:45:43 +0000
commit46c635251f942e248d830d48d92e2773a94c82ab (patch)
tree02e8b133432a19da26732c8560c7f5fcdef3e5f2 /docs
parent641bea117d2f5e68c11156b9eea1c9270825dfb9 (diff)
downloadllvm-46c635251f942e248d830d48d92e2773a94c82ab.tar.gz
llvm-46c635251f942e248d830d48d92e2773a94c82ab.tar.bz2
llvm-46c635251f942e248d830d48d92e2773a94c82ab.tar.xz
Developer policy amendment regarding confidentiality notices
Thanks to Daniel Berlin and Nadav Rotem for feedback and rewording! Discussion: http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20131014/191677.html Reviewed by: nrotem, dberlin git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@192958 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/DeveloperPolicy.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/DeveloperPolicy.rst b/docs/DeveloperPolicy.rst
index 0f2136aa2e..ea5a7d1b66 100644
--- a/docs/DeveloperPolicy.rst
+++ b/docs/DeveloperPolicy.rst
@@ -68,6 +68,9 @@ of bugs and enhancements occurring in LLVM. We really appreciate people who are
proactive at catching incoming bugs in their components and dealing with them
promptly.
+Please be aware that all public LLVM mailing lists are public and archived, and
+that notices of confidentiality or non-disclosure cannot be respected.
+
.. _patch:
.. _one-off patches:
@@ -107,6 +110,10 @@ rather than ``Content-Disposition: attachment``. Apple Mail gamely displays such
a file inline, making it difficult to work with for reviewers using that
program.
+When submitting patches, please do not add confidentiality or non-disclosure
+notices to the patches themselves. These notices conflict with the `LLVM
+License`_ and may result in your contribution being excluded.
+
.. _code review:
Code Reviews