Add current status of the missing cla folder.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
vps
Slávek Banko 5 years ago
parent 8ac7886c75
commit be0f87e765
No known key found for this signature in database
GPG Key ID: 608F5293A04BE668

@ -0,0 +1,38 @@
<?php
// (c) 2014 Trinity Desktop Project
// All Rights Reserved
// Authors: Elizabeth Liddell, Timothy Pearson, and Calvin Morrison
$path = '../';
set_include_path(get_include_path() . PATH_SEPARATOR . $path);
include("tde-head-and-foot.php");
doHeader("Trinity CLAs", "Development", "CLAs");
?>
<B>Thank you for your interest in contributing to the Trinity Desktop Project!</B>
<P>
<B>For our protection, and yours, we need to have formal agreements in place with our contributors.</B> These agreements are the easiest way for you to formally give us permission to use and redistribute your contributions. In effect, youre giving us a licence to your work, but you still own the copyright — so you retain the right to modify your work and use it in other projects.
<P>
<I>We do not require the transfer of copyright</I>; we simply want to know that you have the legal right to contribute to the Trinity Desktop Project under our open-source licenses before using and redistributing your work. We also want to make sure that <I>you</I> know once a contribution is made it cannot be forcibly removed from the project against our will by you or other interested parties — per the legal definitions of open source, once released the work can be legally copied and distributed by anyone at any time.
<P>
<B>We have two separate Contributor License Agreement (CLA) forms</B>: one for <a href="./pdf/Trinity Desktop Project-Individual.pdf">individual contributors</a> and one for <a href="./pdf/Trinity Desktop Project-Entity.pdf">companies and other organisations</a>. If you are employed by a firm that has an interest in any intellectual property you create (this includes, but is not limited to, all engineering firms and many information technology firms), you <I>must</I> have your employer verify that you are authorized to enter into this agreement before signing and returning the form. If your employer does not approve, you may <I>not</I> make <I>any</I> contributions to the Trinity Desktop Project either <I>now or in the future</I>.
<P>
<B>To contribute</B>, please complete the appropriate form above, then either:<BR>
Fax the completed form to +1 (415) 639-6630<BR>
-or-<BR>
Email the completed form with a verified GPG digital signature to <a href="mailto:tpearson@raptorengineeringinc.com">tpearson@raptorengineeringinc.com</a>.
<P>
<B>When contributing</B> please include a "Signed-off-by: Your Name &lt;your email&gt;" line with your patches and/or commits to GIT. By including this line you are stating that you have the legal right to license the work to us under the terms of our CLA, and that you understand and agree to the CLA. If there is no signed CLA matching the "Signed-off-by" line on file with us the work will be rejected.
<P>
<B>If you do not have the legal right to license the work to us</B> you must not add a "Signed-off-by" line to that work; if the entity holding the appropriate legal rights does not sign off on the affected work it cannot be contributed to the Trinity Desktop Project. For example, if your employer holds the legal copyright on your work and has a CLA on file with us, that employer needs to generate an appropriate "Signed-off-by" line for your contribution. You will still get authorship credit for your work in this situtation; GIT records the author and legal rights holder of a work in two separate locations.
<P>
<B>Digital signatures</B> of each document by the Trinity Desktop Project:<BR>
<a href="./pdf/Trinity Desktop Project-Individual.pdf.sig">Individual contributors</a> (GPG)<BR>
<a href="./pdf/Trinity Desktop Project-Entity.pdf.sig">Companies and other organisations</a> (GPG)
<?php
doFooter();
?>
Loading…
Cancel
Save