Skip to content

Commit 574ea1f

Browse files
committed
fixed a few licenses
1 parent 1c6b3e4 commit 574ea1f

File tree

5 files changed

+16
-8
lines changed

5 files changed

+16
-8
lines changed

notebooks/tps/chatbot/README-chatbot-nb.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
---
22
jupytext:
3-
cell_metadata_filter: all, -hidden, -heading_collapsed, -run_control, -trusted
4-
notebook_metadata_filter: all, -jupytext.text_representation.jupytext_version, -jupytext.text_representation.format_version,
5-
-language_info.version, -language_info.codemirror_mode.version, -language_info.codemirror_mode,
6-
-language_info.file_extension, -language_info.mimetype, -toc
73
text_representation:
84
extension: .md
95
format_name: myst
@@ -19,10 +15,7 @@ nbhosting:
1915
title: 'TP: les boids'
2016
---
2117

22-
<div class="licence">
23-
<span>Licence CC BY-NC-ND</span>
24-
<span>Thierry Parmentelat</span>
25-
</div>
18+
Licence CC BY-NC-ND, Thierry Parmentelat
2619

2720
+++
2821

notebooks/tps/files-formats/README-files-formats-nb.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ jupyter:
1414
pygments_lexer: ipython3
1515
---
1616

17+
Licence CC BY-NC-ND, Thierry Parmentelat
18+
19+
1720
# fichiers et formats
1821

1922
{download}`Commencez par télécharger le zip<./ARTEFACTS-files-formats.zip>`

notebooks/tps/graph-shortest-path/.teacher/README-graph-shortest-path-corrige-nb.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ nbhosting:
1616
title: algos de graphe
1717
---
1818

19+
Licence CC BY-NC-ND, Thierry Parmentelat
20+
21+
+++
22+
1923
# TP - algos de base sur les graphes
2024

2125
+++

notebooks/tps/graph-shortest-path/README-graph-shortest-path-nb.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ nbhosting:
1616
title: algos de graphe
1717
---
1818

19+
Licence CC BY-NC-ND, Thierry Parmentelat
20+
21+
+++
22+
1923
# TP - algos de base sur les graphes
2024

2125
+++

notebooks/tps/snake/README-snake-nb.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ jupyter:
1515
pygments_lexer: ipython3
1616
---
1717

18+
Licence CC BY-NC-ND, Thierry Parmentelat
19+
20+
1821
# Le snake
1922

2023
pour réaliser ce TP localement sur votre ordi, {download}`commencez par télécharger le zip<./ARTEFACTS-snake.zip>`
@@ -27,6 +30,7 @@ nouveau best-seller.
2730
marcher dans un notebook non plus); on peut le lire avec jupyter mais c'est
2831
sous-optimal, le mieux est le lire avec vs-code, ou en HTML statique.
2932

33+
3034
## Objectifs et démarche
3135

3236
Gardez en tête que votre objectif est de réaliser un **programme qui marche** et

0 commit comments

Comments
 (0)