From 65f4512855ec11891a10c0c28694d54b73de1df5 Mon Sep 17 00:00:00 2001 From: Pau Ruiz Safont Date: Wed, 6 Jul 2022 19:42:12 +0100 Subject: [PATCH] Add license to opam metadata (#80) I'm unsure whether this SPDX identifier is correct as it also has an exception for OpenSSL, there's a similar exception, but mentions OpenVPN explicitely: https://spdx.org/licenses/exceptions-index.html I could add a "WITH openssl-exception", but this doesn't have a meaning in the SPDX world and some parsers might complain about an invalid license --- ssl.opam | 1 + 1 file changed, 1 insertion(+) diff --git a/ssl.opam b/ssl.opam index fc2e632..16983bb 100644 --- a/ssl.opam +++ b/ssl.opam @@ -5,6 +5,7 @@ maintainer: "Samuel Mimram " homepage: "https://github.com/savonet/ocaml-ssl" dev-repo: "git+https://github.com/savonet/ocaml-ssl.git" bug-reports: "https://github.com/savonet/ocaml-ssl/issues" +license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" build: [ ["dune" "subst"] {pinned} ["dune" "build" "-p" name "-j" jobs]