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:10:53 +0300
committerMikkel Krautz <mikkel@krautz.dk>2018-02-11 13:50:46 +0300
commitc310c42de374e73272532daf3d5da46e6f6d7b3b (patch)
tree4c9eba94a0eaebf7f2d93d4947a452ff6c5d35e0 /scripts/mklic.pl
parent8407b49ea9b5c14138aa900e58d3ad9f8e735620 (diff)
scripts/mklic.pl, 3rdPartyLicenses: add AppImage runtime license.
Diffstat (limited to 'scripts/mklic.pl')
-rwxr-xr-xscripts/mklic.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/mklic.pl b/scripts/mklic.pl
index 6b1cdad44..ac3d9c2ba 100755
--- a/scripts/mklic.pl
+++ b/scripts/mklic.pl
@@ -111,7 +111,8 @@ my @thirdPartyLicenses = (
["licenseSQLite3", "../3rdPartyLicenses/sqlite3_license.txt", "SQLite3", "http://sqlite.org", "USE_BUILDENV"],
["licenseXar", "../3rdPartyLicenses/xar_license.txt", "XAR", "https://opensource.apple.com/source/xar/", "USE_BUILDENV"], # macOS only
["licenseAvahi", "../3rdPartyLicenses/avahi_license.txt", "Avahi", "https://www.avahi.org/", "USE_BUILDENV"], # Linux only
- ["licenseDBus", "../3rdPartyLicenses/dbus_license.txt", "D-Bus", "https://www.freedesktop.org/wiki/Software/dbus", "USE_BUILDENV"] # Linux only
+ ["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
);
# Print 3rd party licenses