From ae1672d878ecb864ed841f3cc4bc2230ec0eeba8 Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Wed, 15 Dec 2021 22:37:08 +0100 Subject: [PATCH] [DEV] integrate GLD --- GLD_ethread-tools.json | 5 ++--- GLD_ethread.json | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/GLD_ethread-tools.json b/GLD_ethread-tools.json index 6fae965..3df0dc3 100644 --- a/GLD_ethread-tools.json +++ b/GLD_ethread-tools.json @@ -3,7 +3,7 @@ "group-id":"com.atria-soft", "description":"Ewol thread tools", "license":"MPL-2", - "license-file":"file://LICENCE.txt", + "license-file":"file://LICENSE", "maintainer":"file://authors.txt", "author":"file://authors.txt", "version":"file://version.txt", @@ -22,8 +22,7 @@ "." ], "compilation-version": { - "language": "c++", - "version": 2011 + "c++": 2011 }, "dependency": [ "etk-core" diff --git a/GLD_ethread.json b/GLD_ethread.json index 7b56244..c8a84d8 100644 --- a/GLD_ethread.json +++ b/GLD_ethread.json @@ -3,7 +3,7 @@ "group-id":"com.atria-soft", "description":"Ewol thread", "license":"MPL-2", - "license-file":"file://LICENCE.txt", + "license-file":"file://LICENSE", "maintainer":"file://authors.txt", "author":"file://authors.txt", "version":"file://version.txt", @@ -27,8 +27,7 @@ "." ], "compilation-version": { - "language": "c++", - "version": 2011 + "c++": 2011 }, "dependency": [ "elog",