From 0574c7c47db7fdc898f348ca19c9f306192e505d Mon Sep 17 00:00:00 2001
From: Mathieu Loiseau <mathieu.loiseau@liris.cnrs.fr>
Date: Sun, 24 Nov 2024 15:29:23 +0000
Subject: [PATCH] Ajouter LICENSE

---
 LICENSE.md | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 LICENSE.md

diff --git a/LICENSE.md b/LICENSE.md
new file mode 100644
index 0000000..f47b028
--- /dev/null
+++ b/LICENSE.md
@@ -0,0 +1,18 @@
+Wikstraktor is a very lightweight program meant to give access to wiktionnary data to programs. It is not complete nor fullproof but it can be integrated fast to your program and does not require to preparse dumps or anything. If you want some more exhaustive, reliable, wiktionnary extractor, you should look at [Wiktextract](https://github.com/tatuylonen/wiktextract) or its [live query counterpart](https://gitlab.liris.cnrs.fr/lex-game/live-query-wiktextract).
+
+    Copyright (C) 2024  Mathieu Loiseau for [LIRIS](https://liris.cnrs.fr)/[INSA](https://insa-lyon.fr) 
+
+    This program is free software: you can redistribute it and/or modify
+    it under the terms of the GNU General Public License as published by
+    the Free Software Foundation, either version 3 of the License, or
+    (at your option) any later version.
+
+    This program is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+    GNU General Public License for more details.
+
+    You should have received a copy of the GNU General Public License
+    along with this program.  If not, see <https://www.gnu.org/licenses/>.
+
+The authors are grateful to the [ASLAN project](https://aslan.universite-lyon.fr/projet-lex-game-233220.kjsp) (ANR-10-LABX-0081) of the Université de Lyon, for its financial support within the French program "Investments for the Future" operated by the National Research Agency (ANR).
\ No newline at end of file
-- 
GitLab