Skip to content

Commit f398b97

Browse files
committed
Add license to opam metadata
1 parent a7a81ca commit f398b97

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
@@ -6,6 +6,7 @@
66
(authors "[email protected]")
77
(maintainers "[email protected]")
88
(documentation "https://talex5.github.io/ocaml-wayland/")
9+
(license "Apache-2.0 (excluding schema files)")
910
(package
1011
(name wayland)
1112
(synopsis "Pure OCaml Wayland protocol library")

wayland.opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ description:
55
"Wayland is a communications protocol intended for use between processes on a single computer. It is mainly used by graphical applications (clients) to talk to display servers, but nothing about the protocol is specific to graphics and it could be used for other things. This library can be used to write Wayland clients, servers and proxies."
66
maintainer: ["[email protected]"]
77
authors: ["[email protected]"]
8+
license: "Apache-2.0 (excluding schema files)"
89
homepage: "https://github.com/talex5/ocaml-wayland"
910
doc: "https://talex5.github.io/ocaml-wayland/"
1011
bug-reports: "https://github.com/talex5/ocaml-wayland/issues"

0 commit comments

Comments
 (0)