passepartout-apple/Packages/App/Sources/UILibrary/Resources/Credits.json
Davide 1942b82ebb
Rework App+Kit as monorepository (#1055)
Simplify development and maintenance immensely by making this a
monorepository:

- Convert PassepartoutKit and VPN bindings to local packages
  - OpenVPN/OpenSSL
  - WireGuard/Go
- Make PassepartoutKit available via
  - Source submodule for production (private)
- [Binary XCFramework for
development](https://github.com/passepartoutvpn/passepartoutkit)
 - Add PassepartoutKit Demo in root
   - Deploy package later
2025-01-13 12:26:53 +01:00

61 lines
2.3 KiB
JSON

{
"licenses": [
{
"name": "fastlane",
"licenseName": "MIT",
"licenseURL": "https://raw.githubusercontent.com/fastlane/fastlane/master/LICENSE"
}, {
"name": "GenericJSON",
"licenseName": "MIT",
"licenseURL": "https://raw.githubusercontent.com/iwill/generic-json-swift/master/LICENSE"
}, {
"name": "Kvitto",
"licenseName": "BSD",
"licenseURL": "https://raw.githubusercontent.com/Cocoanetics/Kvitto/develop/LICENSE"
}, {
"name": "lzo",
"licenseName": "GPLv2",
"licenseURL": "https://www.gnu.org/licenses/gpl-2.0.txt"
}, {
"name": "OpenSSL",
"licenseName": "OpenSSL",
"licenseURL": "https://raw.githubusercontent.com/openssl/openssl/master/LICENSE.txt"
}, {
"name": "SwiftGen",
"licenseName": "MIT",
"licenseURL": "https://raw.githubusercontent.com/SwiftGen/SwiftGen/master/LICENCE"
}, {
"name": "SwiftLint",
"licenseName": "MIT",
"licenseURL": "https://raw.githubusercontent.com/realm/SwiftLint/master/LICENSE"
}
],
"notices": [
{
"name": "Circle Icons",
"message": "The logo is taken from the awesome Circle Icons set by Nick Roach."
}, {
"name": "OpenVPN",
"message": "© Copyright 2024 OpenVPN | OpenVPN is a registered trademark of OpenVPN, Inc."
}, {
"name": "WireGuard",
"message": "© Copyright 2015-2024 Jason A. Donenfeld. All Rights Reserved. \"WireGuard\" and the \"WireGuard\" logo are registered trademarks of Jason A. Donenfeld."
}
],
"translations": {
"de": ["Christian Lederer", "Theodor Tietze"],
"el": ["Konstantinos Koukoulakis"],
"en-US": ["Davide De Rosa"],
"es": ["Davide De Rosa", "Elena Vivó"],
"fr-FR": ["Julien Laniel"],
"it": ["Davide De Rosa"],
"nl": ["Norbert de Vreede"],
"pl": ["Piotr Książek"],
"pt-BR": ["Helder Santana"],
"ru": ["Alexander Korobynikov"],
"sv": ["Henry Gross-Hellsen"],
"uk": ["Dmitry Chirkin"],
"zh-Hans": ["OnlyThen"]
}
}