Skip to content

Commit fd1dd42

Browse files
committed
Switched to equivalent MIT license for proper SPDX identifier
1 parent 14b77af commit fd1dd42

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/sqlite3-ocaml))
7-
(license Expat)
7+
(license MIT)
88
(homepage "https://mmottl.github.io/sqlite3-ocaml")
99
(documentation "https://mmottl.github.io/sqlite3-ocaml/api")
1010

sqlite3.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ authors: [
1010
"Markus Mottl <[email protected]>"
1111
"Christian Szegedy <[email protected]>"
1212
]
13-
license: "Expat"
13+
license: "MIT"
1414
tags: ["clib:sqlite3" "clib:pthread"]
1515
homepage: "https://mmottl.github.io/sqlite3-ocaml"
1616
doc: "https://mmottl.github.io/sqlite3-ocaml/api"

0 commit comments

Comments
 (0)