diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2017-12-31 00:33:28 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-12-31 00:36:13 +0100 |
commit | 9a8fafdfdf6abbad63d5b26f6fdad386d63fdfa0 (patch) | |
tree | 79d91e6c1323c14cc6f6f6662f0cbeea6e6a586f /community/imagemagick6 | |
parent | 3f0f01757b380a9c538b5a94163426c6e79871e7 (diff) | |
download | aports-9a8fafdfdf6abbad63d5b26f6fdad386d63fdfa0.tar.bz2 aports-9a8fafdfdf6abbad63d5b26f6fdad386d63fdfa0.tar.xz |
community/imagemagick6: fix license
https://www.imagemagick.org/script/index.php:
> It is distributed under the Apache 2.0 license.
The LICENSE file contains a preface, but that just explains the
following text of Apache-2.0 license in simple terms.
Diffstat (limited to 'community/imagemagick6')
-rw-r--r-- | community/imagemagick6/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/imagemagick6/APKBUILD b/community/imagemagick6/APKBUILD index a08f41aa8c..982348755f 100644 --- a/community/imagemagick6/APKBUILD +++ b/community/imagemagick6/APKBUILD @@ -10,7 +10,7 @@ pkgrel=0 pkgdesc="A collection of tools and libraries for many image formats (legacy version $_abiver)" url="https://www.imagemagick.org/" arch="all" -license="custom" +license="Apache-2.0" options="libtool" depends_dev="!${pkgname%$_abiver}-dev" makedepends="fontconfig-dev freetype-dev ghostscript-dev lcms2-dev |