summaryrefslogtreecommitdiff
path: root/copyright.html.j2
blob: 40011d364b52110cbd5f5d0660ad379fe7e7a679 (plain)
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
{% extends "common/base.j2" %}
{% block body_content %}
<!-- Jumbotron -->
<div class="jumbotron">
  <div class="container text-center">
    <h1>{{ _("Copyright Assignment") }}</h1>
{% trans %}
    <p>Contributors to GNU Taler with Git access must sign the
    <a href="pdf/copyright.pdf">copyright assignment</a> to
    ensure that the GNUnet e.V. --- Taler Systems SA agreement
    on licensing and collaborative development of the GNUnet and
    GNU Taler projects is satisfied.</p>
{% endtrans %}
{% trans %}
    <p>The agreements ensure that the code will continue to be made
    available under free software licenses, but gives us the freedom
    to move code between GNUnet and GNU Taler and the ability to
    dual-license.</p>
{% endtrans %}
{% trans %}
    <p>Minor contributions (basically, anyone without Git access) do
    not require copyright assignment. Pseudonymous contributions are
    accepted, in this case simply sign the agreement with your
    pseudonym. Scanned copies are sufficient, but snail mail is
    preferred.</p>
{% endtrans %}
  </div>
</div>
{% endblock body_content %}