JS-OTP
JS-OTP copied to clipboard
Lack of credits/licence in jsOTP.js
Hi,
jsOTP.js Lack of credits and licence infos.
I added this in the file I use, inspired from jsOTP.min.js:
--- a/jsOTP.js
+++ b/jsOTP.js
@@ -1,3 +1,11 @@
+/*
+* File combining
+* (1) sha.js by Brian Turek 2008-2013 under BSD license
+* (2) and a modified js OTP implementation found on JSFiddle
+*
+* See https://github.com/jiangts/JS-OTP for more information
+*/
+
(function() {
var Hotp, Totp;