diff options
| -rw-r--r-- | pages/a-propos.vue | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/pages/a-propos.vue b/pages/a-propos.vue index 6171aa1..b16bc92 100644 --- a/pages/a-propos.vue +++ b/pages/a-propos.vue @@ -4,6 +4,27 @@ <p>Cette site web est créé pour mon Français projet.</p> <h1>Crédits</h1> <p>Site web créé par <a href="https://alee14.me">Andrew Lee</a></p> + <h1>License</h1> + <p> + Chine Projet<br /> + Copyright (C) 2020 Andrew Lee <br /> + <br /> + This program is free software: you can redistribute it and/or modify + <br /> + it under the terms of the GNU General Public License as published by + <br /> + the Free Software Foundation, either version 3 of the License, or <br /> + (at your option) any later version. <br /> + <br /> + This program is distributed in the hope that it will be useful, <br /> + but WITHOUT ANY WARRANTY; without even the implied warranty of <br /> + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the <br /> + GNU General Public License for more details. <br /> + <br /> + You should have received a copy of the GNU General Public License <br /> + along with this program. If not, see + <a href="https://www.gnu.org/licenses">https://www.gnu.org/licenses</a>. + </p> </div> </template> |
