From c2d9491f2f6c5fca05a31a5bbae1d3362afabb24 Mon Sep 17 00:00:00 2001 From: Martin Jambon Date: Sun, 10 Nov 2024 18:58:56 -0800 Subject: [PATCH] Add license field to dune-project --- dune-project | 1 + 1 file changed, 1 insertion(+) diff --git a/dune-project b/dune-project index b7885a2..b2d0547 100644 --- a/dune-project +++ b/dune-project @@ -7,6 +7,7 @@ (generate_opam_files) ; Default attributes of opam packages +(license "ISC") (source (github semgrep/testo)) (homepage "https://github.com/semgrep/testo") (maintainers "Martin Jambon" "OCaml community")