diff --git a/src/views/mobile/About.vue b/src/views/mobile/About.vue index a73490a7..65160920 100644 --- a/src/views/mobile/About.vue +++ b/src/views/mobile/About.vue @@ -45,6 +45,88 @@ All the third party software included or linked is redistributed under the terms and conditions of their original licenses.
+
+ Gin
+ Copyright (c) 2014 Manuel MartÃnez-Almeida
+ https://github.com/gin-gonic/gin
+ License: https://github.com/gin-gonic/gin/blob/master/LICENSE
+
+ GZIP gin's middleware
+ Copyright (c) 2017 Gin-Gonic
+ https://github.com/gin-contrib/gzip
+ License: https://github.com/gin-contrib/gzip/blob/master/LICENSE
+
+ xorm
+ Copyright (c) 2013 - 2015 The Xorm Authors
+ https://xorm.io/xorm
+ License: https://gitea.com/xorm/xorm/src/branch/master/LICENSE
+
+ Logrus
+ Copyright (c) 2014 Simon Eskildsen
+ https://github.com/sirupsen/logrus
+ License: https://github.com/sirupsen/logrus/blob/master/LICENSE
+
+ cli
+ Copyright (c) 2016 Jeremy Saenz & Contributors
+ https://github.com/urfave/cli
+ License: https://github.com/urfave/cli/blob/master/LICENSE
+
+ INI
+ Copyright 2014 Unknwon
+ https://gopkg.in/ini.v1
+ License: https://github.com/go-ini/ini/blob/master/LICENSE
+
+ Package validator
+ Copyright (c) 2015 Dean Karn
+ https://github.com/go-playground/validator
+ License: https://github.com/go-playground/validator/blob/master/LICENSE
+
+ jwt-go
+ Copyright (c) 2012 Dave Grijalva
+ https://github.com/dgrijalva/jwt-go
+ License: https://github.com/dgrijalva/jwt-go/blob/master/LICENSE
+
+ otp
+ https://github.com/pquerna/otp
+ License: https://github.com/pquerna/otp/blob/master/LICENSE
+
+ Go-MySQL-Driver
+ https://github.com/go-sql-driver/mysql
+ License: https://github.com/go-sql-driver/mysql/blob/master/LICENSE
+
+ pq
+ Copyright (c) 2011-2013, 'pq' Contributors Portions Copyright (C) 2011 Blake Mizerany
+ https://github.com/lib/pq
+ License: https://github.com/lib/pq/blob/master/LICENSE.md
+
+ go-sqlite3
+ Copyright (c) 2014 Yasuhiro Matsumoto
+ https://github.com/mattn/go-sqlite3
+ License: https://github.com/mattn/go-sqlite3/blob/master/LICENSE
+
+ Go Cryptography
+ Copyright (c) 2009 The Go Authors. All rights reserved.
+ https://golang.org/x/crypto
+ License: https://github.com/golang/crypto/blob/master/LICENSE
+
+ Testify
+ Copyright (c) 2012-2020 Mat Ryer, Tyler Bunnell and contributors.
+ https://github.com/stretchr/testify
+ License: https://github.com/stretchr/testify/blob/master/LICENSE
+
vue
Copyright (c) 2013-present, Yuxi (Evan) You