Skip to content

Commit 64b5a68

Browse files
committed
Misc: opam license
1 parent 44609b6 commit 64b5a68

8 files changed

+22
-15
lines changed

dune-project

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
(source (github ocsigen/js_of_ocaml))
1111
(homepage "https://ocsigen.org/js_of_ocaml/latest/manual/overview")
1212
(documentation "https://ocsigen.org/js_of_ocaml/latest/manual/overview")
13-
(license "GPL-2.0-or-later AND LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception")
13+
(license "GPL-2.0-or-later" "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception")
1414

1515
(package
1616
(name js_of_ocaml-compiler)

js_of_ocaml-compiler.opam

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ description:
55
"Js_of_ocaml is a compiler from OCaml bytecode to JavaScript. It makes it possible to run pure OCaml programs in JavaScript environment like browsers and Node.js"
66
maintainer: ["Ocsigen team <[email protected]>"]
77
authors: ["Ocsigen team <[email protected]>"]
8-
license:
9-
"GPL-2.0-or-later AND LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception"
8+
license: [
9+
"GPL-2.0-or-later" "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception"
10+
]
1011
homepage: "https://ocsigen.org/js_of_ocaml/latest/manual/overview"
1112
doc: "https://ocsigen.org/js_of_ocaml/latest/manual/overview"
1213
bug-reports: "https://github.com/ocsigen/js_of_ocaml/issues"

js_of_ocaml-lwt.opam

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ description:
55
"Js_of_ocaml is a compiler from OCaml bytecode to JavaScript. It makes it possible to run pure OCaml programs in JavaScript environment like browsers and Node.js"
66
maintainer: ["Ocsigen team <[email protected]>"]
77
authors: ["Ocsigen team <[email protected]>"]
8-
license:
9-
"GPL-2.0-or-later AND LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception"
8+
license: [
9+
"GPL-2.0-or-later" "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception"
10+
]
1011
homepage: "https://ocsigen.org/js_of_ocaml/latest/manual/overview"
1112
doc: "https://ocsigen.org/js_of_ocaml/latest/manual/overview"
1213
bug-reports: "https://github.com/ocsigen/js_of_ocaml/issues"

js_of_ocaml-ppx.opam

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ description:
55
"Js_of_ocaml is a compiler from OCaml bytecode to JavaScript. It makes it possible to run pure OCaml programs in JavaScript environment like browsers and Node.js"
66
maintainer: ["Ocsigen team <[email protected]>"]
77
authors: ["Ocsigen team <[email protected]>"]
8-
license:
9-
"GPL-2.0-or-later AND LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception"
8+
license: [
9+
"GPL-2.0-or-later" "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception"
10+
]
1011
homepage: "https://ocsigen.org/js_of_ocaml/latest/manual/overview"
1112
doc: "https://ocsigen.org/js_of_ocaml/latest/manual/overview"
1213
bug-reports: "https://github.com/ocsigen/js_of_ocaml/issues"

js_of_ocaml-ppx_deriving_json.opam

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ description:
55
"Js_of_ocaml is a compiler from OCaml bytecode to JavaScript. It makes it possible to run pure OCaml programs in JavaScript environment like browsers and Node.js"
66
maintainer: ["Ocsigen team <[email protected]>"]
77
authors: ["Ocsigen team <[email protected]>"]
8-
license:
9-
"GPL-2.0-or-later AND LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception"
8+
license: [
9+
"GPL-2.0-or-later" "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception"
10+
]
1011
homepage: "https://ocsigen.org/js_of_ocaml/latest/manual/overview"
1112
doc: "https://ocsigen.org/js_of_ocaml/latest/manual/overview"
1213
bug-reports: "https://github.com/ocsigen/js_of_ocaml/issues"

js_of_ocaml-toplevel.opam

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ description:
55
"Js_of_ocaml is a compiler from OCaml bytecode to JavaScript. It makes it possible to run pure OCaml programs in JavaScript environment like browsers and Node.js"
66
maintainer: ["Ocsigen team <[email protected]>"]
77
authors: ["Ocsigen team <[email protected]>"]
8-
license:
9-
"GPL-2.0-or-later AND LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception"
8+
license: [
9+
"GPL-2.0-or-later" "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception"
10+
]
1011
homepage: "https://ocsigen.org/js_of_ocaml/latest/manual/overview"
1112
doc: "https://ocsigen.org/js_of_ocaml/latest/manual/overview"
1213
bug-reports: "https://github.com/ocsigen/js_of_ocaml/issues"

js_of_ocaml-tyxml.opam

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ description:
55
"Js_of_ocaml is a compiler from OCaml bytecode to JavaScript. It makes it possible to run pure OCaml programs in JavaScript environment like browsers and Node.js"
66
maintainer: ["Ocsigen team <[email protected]>"]
77
authors: ["Ocsigen team <[email protected]>"]
8-
license:
9-
"GPL-2.0-or-later AND LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception"
8+
license: [
9+
"GPL-2.0-or-later" "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception"
10+
]
1011
homepage: "https://ocsigen.org/js_of_ocaml/latest/manual/overview"
1112
doc: "https://ocsigen.org/js_of_ocaml/latest/manual/overview"
1213
bug-reports: "https://github.com/ocsigen/js_of_ocaml/issues"

js_of_ocaml.opam

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ description:
55
"Js_of_ocaml is a compiler from OCaml bytecode to JavaScript. It makes it possible to run pure OCaml programs in JavaScript environment like browsers and Node.js"
66
maintainer: ["Ocsigen team <[email protected]>"]
77
authors: ["Ocsigen team <[email protected]>"]
8-
license:
9-
"GPL-2.0-or-later AND LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception"
8+
license: [
9+
"GPL-2.0-or-later" "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception"
10+
]
1011
homepage: "https://ocsigen.org/js_of_ocaml/latest/manual/overview"
1112
doc: "https://ocsigen.org/js_of_ocaml/latest/manual/overview"
1213
bug-reports: "https://github.com/ocsigen/js_of_ocaml/issues"

0 commit comments

Comments
 (0)