diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2018-03-11 16:43:24 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2018-03-11 19:11:20 +0100 |
commit | 76f01d32d4ade4df051a9cdfe1ed79f71426bf4c (patch) | |
tree | 08d67cc7df9b1028a2e3841d5e867f5df1151374 /community | |
parent | 21f26cbae25fc435d5fafb28a51536ed41875fff (diff) | |
download | aports-76f01d32d4ade4df051a9cdfe1ed79f71426bf4c.tar.bz2 aports-76f01d32d4ade4df051a9cdfe1ed79f71426bf4c.tar.xz |
community/ocamlbuild: clarify license
Diffstat (limited to 'community')
-rw-r--r-- | community/ocamlbuild/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/ocamlbuild/APKBUILD b/community/ocamlbuild/APKBUILD index 79157e0fea..076c905970 100644 --- a/community/ocamlbuild/APKBUILD +++ b/community/ocamlbuild/APKBUILD @@ -6,7 +6,7 @@ pkgrel=1 pkgdesc="Generic build tool with built-in rules for building OCaml library and programs." url="https://github.com/ocaml/ocamlbuild" arch="all !x86 !armhf !s390x" #ocaml not avail on excluded platforms -license="LGPL-2.0" +license="LGPL-2.0-or-later-WITH-linking-exception" makedepends="ocaml" subpackages="$pkgname-doc" source="$pkgname-$pkgver.tar.gz::https://github.com/ocaml/$pkgname/archive/$pkgver.tar.gz" |