mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-23 02:00:20 +07:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6a79947865 |
@@ -179,7 +179,7 @@ You may face compiling issues in QT Creator after you've worked in Android Studi
|
|||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
This project is licensed under the GNU General Public License v3.0 (see LICENSE) and also includes third-party components distributed under their own terms (see THIRD_PARTY_LICENSES.md).
|
GPL v3.0
|
||||||
|
|
||||||
## Donate
|
## Donate
|
||||||
|
|
||||||
|
|||||||
@@ -1,149 +0,0 @@
|
|||||||
# Third-Party Licenses
|
|
||||||
|
|
||||||
This project is licensed under the GNU General Public License v3.0.
|
|
||||||
This file lists third-party software components used by this repository.
|
|
||||||
Each component is distributed under its own license as linked below.
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## QtKeychain
|
|
||||||
|
|
||||||
- Source: https://github.com/frankosterfeld/qtkeychain
|
|
||||||
- License: BSD License
|
|
||||||
- License Text: https://www.gnu.org/licenses/license-list.html#ModifiedBSD
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## QSimpleCrypto
|
|
||||||
|
|
||||||
- Source: https://github.com/n1flh31mur/QSimpleCrypto
|
|
||||||
- License: Apache License 2.0
|
|
||||||
- License Text: https://github.com/n1flh31mur/QSimpleCrypto/blob/master/LICENSE
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## SortFilterProxyModel
|
|
||||||
|
|
||||||
- Source: https://github.com/oKcerG/SortFilterProxyModel
|
|
||||||
- License: MIT License
|
|
||||||
- License Text: https://github.com/oKcerG/SortFilterProxyModel/blob/master/LICENSE
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## QJsonStruct
|
|
||||||
|
|
||||||
- Source: https://github.com/Qv2ray/QJsonStruct
|
|
||||||
- License: MIT License
|
|
||||||
- License Text: https://github.com/Qv2ray/QJsonStruct/blob/master/LICENSE
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## QR Code Generator (qrcodegen)
|
|
||||||
|
|
||||||
- Source: https://github.com/nayuki/QR-Code-generator
|
|
||||||
- License: MIT License
|
|
||||||
- License Text: https://www.nayuki.io/page/qr-code-generator-library
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## Qt Gamepad
|
|
||||||
|
|
||||||
- Source: https://github.com/qt/qtgamepad
|
|
||||||
- License: GNU General Public License v3.0 (GPL-3.0)
|
|
||||||
- License Text: https://www.gnu.org/licenses/gpl-3.0.en.html
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## AmneziaWG Apple (WireGuard)
|
|
||||||
|
|
||||||
- Source: https://github.com/amnezia-vpn/amneziawg-apple
|
|
||||||
- License: MIT License
|
|
||||||
- License Text: https://github.com/amnezia-vpn/amneziawg-apple/blob/master/COPYING
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## AmneziaWG Android
|
|
||||||
|
|
||||||
- Source: https://github.com/amnezia-vpn/amneziawg-go
|
|
||||||
- License: MIT License
|
|
||||||
- License Text: https://github.com/amnezia-vpn/amneziawg-go/blob/master/LICENSE
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## Xray Core
|
|
||||||
|
|
||||||
- Source: https://github.com/XTLS/Xray-core
|
|
||||||
- License: Mozilla Public License 2.0 (MPL-2.0)
|
|
||||||
- License Text: https://github.com/XTLS/Xray-core/blob/main/LICENSE
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## Cloak
|
|
||||||
|
|
||||||
- Source: https://github.com/cbeuw/Cloak
|
|
||||||
- License: GNU General Public License v3.0 (GPL-3.0)
|
|
||||||
- License Text: https://github.com/cbeuw/Cloak/blob/master/LICENSE
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## Shadowsocks
|
|
||||||
|
|
||||||
- Source: https://github.com/shadowsocks/shadowsocks-libev
|
|
||||||
- License: GPL-3.0-or-later
|
|
||||||
- License Text: http://www.gnu.org/licenses/
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## OpenSSL
|
|
||||||
|
|
||||||
- Source: https://github.com/openssl/openssl
|
|
||||||
- License: Apache License 2.0
|
|
||||||
- License Text: https://www.openssl.org/source/license.html
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## libssh
|
|
||||||
|
|
||||||
- Source: https://www.libssh.org/
|
|
||||||
- License: GNU Lesser General Public License (LGPL)
|
|
||||||
- License Text: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.html
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## OpenVPNAdapter
|
|
||||||
|
|
||||||
- Source: https://github.com/ss-abramchuk/OpenVPNAdapter
|
|
||||||
- License: GNU Affero General Public License v3.0 (AGPL-3.0)
|
|
||||||
- License Text: https://github.com/ss-abramchuk/OpenVPNAdapter/blob/master/LICENSE
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## Wintun
|
|
||||||
|
|
||||||
- Source: https://www.wintun.net/
|
|
||||||
- License: Prebuilt Binaries License
|
|
||||||
- License Text: https://github.com/WireGuard/wintun/blob/master/prebuilt-binaries-license.txt
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## Mullvad Split Tunnel Driver
|
|
||||||
|
|
||||||
- Source: https://github.com/mullvad/win-split-tunnel
|
|
||||||
- License: GNU General Public License v3.0 (GPL-3.0) and Mozilla Public License Version 2.0
|
|
||||||
- License Text: https://github.com/mullvad/win-split-tunnel/blob/master/LICENSE-GPL.md https://github.com/mullvad/win-split-tunnel/blob/master/LICENSE-MPL.txt
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## tun2socks
|
|
||||||
|
|
||||||
- Source: https://github.com/eycorsican/go-tun2socks
|
|
||||||
- License: MIT License
|
|
||||||
- License Text: https://github.com/eycorsican/go-tun2socks/blob/master/LICENSE
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## TAP-Windows Driver
|
|
||||||
|
|
||||||
- Source: https://github.com/OpenVPN/tap-windows6
|
|
||||||
- License: tap-windows6 license
|
|
||||||
- License Text: https://github.com/OpenVPN/tap-windows6/blob/master/COPYING
|
|
||||||
+1
-1
Submodule client/3rd-prebuilt updated: 51bb4703a4...568b8d720d
Reference in New Issue
Block a user