Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikkel Krautz <mikkel@krautz.dk>2017-07-23 12:00:11 +0300
committerMikkel Krautz <mikkel@krautz.dk>2018-02-11 13:22:52 +0300
commitb07551de1ed5f0302d27e5f051e27d27e4b81b7d (patch)
treec155f185a135e8715122bc086bbc36910ae5f304 /scripts/mklic.pl
parent96cd9b9d043e4675351f2033d9736bfa6730ce3e (diff)
scripts/mklic.pl, 3rdPartyLicenses: add bzip2 license.
Diffstat (limited to 'scripts/mklic.pl')
-rwxr-xr-xscripts/mklic.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/mklic.pl b/scripts/mklic.pl
index e49ff9871..f9a517b10 100755
--- a/scripts/mklic.pl
+++ b/scripts/mklic.pl
@@ -96,7 +96,8 @@ my @thirdPartyLicenses = (
["licenseZlib", "../3rdPartyLicenses/zlib_license.txt", "ZLIB", "https://www.zlib.net", "USE_BUILDENV"],
["licenseProtobuf", "../3rdPartyLicenses/protobuf_license.txt", "Protobuf", "https://developers.google.com/protocol-buffers", "USE_BUILDENV"],
["licenseExpat", "../3rdPartyLicenses/expat_license.txt", "Expat", "http://libexpat.org", "USE_BUILDENV"],
- ["licenseBoost", "../3rdPartyLicenses/boost_license.txt", "Boost C++ Libraries", "https://www.boost.org/", "USE_BUILDENV"]
+ ["licenseBoost", "../3rdPartyLicenses/boost_license.txt", "Boost C++ Libraries", "https://www.boost.org/", "USE_BUILDENV"],
+ ["licenseBzip2", "../3rdPartyLicenses/bzip2_license.txt", "bzip2", "http://www.bzip.org", "USE_BUILDENV"]
);
# Print 3rd party licenses