JS-OTP icon indicating copy to clipboard operation
JS-OTP copied to clipboard

Lack of credits/licence in jsOTP.js

Open fpoulain opened this issue 7 years ago • 0 comments

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;
 

fpoulain avatar Dec 14 '17 11:12 fpoulain