From fa2ca92ed08d1c05c65bc78c31b98c3fee12afe4 Mon Sep 17 00:00:00 2001 From: David Allsopp Date: Sun, 26 Jun 2022 15:11:37 +0100 Subject: [PATCH] Add license information to the opam file --- camlp-streams.opam | 1 + dune-project | 1 + 2 files changed, 2 insertions(+) diff --git a/camlp-streams.opam b/camlp-streams.opam index a95f46d..a671122 100644 --- a/camlp-streams.opam +++ b/camlp-streams.opam @@ -28,6 +28,7 @@ maintainer: [ "Xavier Leroy " ] authors: ["Daniel de Rauglaudre" "Xavier Leroy"] +license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" homepage: "https://github.com/ocaml/camlp-streams" bug-reports: "https://github.com/ocaml/camlp-streams/issues" depends: [ diff --git a/dune-project b/dune-project index f76ec97..d775e46 100644 --- a/dune-project +++ b/dune-project @@ -5,6 +5,7 @@ (name camlp-streams) (source (github ocaml/camlp-streams)) (authors "Daniel de Rauglaudre" "Xavier Leroy") +(license "LGPL-2.1-only WITH OCaml-LGPL-linking-exception") (maintainers "Florian Angeletti " "Xavier Leroy ")