Commit ab836f14 authored by Simon Dawson's avatar Simon Dawson Committed by Thomas Petazzoni
Browse files

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: default avatarSimon Dawson <spdawson@gmail.com>
Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent d6c096fd
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -122,6 +122,9 @@ Buildroot, with the name used in the manifest files:
* `BSD-3c`: BSD 3-clause license;
* `BSD-2c`: BSD 2-clause license;
* `MIT`: MIT-style license.
* `Apache-2.0`:
  http://apache.org/licenses/LICENSE-2.0.html[
  Apache License, version 2.0];

Complying with the Buildroot license
------------------------------------
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@ FREERDP_VERSION = 1.0.1
FREERDP_SITE = https://github.com/downloads/FreeRDP/FreeRDP
FREERDP_DEPENDENCIES = openssl zlib \
	xlib_libX11 xlib_libXt xlib_libXext xlib_libXcursor
FREERDP_LICENSE = Apache 2.0
FREERDP_LICENSE = Apache-2.0
FREEDRP_LICENSE_FILES = LICENSE

ifeq ($(BR2_PACKAGE_CUPS),y)
+1 −1
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@
# one year old.
NE10_VERSION = 88c18f02199947b2c8b57796f5a3ca53160aff96
NE10_SITE = http://github.com/projectNe10/Ne10/tarball/$(NE10_VERSION)
NE10_LICENSE = BSD-3c or Apache 2.0
NE10_LICENSE = BSD-3c or Apache-2.0
NE10_LICENSE_FILES = doc/LICENSE

ifeq ($(BR2_PREFER_STATIC_LIB),)
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@
PYTHON_MSGPACK_VERSION = 0.4.0
PYTHON_MSGPACK_SOURCE = msgpack-python-$(PYTHON_MSGPACK_VERSION).tar.gz
PYTHON_MSGPACK_SITE = https://pypi.python.org/packages/source/m/msgpack-python/
PYTHON_MSGPACK_LICENSE = Apache License, Version 2.0
PYTHON_MSGPACK_LICENSE = Apache-2.0
PYTHON_MSGPACK_LICENSE_FILES = COPYING
PYTHON_MSGPACK_SETUP_TYPE = setuptools
PYTHON_MSGPACK_DEPENDENCIES = msgpack
Loading