From d9c80f09f6f029398bff6164dfb541a6acdc8c49 Mon Sep 17 00:00:00 2001 From: Philippe Veber Date: Tue, 2 Nov 2021 08:10:13 +0100 Subject: [PATCH] correct SPDX identifier for license --- dune-project | 2 +- ocaml-r.opam | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dune-project b/dune-project index 4c08125..aefcbcc 100644 --- a/dune-project +++ b/dune-project @@ -5,7 +5,7 @@ (source (github pveber/ocaml-r)) (homepage "https://github.com/pveber/ocaml-r/") (bug_reports "https://github.com/pveber/ocaml-r/issues") -(license GPL3) +(license GPL-3.0-only) (authors "Guillaume Yzyquel" "Maxence Guesdon" diff --git a/ocaml-r.opam b/ocaml-r.opam index f254372..e06cd81 100644 --- a/ocaml-r.opam +++ b/ocaml-r.opam @@ -9,7 +9,7 @@ functions. It provide a simple means to develop bindings to any R package.""" maintainer: ["philippe.veber@gmail.com"] authors: ["Guillaume Yzyquel" "Maxence Guesdon" "Philippe Veber"] -license: "GPL3" +license: "GPL-3.0-only" tags: ["R" "statistics"] homepage: "https://github.com/pveber/ocaml-r/" doc: "https://pveber.github.io/ocaml-r/ocaml-r/index.html"