From 24a52c3362e39b834546f2fda98cfeed33a0f860 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Pelletier?= Date: Sat, 17 Jun 2023 19:30:45 -0400 Subject: [PATCH] Ajout infos copyright sur les fichiers --- README.md | 4 ++++ thrivecart-backup.ipynb | 5 +++++ thrivecart_utils.py | 3 +++ 3 files changed, 12 insertions(+) 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