diff --git a/www/conservancy/templates/assignment/assignment_form.html b/www/conservancy/templates/assignment/assignment_form.html new file mode 100644 index 0000000000000000000000000000000000000000..ed2a07a9fab4e570f61d934c265bbac9feaf810a --- /dev/null +++ b/www/conservancy/templates/assignment/assignment_form.html @@ -0,0 +1,38 @@ +{% extends "base_conservancy.html" %} +{% block category %}Copyright Assignment{% endblock %} +{% block outercontent %} + +

Copyright Assignment

+ +
+

Thank you for considering assigning your copyright to the Software Freedom Conservancy. Your assignment helps us enforce copyright on your behalf.

+ +

Please complete the following form and we will prepare the appropriate paperwork. You will receive a PDF form to sign and be witnessed by a public notary.

+
+ +
+ {% csrf_token %} + {{ form.as_p }} + +

Please be aware that some employment agreements explicitly transfer copyright ownership to the employer. We recommend you review your recent employment agreements for such clauses.

+ +

+

+{% endblock %}