Skip to content

Commit a8c1dc3

Browse files
authored
Include LGPL 2.1 license of compiler vendored code (#1709)
1 parent 3ef9842 commit a8c1dc3

File tree

4 files changed

+210
-3
lines changed

4 files changed

+210
-3
lines changed

dune-project

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323

2424
(maintainers "OCamlFormat Team <[email protected]>")
2525

26-
(license MIT)
26+
(license
27+
"OCamlFormat is distributed under the MIT license. Parts of the OCaml library are vendored for OCamlFormat and distributed under their original LGPL 2.1 license.")
2728

2829
(source
2930
(github ocaml-ppx/ocamlformat))
@@ -118,6 +119,7 @@
118119
(synopsis "Auto-formatter for OCaml code (RPC mode)")
119120
(description
120121
"OCamlFormat is a tool to automatically format OCaml code in a uniform style. This package defines a RPC interface to OCamlFormat")
122+
(license MIT)
121123
(depends
122124
(ocaml
123125
(and

ocamlformat-rpc.opam

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ description:
55
"OCamlFormat is a tool to automatically format OCaml code in a uniform style. This package defines a RPC interface to OCamlFormat"
66
maintainer: ["OCamlFormat Team <[email protected]>"]
77
authors: ["Josh Berdine <[email protected]>"]
8-
license: "MIT"
8+
license:
9+
"OCamlFormat is distributed under the MIT license. Parts of the OCaml library are vendored for OCamlFormat and distributed under their original LGPL 2.1 license."
910
homepage: "https://github.com/ocaml-ppx/ocamlformat"
1011
bug-reports: "https://github.com/ocaml-ppx/ocamlformat/issues"
1112
depends: [

ocamlformat.opam

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ description:
55
"OCamlFormat is a tool to automatically format OCaml code in a uniform style."
66
maintainer: ["OCamlFormat Team <[email protected]>"]
77
authors: ["Josh Berdine <[email protected]>"]
8-
license: "MIT"
8+
license:
9+
"OCamlFormat is distributed under the MIT license. Parts of the OCaml library are vendored for OCamlFormat and distributed under their original LGPL 2.1 license."
910
homepage: "https://github.com/ocaml-ppx/ocamlformat"
1011
bug-reports: "https://github.com/ocaml-ppx/ocamlformat/issues"
1112
depends: [

0 commit comments

Comments
 (0)