diff --git a/Passepartout/Sources/AppConstants.swift b/Passepartout/Sources/AppConstants.swift index d893af81..b370e921 100644 --- a/Passepartout/Sources/AppConstants.swift +++ b/Passepartout/Sources/AppConstants.swift @@ -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 ] diff --git a/README.md b/README.md index 427cd5cf..8aaa01be 100644 --- a/README.md +++ b/README.md @@ -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