diff --git a/thirdparty/libtorrent/HPKBUILD b/thirdparty/libtorrent/HPKBUILD index 8c7e31f844af2d09ea370a3a451fc23eabd2301a..af079ee1d3d2feb9ad3ec100f02e6dddcf0f179f 100644 --- a/thirdparty/libtorrent/HPKBUILD +++ b/thirdparty/libtorrent/HPKBUILD @@ -20,7 +20,7 @@ pkgrel=0 pkgdesc="libtorrent is an open source C++ library implementing the BitTorrent protocol, along with most popular extensions, making it suitable for real world deployment. It is configurable to be able to fit both servers and embedded devices." url="https://github.com/arvidn/libtorrent" archs=("armeabi-v7a" "arm64-v8a") -license=("BSD-3-Clause") +license=(BSD-3-Clause and Zlib and BSL-1.0 and APSL-2.0 and LicenseRef-scancode-public-domain) depends=("boost") makedepends=() source="https://github.com/arvidn/$pkgname.git" diff --git a/thirdparty/libtorrent/README.OpenSource b/thirdparty/libtorrent/README.OpenSource index 0e6fa74120614fdb353e1a6c71e3d8ccc37c340b..592051538ebad093279657136afccfc2583f9878 100644 --- a/thirdparty/libtorrent/README.OpenSource +++ b/thirdparty/libtorrent/README.OpenSource @@ -1,8 +1,8 @@ [ { "Name": "libtorrent", - "License": "BSD-3-Clause", - "License File": "https://github.com/arvidn/libtorrent/blob/RC_2_0/COPYING", + "License": "BSD-3-Clause and Zlib and BSL-1.0 and APSL-2.0 and LicenseRef-scancode-public-domain", + "License File":"https://github.com/arvidn/libtorrent/blob/RC_2_0/LICENSE" "Version Number": "v2.0.10", "Owner": "huangminzhong2@huawei.com", "Upstream URL": "https://github.com/arvidn/libtorrent/archive/refs/tags/v2.0.10.tar.gz",