Skip to content

Commit c14d830

Browse files
committed
Fixed license format
1 parent 7c0c901 commit c14d830

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dune-project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
(generate_opam_files true)
55

66
(source (github mmottl/postgresql-ocaml))
7-
(license "LGPL-2.1-or-later with OCaml-LGPL-linking-exception")
7+
(license "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception")
88
(homepage "https://mmottl.github.io/postgresql-ocaml")
99
(documentation "https://mmottl.github.io/postgresql-ocaml/api")
1010

postgresql.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ authors: [
99
"Markus Mottl <[email protected]>"
1010
"Petter Urkedal <[email protected]>"
1111
]
12-
license: "LGPL-2.1-or-later with OCaml-LGPL-linking-exception"
12+
license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception"
1313
homepage: "https://mmottl.github.io/postgresql-ocaml"
1414
doc: "https://mmottl.github.io/postgresql-ocaml/api"
1515
bug-reports: "https://github.com/mmottl/postgresql-ocaml/issues"

0 commit comments

Comments
 (0)