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-02-18 20:59:18 +0400
committerMikkel Krautz <mikkel@krautz.dk>2012-02-18 20:59:18 +0400
commit4ad6ccf7c09807c8c0b1a5d61c079732466d0301 (patch)
treea6e7070c5fe27ce237f3aba5bcbfbc0d2fcaca71 /macx/scripts/osxdist.py
parentda7f5b7eaa75ca69631f74f0e7090fa097b4c8de (diff)
OS X: Add more licenses to disk image.
Diffstat (limited to 'macx/scripts/osxdist.py')
-rwxr-xr-xmacx/scripts/osxdist.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/macx/scripts/osxdist.py b/macx/scripts/osxdist.py
index 36be520b7..76d02ee72 100755
--- a/macx/scripts/osxdist.py
+++ b/macx/scripts/osxdist.py
@@ -527,6 +527,9 @@ if __name__ == '__main__':
d.copy('LICENSE', '/Licenses/Mumble.txt')
d.copy('installer/lgpl.txt', '/Licenses/Qt.txt')
d.copy('installer/speex.txt', '/Licenses/Speex.txt')
+ d.copy('celt-0.7.0-src/COPYING', '/Licenses/CELT.txt')
+ d.copy('3rdPartyLicenses/libsndfile_license.txt', '/Licenses/libsndfile.txt')
+ d.copy('3rdPartyLicenses/openssl_license.txt', '/Licenses/OpenSSL.txt')
if not options.no_server:
d.copy('installer/portaudio.txt', '/Licenses/PortAudio.txt')
d.copy('installer/gpl.txt', '/Licenses/ZeroC-Ice.txt')