summaryrefslogtreecommitdiff
path: root/.templates
diff options
context:
space:
mode:
authorThomas Schwinge <tschwinge@gnu.org>2007-09-20 19:10:49 +0200
committerThomas Schwinge <tschwinge@gnu.org>2007-09-21 14:06:54 +0200
commitbd30e648de23de61bce95601b3e32d5b1a27a96f (patch)
treeee1e87895136c8eb25cebedfbb8604d1a0a31bdb /.templates
parente4b6f13fea2fe0dd35798c8673430dafa894b155 (diff)
Rework copyright assignment procedure.
Move the copyright assignment text out of the wiki pages and instead make it part of the web-editing page's template. Update text as per suggestions of Richard M. Stallman (private email, 2007-09).
Diffstat (limited to '.templates')
-rw-r--r--.templates/editpage.tmpl18
1 files changed, 18 insertions, 0 deletions
diff --git a/.templates/editpage.tmpl b/.templates/editpage.tmpl
index cf4950ea..091bb8d3 100644
--- a/.templates/editpage.tmpl
+++ b/.templates/editpage.tmpl
@@ -57,6 +57,24 @@ Page type: <TMPL_VAR FIELD-TYPE>
Optional comment about this change:<br />
<TMPL_VAR FIELD-COMMENTS><br />
</TMPL_IF>
+
+<div id="copyright_assignment_notice">
+
+<p>By contributing to this page, you agree to assign copyright for
+your contribution to the Free Software Foundation. The Free Software
+Foundation promises to always use a free documentation license (as per
+our criteria of free documentation) when publishing your contribution.
+We grant you back all your rights under copyright, including the
+rights to copy, modify, and redistribute your contributions.</p>
+
+<p>We're requiring these copyright assignments, so that we'll easily
+be able to include your contributions in official GNU documentation,
+such as the GNU Hurd manual, etc. Send email to <a
+href="mailto:hurd-maintainers@gnu.org">&lt;hurd-maintainers@gnu.org&gt;</a>
+if there are questions.</p>
+
+</div>
+
<TMPL_VAR FORM-SUBMIT>
<TMPL_VAR HELPONFORMATTINGLINK>
<TMPL_VAR FORM-END>