From 370c5f24a8d7619e6ceaf34c9d468ef7a4ffb30f Mon Sep 17 00:00:00 2001
From: Andre Maroneze <andre.maroneze@cea.fr>
Date: Fri, 4 Dec 2020 14:57:12 +0100
Subject: [PATCH] [opam] use proper SPDX ID for licence field

---
 opam/opam | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/opam/opam b/opam/opam
index 859e70202be..a102e260f19 100644
--- a/opam/opam
+++ b/opam/opam
@@ -63,7 +63,7 @@ authors: [
   "Boris Yakobowski"
 ]
 homepage: "http://frama-c.com/"
-license: "GNU Lesser General Public License version 2.1"
+license: "LGPL-2.1-only"
 dev-repo: "git+https://git.frama-c.com/pub/frama-c.git"
 doc: "http://frama-c.com/download/user-manual-22.0-Titanium.pdf"
 bug-reports: "https://git.frama-c.com/pub/frama-c/issues"
-- 
GitLab