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 20:58:38 +0400
committerMikkel Krautz <mikkel@krautz.dk>2012-08-05 20:58:38 +0400
commit7154ec5115eb07d8bca54228d5cd7801dbee9997 (patch)
tree8263654d1c884699689c5fda9ce61b32d3dd84a8 /scripts
parent10d430726262ff761c92db1b5b81f65edfe7c847 (diff)
3rdPartyLicenses: add libogg, libvorbis and libFLAC licenses.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/mklic.pl5
1 files changed, 4 insertions, 1 deletions
diff --git a/scripts/mklic.pl b/scripts/mklic.pl
index 207e01294..a7693ecb2 100644
--- a/scripts/mklic.pl
+++ b/scripts/mklic.pl
@@ -36,7 +36,10 @@ my @thirdPartyLicenses = (
["licenseOpus", "../opus-src/COPYING", "Opus", "http://www.opus-codec.org/"],
["licenseSPEEX", "../speex/COPYING", "CELT", "http://www.celt-codec.org/"],
["licenseOpenSSL", "../3rdPartyLicenses/openssl_license.txt", "OpenSSL", "http://www.openssl.org/"],
- ["licenseLibsndfile", "../3rdPartyLicenses/libsndfile_license.txt", "libsndfile", "http://www.mega-nerd.com/libsndfile/"]);
+ ["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/"]);
# Print 3rd party licenses
foreach (@thirdPartyLicenses) {