Fix: CC-BY-SA -> EUPL
This commit is contained in:
parent
0e1a7fe1e5
commit
96f12811e5
2 changed files with 15 additions and 19 deletions
|
@ -70,32 +70,30 @@ Auteurs et licences
|
||||||
Par défaut, et sauf mention contraire, les licences
|
Par défaut, et sauf mention contraire, les licences
|
||||||
suivantes sont d'application :
|
suivantes sont d'application :
|
||||||
|
|
||||||
- :fab:`creative-commons`
|
- texte par Kujiu licence EUPL 1.2 ;
|
||||||
:fab:`creative-commons-by`
|
- :fab:`font-awesome [FA]`
|
||||||
:fab:`creative-commons-sa`
|
|
||||||
texte par Kujiu licence CC-BY-SA 4.0;
|
|
||||||
- :fab:`font-awesome`
|
|
||||||
icônes `Fontawesome <https://www.fontawesome.com>`_,
|
icônes `Fontawesome <https://www.fontawesome.com>`_,
|
||||||
licence Fontawesome Free License ;
|
licence Fontawesome Free License ;
|
||||||
- emojis par `Sphinx Emojis <https://sphinxemojicodes.readthedocs.io/en/stable/>`_ ;
|
- emojis par `Sphinx Emojis <https://sphinxemojicodes.readthedocs.io/en/stable/>`_ ;
|
||||||
- :fab:`creative-commons`
|
- :fab:`creative-commons [CC]`
|
||||||
:fab:`creative-commons-by`
|
:fab:`creative-commons-by [BY]`
|
||||||
police `Luciole <https://www.luciole_vision.com>`_
|
police `Luciole <https://www.luciole_vision.com>`_
|
||||||
par Laurent Bourcellier & Jonathan Perez,
|
par Laurent Bourcellier & Jonathan Perez,
|
||||||
licence CC-BY 4.0 ;
|
licence CC-BY 4.0 ;
|
||||||
- illustrations de `Katerina Limpitsouni <https://undraw.co/license>`_ ;
|
- illustrations de `Katerina Limpitsouni <https://undraw.co/license>`_ ;
|
||||||
- illustrations de :fablink:`instagram: Springouille <https://www.instagram.com/springouille/>`
|
- illustrations de :fablink:`instagram: Springouille [Instagram] <https://www.instagram.com/springouille/>`
|
||||||
et de :fablink:`instagram: D.Evy <https://www.instagram.com/desc_evy/>`.
|
et de :fablink:`instagram: D.Evy [Instagram] <https://www.instagram.com/desc_evy/>`.
|
||||||
|
|
||||||
Vous pouvez cliquer sur les liens suivants pour consulter
|
Vous pouvez cliquer sur les liens suivants pour consulter
|
||||||
le texte des licences :
|
le texte des licences :
|
||||||
|
|
||||||
- :fab:`creative-commons`
|
- `licence EUPL 1.2 <https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12>`_ ;
|
||||||
:fab:`creative-commons-by`
|
- :fab:`creative-commons [CC]`
|
||||||
:fab:`creative-commons-sa`
|
:fab:`creative-commons-by [BY]`
|
||||||
|
:fab:`creative-commons-sa [SA]`
|
||||||
`licence CC-BY-SA 4.0 <https://creativecommons.org/licenses/by-sa/4.0/deed.fr>`_ ;
|
`licence CC-BY-SA 4.0 <https://creativecommons.org/licenses/by-sa/4.0/deed.fr>`_ ;
|
||||||
- :fab:`creative-commons`
|
- :fab:`creative-commons [CC]`
|
||||||
:fab:`creative-commons-by`
|
:fab:`creative-commons-by [BY]`
|
||||||
`licence CC-BY 4.0 <https://creativecommons.org/licenses/by/4.0/deed.fr>`_.
|
`licence CC-BY 4.0 <https://creativecommons.org/licenses/by/4.0/deed.fr>`_.
|
||||||
|
|
||||||
Vous trouverez la licence des autres contenus directement
|
Vous trouverez la licence des autres contenus directement
|
||||||
|
|
|
@ -157,10 +157,8 @@ html_theme_options = {
|
||||||
},
|
},
|
||||||
"ablog_prevnext": True,
|
"ablog_prevnext": True,
|
||||||
"license": {
|
"license": {
|
||||||
'type': 'CC',
|
'text': 'EUPL 1.2',
|
||||||
'subtype': 'BY-SA',
|
'url': "https://joinup.ec.europa.eu/collection/eupl/eupl-text-eupl-12"
|
||||||
'version': '4.0',
|
|
||||||
'url': 'https://creativecommons.org/licenses/by-sa/4.0/legalcode'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
html_static_path = ['_static']
|
html_static_path = ['_static']
|
||||||
|
@ -214,7 +212,7 @@ ISSN 2736-7649
|
||||||
|
|
||||||
Nerv Project ASBL - BCE 0756.741.342 - TVA BE0756741342 - KBR Éditeur 15066 - IBAN BE02751210684040 - BIC AXABBE22.
|
Nerv Project ASBL - BCE 0756.741.342 - TVA BE0756741342 - KBR Éditeur 15066 - IBAN BE02751210684040 - BIC AXABBE22.
|
||||||
|
|
||||||
Licence CC-BY-SA 4.0
|
Licence EUPL 1.2
|
||||||
"""
|
"""
|
||||||
|
|
||||||
latex_engine = 'xelatex'
|
latex_engine = 'xelatex'
|
||||||
|
|
Loading…
Reference in a new issue