diff options
author | Simon Dawson <spdawson@gmail.com> | 2014-01-02 13:01:48 +0000 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-01-02 15:12:02 +0100 |
commit | ab836f14e62209ce506ff17c7f344e07458e9085 (patch) | |
tree | c67f81a601d7b295899818e5cde99d681a589fd2 /package/imagemagick/imagemagick.mk | |
parent | d6c096fd09219691c3f273aff298631b07c669e0 (diff) | |
download | buildroot-ab836f14e62209ce506ff17c7f344e07458e9085.tar.gz buildroot-ab836f14e62209ce506ff17c7f344e07458e9085.zip |
package: standardise Apache licenses
Apache licenses are referred to in a variety of ways; standardise these,
choosing a form which does not contain whitespace.
Signed-off-by: Simon Dawson <spdawson@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/imagemagick/imagemagick.mk')
-rw-r--r-- | package/imagemagick/imagemagick.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/imagemagick/imagemagick.mk b/package/imagemagick/imagemagick.mk index ef9c1c0919..cf0217483d 100644 --- a/package/imagemagick/imagemagick.mk +++ b/package/imagemagick/imagemagick.mk @@ -10,7 +10,7 @@ IMAGEMAGICK_SOURCE = ImageMagick-$(IMAGEMAGICK_VERSION).tar.xz # available, which is annoying. Use an alternate site that keeps all # older versions. IMAGEMAGICK_SITE = ftp://ftp.nluug.nl/pub/ImageMagick/ -IMAGEMAGICK_LICENSE = Apache-v2 +IMAGEMAGICK_LICENSE = Apache-2.0 IMAGEMAGICK_LICENSE_FILES = LICENSE IMAGEMAGICK_INSTALL_STAGING = YES |