{% 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 "Archive Content Policies" %} {% endblock page_title %} {% block navbar-content %}

{% translate "Archive Content Policies" %}

{% endblock navbar-content %} {% block content %} {% blocktranslate asvar alter_msg trimmed %} Please read the entire archive content policy before requesting any alteration to the archive. {% endblocktranslate %} {% bootstrap_messages %}
{% bootstrap_alert alter_msg alert_type="info" dismissible=False %}

{% translate "Our mission" %}

{% blocktranslate with swhorg="https://www.softwareheritage.org" trimmed %}

Software Heritage ambition is to collect, preserve, and share software:

Read more about our mission

{% endblocktranslate %} {% if SWH_MIRROR_CONFIG and SWH_MIRROR_CONFIG.legal_template %} {% include SWH_MIRROR_CONFIG.legal_template %} {% else %} {% include "includes/swh_legal.html" %} {% endif %}
{% translate "Request an archive data alteration" %}
{% endblock content %}