Skip to content

Commit fee8361

Browse files
committed
update license
1 parent f01d11a commit fee8361

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2016 KC Sivaramakrishnan
1+
Copyright (c) 2024 Lee Koon Wen
22

33
Permission to use, copy, modify, and/or distribute this software for any
44
purpose with or without fee is hereby granted, provided that the above

dune-project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
(github koonwen/obatcher))
77
(authors "Lee Koon Wen" "Kiran Gopinathan" "Arthur Wendling")
88
(maintainers "Lee Koon Wen")
9+
(license "ISC")
910
(documentation https://github.com/koonwen/obatcher/)
1011

1112
(package
@@ -16,7 +17,6 @@
1617
(ocaml (>= 5.0.0))
1718
(picos
1819
(>= 0.4.0))
19-
(uring :with-test)
2020
(containers :with-test)
2121
(qcheck :with-test)
2222
(qcheck-alcotest :with-test)

obatcher.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ synopsis: "A Framework for building Batched Concurrent Data Structures"
44
description: ""
55
maintainer: ["Lee Koon Wen"]
66
authors: ["Lee Koon Wen" "Kiran Gopinathan" "Arthur Wendling"]
7+
license: "ISC"
78
homepage: "https://github.com/koonwen/obatcher"
89
doc: "https://github.com/koonwen/obatcher/"
910
bug-reports: "https://github.com/koonwen/obatcher/issues"
1011
depends: [
1112
"dune" {>= "3.9"}
1213
"ocaml" {>= "5.0.0"}
1314
"picos" {>= "0.4.0"}
14-
"uring" {with-test}
1515
"containers" {with-test}
1616
"qcheck" {with-test}
1717
"qcheck-alcotest" {with-test}

0 commit comments

Comments
 (0)