This is an automated email from the ASF dual-hosted git repository.

nickva pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb-jiffy.git

commit 320f0d681a37ff199483b3c0f3d6d4eb5bdda547
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 1dce860..77aa248 100644
--- a/src/jiffy.app.src
+++ b/src/jiffy.app.src
@@ -4,7 +4,7 @@
     {registered, []},
     {applications, [kernel, stdlib, xmerl]},
     {maintainers, ["Paul J. Davis", "Nick Vatamaniuc"]},
-    {licenses, ["MIT", "BSD"]},
+    {licenses, ["MIT", "BSD-3-Clause"]},
     {links, [{"GitHub", "https://github.com/davisp/jiffy"}]},
     {files, [
         "LICENSE",

Reply via email to