{% extends "./alter_common.html" %} {% comment %} # Copyright (C) 2025 The Software Heritage developers # See the AUTHORS file at the top-level directory of this distribution # License: GNU Affero General Public License version 3, or any later version # See top-level LICENSE file for more information {% endcomment %} {% block page_title %} {% translate "Choice of archive alteration request category" %} {% endblock page_title %} {% block navbar-content %}

{% translate "Choice of archive alteration request category" %}

{% endblock navbar-content %} {% block content %} {% bootstrap_messages %} {% if form.errors %} {% bootstrap_alert form.errors alert_type="danger" %} {% endif %} {% include "includes/steps.html" %}

{% blocktranslate trimmed %} Please specify the reason for your request to alter the archive. This will help determine the necessary steps and the information we may need to collect from you to process your request. {% endblocktranslate %}

{% csrf_token %}

{% blocktranslate trimmed %} If you believe content in the archive may be subject to copyright infringement, you can submit a takedown request. {% endblocktranslate %}

{% bootstrap_button _("Copyright archive alteration request") button_type="submit" button_class="btn-primary" name="category" value="copyright" %}

{% blocktranslate trimmed %} Personal data was versioned by mistake in a repository, you changed your name or any other GPDR-related issues; you made a change to your repository and you want to apply it to the archived version: you wish to request a modification of the archive. {% endblocktranslate %}

{% bootstrap_button _("PII archive alteration request") button_type="submit" button_class="btn-primary" name="category" value="pii" %}

{% blocktranslate trimmed %} If you have identified other types of illegal content in the archive, such as child sexual abuse material (CSAM) or content that violates anti-terrorism laws, you must first report this content to PHAROS, a French government platform for reporting illegal online content. You can also submit a request to remove this content from the Software Heritage Archive in parallel. {% endblocktranslate %}

PHAROS {% bootstrap_button _("Legal archive alteration request") button_type="submit" button_class="btn-secondary" name="category" value="legal" %}
{% endblock content %}