diff options
| author | Danomi Manchego <danomimanchego123@gmail.com> | 2017-02-18 00:38:52 -0500 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-02-20 22:16:01 +0100 |
| commit | a3a2dbc409a950823c3a1547392943d2067a8311 (patch) | |
| tree | 29bc7ace277a09a3afcd2a5baf6577e9eaed43dc /package/slirp | |
| parent | 23b6afdacd04c709f2b6a5955c994160de848c99 (diff) | |
| download | buildroot-a3a2dbc409a950823c3a1547392943d2067a8311.tar.gz buildroot-a3a2dbc409a950823c3a1547392943d2067a8311.zip | |
packages: improve license type lists
Make license type lists more uniform:
* put content license applies to in parenthesis; ex: "GPLv2+ (programs)"
* use commas to separate types listed without conjuction; ex: "GPLv2, LGPLv2"
No attempt was made to validate the claimed licenses. This is just a tweak
to increase uniformity of the _LICENSE variables.
Signed-off-by: Danomi Manchego <danomimanchego123@gmail.com>
Reviewed-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
[Thomas: replace semi-colons by commas in LIBURCU_LICENSE.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/slirp')
| -rw-r--r-- | package/slirp/slirp.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/slirp/slirp.mk b/package/slirp/slirp.mk index 7a5f51539d..be3e72d951 100644 --- a/package/slirp/slirp.mk +++ b/package/slirp/slirp.mk @@ -9,7 +9,7 @@ # of today) SLIRP_VERSION = 8c2da74c1385242f20799fec8c04f8378edc6550 SLIRP_SITE = git://anongit.freedesktop.org/spice/slirp -SLIRP_LICENSE = BSD-4c BSD-2c +SLIRP_LICENSE = BSD-4c, BSD-2c # Note: The license file 'COPYRIGHT' is missing from the sources, # although some files refer to it. SLIRP_INSTALL_STAGING = YES |

