diff --git a/README.md b/README.md index e2cb8da..372df1a 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,9 @@ var BigInteger = require('jsbn').BigInteger; var bi = new BigInteger('91823918239182398123'); console.log(bi.bitLength()); // 67 ``` +### License +You find the license information in the License file incliuded in this project. +For additional questions regarding licensing ask contact Tom Wu tjw@cs.Stanford.EDU ## API