diff --git a/Gruntfile.js b/Gruntfile.js index 4d105ae..df6a252 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -23,7 +23,8 @@ module.exports = function (grunt) { { token: "//cryptojs.blockmodes.js", file: "./src/cryptojs.blockmodes.js" }, { token: "//cryptojs.ripemd160.js", file: "./src/cryptojs.ripemd160.js" }, { token: "//crypto-scrypt.js", file: "./src/crypto-scrypt.js" }, - { token: "//doge.js", file: "./src/doge.js" }, + { token: "//jsqrcode.js", file: "./src/jsqrcode.js" }, + { token: "//doge.js", file: "./src/doge.js" }, { token: "//ellipticcurve.js", file: "./src/ellipticcurve.js" }, { token: "//ninja.key.js", file: "./src/ninja.key.js" }, { token: "//ninja.misc.js", file: "./src/ninja.misc.js" }, diff --git a/README b/README index 135983e..25bd277 100644 --- a/README +++ b/README @@ -40,6 +40,8 @@ window.EllipticCurve BSD License window.BigInteger BSD License window.QRCode MIT License window.Bitcoin MIT License +jsqrcode Apache License, 2.0 + The WalletGenerator.net software is available under The MIT License (MIT) Copyright (c) 2014 WalletGenerator.net diff --git a/images/qrcode.png b/images/qrcode.png new file mode 100644 index 0000000..68f327d Binary files /dev/null and b/images/qrcode.png differ diff --git a/index.html b/index.html index 2e7adc8..1bf8574 100644 --- a/index.html +++ b/index.html @@ -5,45 +5,45 @@