Add missing credits
This commit is contained in:
parent
c2cc67c3a4
commit
76da7426cf
|
@ -130,6 +130,8 @@ class AppConstants {
|
||||||
|
|
||||||
private static let swiftyBeaver = "SwiftyBeaver - Copyright (c) 2015 Sebastian Kreutzberger"
|
private static let swiftyBeaver = "SwiftyBeaver - Copyright (c) 2015 Sebastian Kreutzberger"
|
||||||
|
|
||||||
|
private static let progressHUD = "MBProgressHUD - Copyright (c) 2009-2016 Matej Bukovinski"
|
||||||
|
|
||||||
private static let openVPN = "© 2002-2018 OpenVPN Inc. - OpenVPN is a registered trademark of OpenVPN Inc."
|
private static let openVPN = "© 2002-2018 OpenVPN Inc. - OpenVPN is a registered trademark of OpenVPN Inc."
|
||||||
|
|
||||||
private static let openSSL = "This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit. https://www.openssl.org/"
|
private static let openSSL = "This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit. https://www.openssl.org/"
|
||||||
|
@ -137,6 +139,7 @@ class AppConstants {
|
||||||
static let all: [String] = [
|
static let all: [String] = [
|
||||||
pia,
|
pia,
|
||||||
swiftyBeaver,
|
swiftyBeaver,
|
||||||
|
progressHUD,
|
||||||
openVPN,
|
openVPN,
|
||||||
openSSL
|
openSSL
|
||||||
]
|
]
|
||||||
|
|
|
@ -123,6 +123,9 @@ By contributing to this project you are agreeing to the terms stated in the [Con
|
||||||
|
|
||||||
The logo is taken from the awesome Circle Icons set by Nick Roach.
|
The logo is taken from the awesome Circle Icons set by Nick Roach.
|
||||||
|
|
||||||
|
- SwiftyBeaver - © 2015 Sebastian Kreutzberger
|
||||||
|
- MBProgressHUD - © 2009-2016 Matej Bukovinski
|
||||||
|
|
||||||
© 2002-2018 OpenVPN Inc. - OpenVPN is a registered trademark of OpenVPN Inc.
|
© 2002-2018 OpenVPN Inc. - OpenVPN is a registered trademark of OpenVPN Inc.
|
||||||
|
|
||||||
## Disclaimer
|
## Disclaimer
|
||||||
|
|
Loading…
Reference in New Issue