From cf9958da7c7a8d8522937d7c4706c7ab2fc5fd73 Mon Sep 17 00:00:00 2001 From: ng0 Date: Mon, 2 Sep 2019 10:54:27 +0000 Subject: Adjust repository layout (resolves #5596), add sitemap.xml generator. --- template/copyright.html.j2 | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 template/copyright.html.j2 (limited to 'template/copyright.html.j2') diff --git a/template/copyright.html.j2 b/template/copyright.html.j2 new file mode 100644 index 00000000..1c5201b9 --- /dev/null +++ b/template/copyright.html.j2 @@ -0,0 +1,34 @@ +{% extends "common/base.j2" %} +{% block body_content %} + +
+
+

{{ _("Copyright Assignment") }}

+ +{% trans %} +

Contributors to GNU Taler with Git access must sign the + copyright assignment 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.

+{% endtrans %} +
+
+{% trans %} +

The agreements ensure that the code will continue to be made + available under free software licenses, but gives developers + the freedom to move code between GNUnet and GNU Taler without + worrying about licenses and the company the ability to + dual-license (for example, so that we can distribute via + App-stores that are hostile to free software).

+{% endtrans %} +{% trans %} +

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.

+{% endtrans %} +
+
+{% endblock body_content %} -- cgit v1.2.3