Skip to content

Commit

Permalink
Add license to opam metadata (#80)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
psafont authored Jul 6, 2022
1 parent 0d079f6 commit 65f4512
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ssl.opam
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ maintainer: "Samuel Mimram <[email protected]>"
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]
Expand Down

0 comments on commit 65f4512

Please sign in to comment.