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>2018-02-11 13:49:00 +0300
committerMikkel Krautz <mikkel@krautz.dk>2018-02-11 13:49:00 +0300
commitf47335c1351d8f7d7736600ee3b843d7545922ab (patch)
treea12d21cae278128770a9c49a16aba0d04ac50735 /scripts
parentb07551de1ed5f0302d27e5f051e27d27e4b81b7d (diff)
scripts/mklic.pl, 3rdPartyLicenses: add BerkeleyDB license.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/mklic.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/mklic.pl b/scripts/mklic.pl
index f9a517b10..548aeb234 100755
--- a/scripts/mklic.pl
+++ b/scripts/mklic.pl
@@ -97,7 +97,8 @@ my @thirdPartyLicenses = (
["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"],
- ["licenseBzip2", "../3rdPartyLicenses/bzip2_license.txt", "bzip2", "http://www.bzip.org", "USE_BUILDENV"]
+ ["licenseBzip2", "../3rdPartyLicenses/bzip2_license.txt", "bzip2", "http://www.bzip.org", "USE_BUILDENV"],
+ ["licenseBerkeleyDB", "../3rdPartyLicenses/berkeleydb_license.txt", "BerkeleyDB", "https://www.oracle.com/database/berkeley-db", "USE_BUILDENV"]
);
# Print 3rd party licenses