From 25d67424a189b60a6f872ebffab92482eed43f29 Mon Sep 17 00:00:00 2001 From: mymindstorm Date: Tue, 10 Jul 2018 18:45:41 -0500 Subject: [PATCH 1/3] Update about page --- view/popup.html | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/view/popup.html b/view/popup.html index c13a9395b..058821536 100644 --- a/view/popup.html +++ b/view/popup.html @@ -93,16 +93,17 @@
-

Authenticator for Google™ Authenticator,
© 2018 Authenticator Extension. Released under the MIT License.

-

Google™ is Google's trademark, Google Authenticator is Google’s trade name, those rights of ownership belong with Google Inc.

+

Authenticator © 2018 Authenticator Extension. Released under the MIT License.

+

Google is a trademark of Google LLC.

jsqrcode Copyright jsqrcode authors. Licensed under the Apache License.

ZXing Copyright ZXing authors. Licensed under the Apache License.

-

totp.js Copyright its author. Licensed under the MIT License.

-

jsSHA Copyright jsSHA authors. Licensed under the BSD License.

-

qrcode.js Copyright qrcode.js author. Licensed under the MIT License.

-

crypto-js Copyright crypto-js author. Licensed under the BSD License.

-

Droid Sans Mono Copyright Steve Matteson. Licensed under the Apache License.

+

totp.js Copyright Russ Sayers. Licensed under the MIT License.

+

jsSHA Copyright Brian Turek. Licensed under the BSD License.

+

qrcode.js Copyright Shim Sangmin. Licensed under the MIT License.

+

crypto-js Copyright Jeff Mott. Licensed under the BSD License.

+

Droid Sans Mono Copyright Steve Matteson. Licensed under the Apache License.

Font Awesome Copyright Dave Gandy. Licensed under the SIL OFL License 1.1.

+

vue.js Copyright Evan You. Licensed under the MIT License.

Thanks to Mike Robinson <3

QR Debugging

From 13f17f4fd4456e334c51c00fcdbc902de2e547e6 Mon Sep 17 00:00:00 2001 From: mymindstorm Date: Tue, 10 Jul 2018 18:48:49 -0500 Subject: [PATCH 2/3] Sort about page alphabetically --- view/popup.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/view/popup.html b/view/popup.html index 058821536..b8410b819 100644 --- a/view/popup.html +++ b/view/popup.html @@ -94,16 +94,16 @@

Authenticator © 2018 Authenticator Extension. Released under the MIT License.

+

crypto-js Copyright Jeff Mott. Licensed under the BSD License.

+

Droid Sans Mono Copyright Steve Matteson. Licensed under the Apache License.

+

Font Awesome Copyright Dave Gandy. Licensed under the SIL OFL License 1.1.

Google is a trademark of Google LLC.

jsqrcode Copyright jsqrcode authors. Licensed under the Apache License.

-

ZXing Copyright ZXing authors. Licensed under the Apache License.

-

totp.js Copyright Russ Sayers. Licensed under the MIT License.

jsSHA Copyright Brian Turek. Licensed under the BSD License.

qrcode.js Copyright Shim Sangmin. Licensed under the MIT License.

-

crypto-js Copyright Jeff Mott. Licensed under the BSD License.

-

Droid Sans Mono Copyright Steve Matteson. Licensed under the Apache License.

-

Font Awesome Copyright Dave Gandy. Licensed under the SIL OFL License 1.1.

+

totp.js Copyright Russ Sayers. Licensed under the MIT License.

vue.js Copyright Evan You. Licensed under the MIT License.

+

ZXing Copyright ZXing authors. Licensed under the Apache License.

Thanks to Mike Robinson <3

QR Debugging

From 98959a8d973582b562d901bc23ac6e97ec80d623 Mon Sep 17 00:00:00 2001 From: mymindstorm Date: Tue, 10 Jul 2018 19:10:55 -0500 Subject: [PATCH 3/3] Add new dependencies to about page --- view/popup.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/view/popup.html b/view/popup.html index b8410b819..acb8cff00 100644 --- a/view/popup.html +++ b/view/popup.html @@ -94,15 +94,19 @@

Authenticator © 2018 Authenticator Extension. Released under the MIT License.

+

Google is a trademark of Google LLC.

crypto-js Copyright Jeff Mott. Licensed under the BSD License.

Droid Sans Mono Copyright Steve Matteson. Licensed under the Apache License.

Font Awesome Copyright Dave Gandy. Licensed under the SIL OFL License 1.1.

-

Google is a trademark of Google LLC.

-

jsqrcode Copyright jsqrcode authors. Licensed under the Apache License.

+

fs-extra Copyright JP Richardson. Licensed under the MIT License.

+

jsqrcode Copyright Lazar Laszlo. Licensed under the Apache License.

jsSHA Copyright Brian Turek. Licensed under the BSD License.

qrcode.js Copyright Shim Sangmin. Licensed under the MIT License.

totp.js Copyright Russ Sayers. Licensed under the MIT License.

+

ts-style Copyright Google Inc. Licensed under the Apache License.

+

TypeScript Copyright Microsoft Corporation. Licensed under the Apache License.

vue.js Copyright Evan You. Licensed under the MIT License.

+

vue-dragula Copyright Yichang Liu. Licensed under the MIT License.

ZXing Copyright ZXing authors. Licensed under the Apache License.

Thanks to Mike Robinson <3

QR Debugging