Skip to content

Commit 494f83b

Browse files
authored
Merge pull request #145 from ahelwer/opam-package-license
Add license field to opam package definition file
2 parents 0412f5d + 54cfd3b commit 494f83b

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)