Skip to content

Commit d32a20a

Browse files
committed
Add license to dune-project
1 parent 7d59c11 commit d32a20a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

dune-project

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
(name eio-trace)
33
(formatting disabled)
44
(generate_opam_files true)
5+
(license ISC)
56
(source (github ocaml-multicore/eio-trace))
67
(maintainers "Thomas Leonard")
78
(authors "Thomas Leonard")

eio-trace.opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ opam-version: "2.0"
33
synopsis: "Trace visualisation for Eio programs"
44
maintainer: ["Thomas Leonard"]
55
authors: ["Thomas Leonard"]
6+
license: "ISC"
67
homepage: "https://github.com/ocaml-multicore/eio-trace"
78
bug-reports: "https://github.com/ocaml-multicore/eio-trace/issues"
89
depends: [

0 commit comments

Comments
 (0)