Skip to content

Commit 66fb4b2

Browse files
committed
Update license identifier
1 parent 6a78ffe commit 66fb4b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

codept.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: "Florian Angeletti <[email protected]>"
55
maintainer: "Florian Angeletti <[email protected]>"
66
homepage: "https://github.com/Octachron/codept"
77
bug-reports: "https://github.com/Octachron/codept/issues"
8-
license: "gpl-3"
8+
license: "GPL-3.0-or-later"
99
dev-repo: "git+https://github.com/Octachron/codept.git"
1010
build: [
1111
["dune" "build" "-p" name]

dune-project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
(package
1313
(name codept)
1414
(version 0.11.0)
15-
(license gpl-3)
15+
(license GPL-3.0-or-later)
1616
(synopsis "Alternative ocaml dependency analyzer")
1717
(depends dune menhir {build & >= 20180523})
1818
(description "Codept intends to be a dependency solver for OCaml project and an alternative to ocamldep. Compared to ocamldep, codept major features are:

0 commit comments

Comments
 (0)