From 4997a640b37c66ac5c9420ea4041ada1e11c59d4 Mon Sep 17 00:00:00 2001
From: Dorchies David <david.dorchies@inrae.fr>
Date: Fri, 11 Jun 2021 18:42:10 +0200
Subject: [PATCH] ci: check issue on DESCRIPTION on LICENSE

---
 DESCRIPTION | 2 +-
 LICENSE     | 7 +++++++
 LICENSE.md  | 8 --------
 3 files changed, 8 insertions(+), 9 deletions(-)
 create mode 100644 LICENSE
 delete mode 100644 LICENSE.md

diff --git a/DESCRIPTION b/DESCRIPTION
index 8e3f856..a887569 100644
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -8,7 +8,7 @@ Authors@R: c(
     )
 Description: Ce package regroupe les données et analyses de la
     modélisation des usages sur le bassin versant de la Seine dans le cadre du projet IN-WOP.
-License: CC BY-SA 4.0 + file LICENSE.md
+License: CC BY-SA 4.0 + file LICENSE
 Encoding: UTF-8
 LazyData: true
 Imports:
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..1fef28c
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,7 @@
+This files lists the copyright holders and licenses (if known) of the
+various data sets in the InWopUsages package:
+
+territoire
+----------
+
+Administrative geographic surface data are under [Open Database License, "ODbL" 1.0](https://opendatacommons.org/licenses/odbl/) ([traduction en français](http://www.vvlibri.org/fr/licence/odbl/10/fr/legalcode)). Credit: © OpenStreetMap contributors.
diff --git a/LICENSE.md b/LICENSE.md
deleted file mode 100644
index fbbe228..0000000
--- a/LICENSE.md
+++ /dev/null
@@ -1,8 +0,0 @@
-This files lists the copyright holders and licenses (if known) of the
-various data sets in the InWopUsages package:
-
-territoire
-----------
-
-Administrative geographic data are under [https://opendatacommons.org/licenses/odbl/](Open Database License, "ODbL" 1.0) ([http://www.vvlibri.org/fr/licence/odbl/10/fr/legalcode](traduction en français)). Credit: © OpenStreetMap contributors.
-
-- 
GitLab