diff options
author | Sören Tempel <soeren+git@soeren-tempel.net> | 2018-01-21 14:16:23 +0100 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2018-01-21 14:16:23 +0100 |
commit | e5108f1cdf1843dc328d56bb1d73e18b4f4aee1b (patch) | |
tree | 40559736025035793da3875843c8ffd99692dc46 /main/lz4 | |
parent | 55362f4592c4c97230354c513ef50c1c92a7d081 (diff) | |
download | aports-e5108f1cdf1843dc328d56bb1d73e18b4f4aee1b.tar.bz2 aports-e5108f1cdf1843dc328d56bb1d73e18b4f4aee1b.tar.xz |
main/lz4: clarify license
Diffstat (limited to 'main/lz4')
-rw-r--r-- | main/lz4/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/lz4/APKBUILD b/main/lz4/APKBUILD index 73fcd4253a..afa11313cf 100644 --- a/main/lz4/APKBUILD +++ b/main/lz4/APKBUILD @@ -6,7 +6,7 @@ pkgrel=0 pkgdesc="LZ4 is lossless compression algorithm with fast decoder @ multiple GB/s per core." url="https://github.com/lz4/lz4" arch="all" -license="BSD" +license="BSD-2-Clause GPL-2.0-only" checkdepends="diffutils" subpackages="$pkgname-dev $pkgname-doc $pkgname-libs $pkgname-tests:tests" source="$pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$pkgname/archive/v$pkgver.tar.gz" |