-
Notifications
You must be signed in to change notification settings - Fork 1
/
contribute.html
88 lines (81 loc) · 3.91 KB
/
contribute.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<!DOCTYPE html>
<head>
<meta charset="utf-8">
<title>Cuckoo Foundation</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="/css/style.uncompressed.css" rel="stylesheet">
<link href="/css/font-awesome/font-awesome.css" rel="stylesheet">
<link href="http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800" rel="stylesheet" type="text/css">
</head>
<body>
<header id="header">
<div class="navbar navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
<!--<a class="brand" href="index.html"><b>Cuckoo</b>Sandbox</a>-->
<div class="nav-collapse fr">
<ul class="nav">
<li><a href="index.html">Home</a></li>
<li class="active"><a href="contribute.html">Contribute</a></li>
<li><a href="faq.html">FAQ</a></li>
<li><a href="http://cuckoosandbox.org/">Cuckoo Sandbox</a></li>
</ul>
</div>
</div>
</div>
</div>
</header>
<!-- Content
================================================== -->
<div id="content" class="container" style="margin-top: 50px;">
<div class="row" style="height: 60px;">
<div class="span3">
<img src="/img/cuckoo.png" alt="Cuckoo Sandbox" height="60"/>
</div>
</div>
<hr/>
<div>
<div class="page-header"><h2>Contribute</h2></div>
<p>In order to consolidate <a href="http://cuckoosandbox.org/">Cuckoo Sandbox</a> as a mature project and to more professionally coordinate and support its development legally and financially, the creation of a not-for-profit foundation was a long-standing requirement.</p>
<p>The Stichting Cuckoo Foundation is now required to hold the copyright of Cuckoo Sandbox and the surrounding projects, and consequently all developers that contribute a substantial amount of code to the project are required to assign the copyright to the organization and provide a signed copy of a formal agreement.</p>
<ul>
<li>If you're an individual, download the <a href="/docs/cuckoo-individual.pdf">individual agreement</a>.</li>
<li>If you're an organization, download the <a href="/docs/cuckoo-entity.pdf">entity agreement</a>.</li>
</ul>
<p>If you contributed or intend to contribute code to Cuckoo Sandbox, please download the respective document and send a signed copy to one of the addresses below.</p>
</div>
<div>
<div class="page-header"><h2>Contact Us</h2></div>
<p>You can contact us regarding contributors agreements and similar matters to <a href="mailto:[email protected]">[email protected]</a>.</p>
<p>Similarly, you can also send your signed documents to the following address (although this is not the preferred option as it requires more time):</p>
<p>
Cuckoo Foundation<br/>
Singel 540<br/>
1017 AZ Amsterdam<br/>
Netherlands
</p>
</div>
</div>
<!-- /Content -->
<footer class="row">
<div id="footer-extra">
<div class="container">
<div class="row">
<div class="span8">
© 2010-2020 Cuckoo Foundation
</div>
</div>
</div>
</div>
</footer>
<script type="text/javascript" src="/js/bootstrap.min.js"></script>
<script type="text/javascript" src="/js/jquery.isotope.min.js"></script>
<script type="text/javascript" src="/js/jquery.touchSwipe.js"></script>
<script type="text/javascript" src="/js/functions.min.js"></script>
</body>
</html>