[Pkg-javascript-commits] [node-ripemd160] 21/71: Add BSD license to package.json

Bastien Roucariès rouca at moszumanska.debian.org
Thu May 4 10:25:38 UTC 2017


This is an automated email from the git hooks/post-receive script.

rouca pushed a commit to branch master
in repository node-ripemd160.

commit 8059471c3ef2f58cd003262a6ac903df3a504b9c
Author: Panu Horsmalahti <panu.horsmalahti at iki.fi>
Date:   Thu Sep 11 13:08:57 2014 +0300

    Add BSD license to package.json
    
    The license matches the BSD-3 license (3-clause license ("Revised BSD License", "New BSD License", or "Modified BSD License")) which is also used in the CryptoJS library.
    
    Adding the license to package.json makes ripemd160 compatible with various license tools.
---
 package.json | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package.json b/package.json
index e86e5c6..8dd3737 100644
--- a/package.json
+++ b/package.json
@@ -11,6 +11,7 @@
     "bytes",
     "cryptography"
   ],
+  "license": "BSD-3",
   "devDependencies": {
     "mocha": "~1.17.1",
     "terst": "~0.1.0",

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-ripemd160.git



More information about the Pkg-javascript-commits mailing list