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 13:45:08 +0300
committerMikkel Krautz <mikkel@krautz.dk>2018-02-11 13:54:13 +0300
commit33a1a05b3e54ea5b76d8c068188b09bb24c82ebe (patch)
treebb8d66ceea28bbb2991989b839557fd081d4c9c7 /scripts
parentc93692ca44eb77f6ccfd8987fa70394f2941ac50 (diff)
scripts/mklic.pl, 3rdPartyLicenses: add glib 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 141bdf5b5..5caa5646a 100755
--- a/scripts/mklic.pl
+++ b/scripts/mklic.pl
@@ -114,7 +114,8 @@ my @thirdPartyLicenses = (
["licenseDBus", "../3rdPartyLicenses/dbus_license.txt", "D-Bus", "https://www.freedesktop.org/wiki/Software/dbus", "USE_BUILDENV"], # Linux only
["licenseAppImageRuntime", "../3rdPartyLicenses/appimage_runtime_license.txt", "AppImage Runtime", "http://www.appimage.org", "USE_BUILDENV"], # Linux only
["licenseSquashfuse", "../3rdPartyLicenses/squashfuse_license.txt", "squashfuse", "https://github.com/vasi/squashfuse", "USE_BUILDENV"], # Linux only
- ["licenseLibfuse", "../3rdPartyLicenses/libfuse_license.txt", "libfuse", "https://github.com/libfuse/libfuse/", "USE_BUILDENV"] # Linux only
+ ["licenseLibfuse", "../3rdPartyLicenses/libfuse_license.txt", "libfuse", "https://github.com/libfuse/libfuse/", "USE_BUILDENV"], # Linux only
+ ["licenseGlib", "../3rdPartyLicenses/glib_license.txt", "glib", "https://developer.gnome.org/glib/", "USE_BUILDENV"] # Linux only
);
# Print 3rd party licenses