From f21242dba1833785390a5f49e9b5e1aac8539341 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9F=A9=E6=B6=9B?= Date: Fri, 2 Aug 2024 16:57:17 +0800 Subject: [PATCH] =?UTF-8?q?libtorrent=E5=BA=93license=E5=AD=97=E6=AE=B5?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 韩涛 --- thirdparty/libtorrent/HPKBUILD | 2 +- thirdparty/libtorrent/README.OpenSource | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/thirdparty/libtorrent/HPKBUILD b/thirdparty/libtorrent/HPKBUILD index 8c7e31f8..af079ee1 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 0e6fa741..59205153 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", -- Gitee