Skip to content

Commit 54cfd3b

Browse files
committed
Add license field to opam package definition file
Signed-off-by: Andrew Helwer <[email protected]>
1 parent 117b5cb commit 54cfd3b

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

dune-project

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010

1111
(source (github tlaplus/tlapm))
1212

13+
(license BSD-2-Clause)
14+
1315
(package
1416
(name tlapm)
1517
(synopsis "TLA+ Proof Manager")

tlapm.opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ authors: [
2222
"Jean-Baptiste Tristan"
2323
"Hernan Vanzetto"
2424
]
25+
license: "BSD-2-Clause"
2526
homepage: "https://github.com/tlaplus/tlapm"
2627
bug-reports: "https://github.com/tlaplus/tlapm/issues"
2728
depends: [

0 commit comments

Comments
 (0)