Ajout infos copyright sur les fichiers
This commit is contained in:
parent
137ef5225b
commit
24a52c3362
3 changed files with 12 additions and 0 deletions
|
@ -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
|
|
@ -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": {
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
# Apache Licence 2.0
|
||||
# Copyright 2023 François Pelletier
|
||||
|
||||
from urllib import parse
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue