summaryrefslogtreecommitdiff
path: root/copyright.html.j2
diff options
context:
space:
mode:
authorng0 <ng0@taler.net>2019-09-02 10:54:27 +0000
committerng0 <ng0@taler.net>2019-09-02 10:54:27 +0000
commitcf9958da7c7a8d8522937d7c4706c7ab2fc5fd73 (patch)
treebb7e353e8493205875ce2b2df538854c8db6ad11 /copyright.html.j2
parentbd9bfe737deddf63ae931e1f2990632d0698a952 (diff)
downloadwww-cf9958da7c7a8d8522937d7c4706c7ab2fc5fd73.tar.gz
www-cf9958da7c7a8d8522937d7c4706c7ab2fc5fd73.tar.bz2
www-cf9958da7c7a8d8522937d7c4706c7ab2fc5fd73.zip
Adjust repository layout (resolves #5596), add sitemap.xml generator.
Diffstat (limited to 'copyright.html.j2')
-rw-r--r--copyright.html.j234
1 files changed, 0 insertions, 34 deletions
diff --git a/copyright.html.j2 b/copyright.html.j2
deleted file mode 100644
index 1c5201b9..00000000
--- a/copyright.html.j2
+++ /dev/null
@@ -1,34 +0,0 @@
-{% extends "common/base.j2" %}
-{% block body_content %}
-<!-- Jumbotron -->
-<div class="jumbotron">
- <div class="container text-center">
- <h1>{{ _("Copyright Assignment") }}</h1>
- <!-- Note: source of the pdf/copyright.pdf is in gitolite-admin/ -->
-{% trans %}
- <p>Contributors to GNU Taler with Git access must sign the
- <a href="/pdf/copyright.pdf">copyright assignment</a> to
- ensure that the <a href="https://gnunet.org/git/gnunet-ev.git/tree/gnunet_taler_agreement.tex">GNUnet e.V. --- Taler Systems SA agreement
- on licensing and collaborative development</a> of the GNUnet and
- GNU Taler projects is satisfied.</p>
-{% endtrans %}
- </div>
- <div class="container">
-{% trans %}
- <p>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).</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 %}