diff options
author | Rahul Bedarkar <rahulbedarkar89@gmail.com> | 2017-03-30 19:13:44 +0530 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-04-01 15:33:50 +0200 |
commit | 69b13a252e8e70bbf5b5884365184d9b1a6387d8 (patch) | |
tree | 507bf216a3ff801a65501c62fc8ed7847f73bad6 | |
parent | e0f7ce337b399ffaf62f6c354d51b8463e0d9447 (diff) | |
download | buildroot-69b13a252e8e70bbf5b5884365184d9b1a6387d8.tar.gz buildroot-69b13a252e8e70bbf5b5884365184d9b1a6387d8.zip |
freeswitch: use SPDX short identifier for license strings
Signed-off-by: Rahul Bedarkar <rahulbedarkar89@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | package/freeswitch/freeswitch.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package/freeswitch/freeswitch.mk b/package/freeswitch/freeswitch.mk index 32439b8e9c..0ce67f0827 100644 --- a/package/freeswitch/freeswitch.mk +++ b/package/freeswitch/freeswitch.mk @@ -8,11 +8,11 @@ FREESWITCH_VERSION = 1.6.15 FREESWITCH_SOURCE = freeswitch-$(FREESWITCH_VERSION).tar.xz FREESWITCH_SITE = http://files.freeswitch.org/freeswitch-releases FREESWITCH_LICENSE = MPL-1.1, \ - GPLv3+ with font exception (fonts), \ + GPL-3.0+ with font exception (fonts), \ Apache-2.0 (apr, apr-util), \ - LGPLv2+ (sofia-sip), \ - LGPLv2.1, GPLv2 (spandsp), \ - BSD-3c (libsrtp), \ + LGPL-2.0+ (sofia-sip), \ + LGPL-2.1, GPL-2.0 (spandsp), \ + BSD-3-Clause (libsrtp), \ tiff license FREESWITCH_LICENSE_FILES = \ |