Add missing credits

This commit is contained in:
Davide De Rosa 2018-10-11 09:47:40 +02:00
parent c2cc67c3a4
commit 76da7426cf
2 changed files with 6 additions and 0 deletions

View File

@ -130,6 +130,8 @@ class AppConstants {
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 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] = [
pia,
swiftyBeaver,
progressHUD,
openVPN,
openSSL
]

View File

@ -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.
- SwiftyBeaver - © 2015 Sebastian Kreutzberger
- MBProgressHUD - © 2009-2016 Matej Bukovinski
© 2002-2018 OpenVPN Inc. - OpenVPN is a registered trademark of OpenVPN Inc.
## Disclaimer