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>2012-08-05 22:15:36 +0400
committerMikkel Krautz <mikkel@krautz.dk>2012-08-05 22:15:36 +0400
commit9001c2857e84f7c3284967fb7fb425bf95f89a5e (patch)
tree3a3c634f033bae74e40afc79327d6a924cdc301c /scripts
parent96fd34d36ea6fd80507a10fdee83bda1c10a04c2 (diff)
3rdPartyLicenses: add mach_override license.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/mklic.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/mklic.pl b/scripts/mklic.pl
index a7693ecb2..29dd3c1e7 100644
--- a/scripts/mklic.pl
+++ b/scripts/mklic.pl
@@ -39,7 +39,8 @@ my @thirdPartyLicenses = (
["licenseLibsndfile", "../3rdPartyLicenses/libsndfile_license.txt", "libsndfile", "http://www.mega-nerd.com/libsndfile/"],
["licenseOgg", "../3rdPartyLicenses/libogg_license.txt", "libogg", "http://www.xiph.org/"],
["licenseVorbis", "../3rdPartyLicenses/libvorbis_license.txt", "libvorbis", "http://www.xiph.org/"],
- ["licenseFLAC", "../3rdPartyLicenses/libflac_license.txt", "libFLAC", "http://flac.sourceforge.net/"]);
+ ["licenseFLAC", "../3rdPartyLicenses/libflac_license.txt", "libFLAC", "http://flac.sourceforge.net/"],
+ ["licenseMachOverride", "../3rdPartyLicenses/mach_override_license.txt", "mach_override", "https://github.com/rentzsch/mach_star"]);
# Print 3rd party licenses
foreach (@thirdPartyLicenses) {