{% extends "layout.html" %} {% comment %} # Copyright (C) 2024 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 %} {% load swh_templatetags %} {% load render_bundle from webpack_loader %} {% load i18n %} {% load bootstrap4 %} {% block header %} {{ block.super }} {% render_bundle 'takedowns' %} {% endblock header %} {% block page_title %} {% translate "Takedown request" %} {% endblock page_title %} {% block navbar-content %}

{% translate "Takedown request" %}

{% endblock navbar-content %} {% block content %} {% if messages %} {% for message in messages %} {% bootstrap_alert message alert_type=message.tags %} {% endfor %} {% endif %}
{% blocktranslate %}

The Software Heritage archive collects publicly available source code, and its development history, from a variety of public sources. Software Heritage does not perform any screening of the collected source code and development history, hence illicit content present therein may become part of the Software Heritage archive. Conformant to the applicable french law, Software Heritage and Inria won’t be liable for copyright infringement as long as they offer legitimate right-holders a means to request it to be taken down. Notice that the terms of the french law are different from the ones found in the US Digital Millennium Copyright Act: in particular, no take down counter-notice mechanism is mandated by the law.

To request the removal of a content from the Software Heritage archive, you must file a formal request containing all of the following information.

{% endblocktranslate %}

{% if form.errors %} {% translate "Please fix the errors in the form." as error_message %} {% bootstrap_alert error_message alert_type="danger" %} {% endif %}
{% csrf_token %}
{% translate "Origins" %} {% bootstrap_formset origins show_label="sr-only" %}
{% bootstrap_field form.reasons placeholder="" %} {% bootstrap_field form.correspondence placeholder="" %} {% bootstrap_field form.no_longer_accessible %}
{% translate "Contact" %}
{% bootstrap_field form.submitter_type form_check_class="custom-control custom-radio custom-control-inline" %}
{% bootstrap_field form.contact_email placeholder="" %}
{% bootstrap_field form.individual_name placeholder="" form_group_class="form-group col-md-6" %} {% bootstrap_field form.individual_activity placeholder="" form_group_class="form-group col-md-6" %}
{% bootstrap_field form.individual_nationality placeholder="ie. french" form_group_class="form-group col-md-4" %} {% bootstrap_field form.individual_birthplace placeholder="ie. France" form_group_class="form-group col-md-4" %} {% bootstrap_field form.individual_birthdate placeholder="ie. France" form_group_class="form-group col-md-4" %}
{% bootstrap_field form.individual_address placeholder="" %}
{% bootstrap_field form.entity_type form_group_class="form-group col-md-2" %} {% bootstrap_field form.entity_name placeholder="" form_group_class="form-group col-md-5" %} {% bootstrap_field form.entity_representative placeholder="" form_group_class="form-group col-md-5" %}
{% bootstrap_field form.entity_address placeholder="" %}
{% blocktranslate %}

The information collected in this form is sent by email to the person responsible for processing takedown requests. The legal basis for processing is a legal obligation.

All data requested in the form must be provided. The data collected will be communicated to the following recipients only: Software heritage team dedicated to takedown requests and Inria's DPO. It will be kept for 2 months. You may access, rectify or request the deletion of your personal data, or exercise your right to limit the processing of your data.

{% endblocktranslate %} {% translate "Submit request for removal" as submit_label %} {% buttons submit=submit_label %}{% endbuttons %}
{% endblock content %}