copyright.html.j2 (1657B)
1 {% extends "common/base.j2" %} 2 {% block subtitle %}{{ _("Copyright Assignment")}}{% endblock subtitle %} 3 {% block body_content %} 4 <main id="maincontent"> 5 <div class="jumbotron"> 6 <div class="container text-center"> 7 <h1>{{ _("Copyright Assignment") }}</h1> 8 <p> 9 {% trans %} 10 Contributors to GNU Taler with Git access must sign the 11 <a href="/pdf/copyright.pdf">copyright assignment</a> 12 to ensure that the 13 <a href="https://git.gnunet.org/gnunet-ev.git/tree/gnunet_taler_agreement.tex">GNUnet e.V. --- Taler Systems SA agreement on licensing and collaborative development</a> 14 of the GNUnet and GNU Taler projects is satisfied. 15 {% endtrans %} 16 </p> 17 </div> 18 <div class="container"> 19 <p> 20 {% trans %} 21 The agreements ensure that the code will continue to be made 22 available under free software licenses, which gives developers 23 the freedom to move code between GNUnet and GNU Taler without 24 worrying about licenses and the company the ability to 25 dual-license (for example, so that we can distribute via 26 App-stores that are hostile to free software). 27 {% endtrans %} 28 </p> 29 <p> 30 {% trans %} 31 Minor contributions (basically, anyone without Git access) do 32 not require copyright assignment. Pseudonymous contributions are 33 accepted, in this case simply sign the agreement with your 34 pseudonym. Scanned copies are sufficient, but snail mail is 35 preferred. 36 {% endtrans %} 37 </p> 38 </div> 39 </div> 40 {% endblock body_content %}