{% 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 "Choose request category" %} {% endblock page_title %} {% block navbar-content %}

{% translate "Choose 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 tell us why you're requesting a change to the Archive. We'll use this to determine next steps and any information we may need. {% endblocktranslate %}

{% csrf_token %}

{% blocktranslate trimmed %} To report potential copyright infringement in the Archive, please submit a takedown request. {% endblocktranslate %}

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

{% translate "You can request a modification to the archive if:" %}

  • {% blocktranslate trimmed %} Personal data was mistakenly versioned in a repository, or you have GDPR-related issues (like a name change). {% endblocktranslate %}
  • {% blocktranslate trimmed %} You've made a change to your repository and want to apply it to the archived version. {% endblocktranslate %}
{% bootstrap_button _("Request personal data change") 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 %}