b79f55069bcfb02706d9bd6bee9fe505ac77fea9
[openssl-web.git] / policies / cla.html
1 <!DOCTYPE html>
2 <html lang="en">
3 <!--#include virtual="/inc/head.shtml" -->
4
5 <body>
6 <!--#include virtual="/inc/banner.shtml" -->
7
8   <div id="main">
9     <div id="content">
10       <div class="blog-index">
11         <article>
12           <header><h2>Contributor Agreements</h2></header>
13           <div class="entry-content">
14             <p>
15             Every non-trival contribution to be
16             covered by a signed
17             Contributor License Agreement (CLA).
18             We are mostly following the practice of
19             <a href="https://www.apache.org">the Apache Software Foundation</a>.
20             You can see their CLA policy
21             <a href="https://www.apache.org/licenses/#clas">here</a>.
22           Or, you can just read the following paragraphs :)
23           </p>
24
25           <p>
26           OpenSSL desires that all contributors of ideas, code, or
27           documentation complete, sign, and submit (via postal mail, fax
28           or email) an Individual CLA [<a href="openssl_icla.pdf">PDF</a>].
29           The purpose of this agreement is to clearly define
30           the terms under which intellectual property has been contributed
31           to OpenSSL and thereby allow us to defend the project should
32           there be a legal dispute regarding the software at some future
33           time.</p>
34
35           <p>
36           <em>Please make sure that the email
37           address matches the one that you use for the "Author" in your
38           git commits.  List multiple email addresses if necessary.</em>
39           </p>
40
41           <p>
42           For a corporation that has assigned employees to work on OpenSSL,
43           a Corporate CLA [<a href="openssl_ccla.pdf">PDF</a>]
44           is available for contributing intellectual property via
45           the corporation, that may have been assigned as part of an
46           employment agreement. Note that a Corporate CLA does not
47           cover any individual contributions which are not owned by the
48           corporation signing the CCLA.
49           </p>
50
51           <p>
52           Your Full name will be published unless you provide an alternative
53           Public name. For example if your full name is Andrew Bernard Charles
54           Dickens, but you wish to be known as Andrew Dickens, please enter
55           the latter as your Public name.  If you do not wish to have your
56           name listed as a contributor, use <em>Anonymous</em>.
57           We reserve the right to reject rude or obscene nick-names.
58           The email address and other contact details are not published.
59           </p>
60
61         </div>
62           <footer>
63             You are here: <a href="/">Home</a>
64             : <a href=".">Policies</a>
65             : <a href="">Contributor Agreements</a>
66             <br/><a href="/sitemap.txt">Sitemap</a>
67           </footer>
68         </article>
69       </div>
70       <!--#include virtual="sidebar.shtml" -->
71     </div>
72   </div>
73
74 <!--#include virtual="/inc/footer.shtml" -->
75 </body>
76
77 </html>
78
79