This is an automated email from the ASF dual-hosted git repository. nickva pushed a commit to tag 1.1.5 in repository https://gitbox.apache.org/repos/asf/couchdb-jiffy.git
commit f4c395529cee29d08a2c4f73ed422a2f16ac0d43 Author: Nick Vatamaniuc <[email protected]> AuthorDate: Mon Jun 8 22:13:18 2026 -0400 Fixup license name to make Hex happy Hex wants a specific BSD license type or it won't let us publish. Conferring with Paul we decided on a 3-clause version. --- src/jiffy.app.src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/jiffy.app.src b/src/jiffy.app.src index ff97df6..b484456 100644 --- a/src/jiffy.app.src +++ b/src/jiffy.app.src @@ -4,7 +4,7 @@ {registered, []}, {applications, [kernel, stdlib, xmerl]}, {maintainers, ["Paul J. Davis"]}, - {licenses, ["MIT", "BSD"]}, + {licenses, ["MIT", "BSD-3-Clause"]}, {links, [{"GitHub", "https://github.com/davisp/jiffy"}]}, {files, [ "LICENSE",
