diff --git a/README.md b/README.md index 4c54aea..e64a17b 100644 --- a/README.md +++ b/README.md @@ -46,3 +46,7 @@ Tu devrais pouvoir l'exécuter d'un seul coup La sauvegarde va être dans le dossier html +## Licence + +Apache Licence 2.0 +Copyright 2023 François Pelletier \ No newline at end of file diff --git a/thrivecart-backup.ipynb b/thrivecart-backup.ipynb index 76e0b2b..11e6000 100644 --- a/thrivecart-backup.ipynb +++ b/thrivecart-backup.ipynb @@ -3,6 +3,11 @@ { "cell_type": "markdown", "source": [ + "# Backup ThriveCart Learn\n", + "\n", + "Apache Licence 2.0\n", + "Copyright 2023 François Pelletier\n", + "\n", "## Chargement des informations" ], "metadata": { diff --git a/thrivecart_utils.py b/thrivecart_utils.py index b552781..759e04d 100644 --- a/thrivecart_utils.py +++ b/thrivecart_utils.py @@ -1,3 +1,6 @@ +# Apache Licence 2.0 +# Copyright 2023 François Pelletier + from urllib import parse