summaryrefslogtreecommitdiff
path: root/copyright.html.j2
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-05-23 11:01:52 +0200
committerChristian Grothoff <christian@grothoff.org>2017-05-23 11:01:52 +0200
commita8dc6f01ae5617b46dc9078b9ff84169bc15c45a (patch)
tree7d2b2f61bc77f1f747c7080dc4699e430ff93554 /copyright.html.j2
parent3875acca7ff2142a4a5eaaf0376bd017a5cc63d2 (diff)
downloadwww-a8dc6f01ae5617b46dc9078b9ff84169bc15c45a.tar.gz
www-a8dc6f01ae5617b46dc9078b9ff84169bc15c45a.tar.bz2
www-a8dc6f01ae5617b46dc9078b9ff84169bc15c45a.zip
post copyright assignment
Diffstat (limited to 'copyright.html.j2')
-rw-r--r--copyright.html.j229
1 files changed, 29 insertions, 0 deletions
diff --git a/copyright.html.j2 b/copyright.html.j2
new file mode 100644
index 00000000..40011d36
--- /dev/null
+++ b/copyright.html.j2
@@ -0,0 +1,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 %}