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:56:13 +0300
committerMikkel Krautz <mikkel@krautz.dk>2018-02-11 13:54:20 +0300
commite25cc497502c8987c5bd88a3baeffd787f9649cc (patch)
treef42e51fca95fd3b313b1c15812d4fe2407d8c44f /3rdPartyLicenses
parent8eb9dfdce9b8f985fb1ba91c686d30613f04ecee (diff)
scripts/mklic.pl, 3rdPartyLicenses: add libffi license.
Diffstat (limited to '3rdPartyLicenses')
-rw-r--r--3rdPartyLicenses/libffi_license.txt21
1 files changed, 21 insertions, 0 deletions
diff --git a/3rdPartyLicenses/libffi_license.txt b/3rdPartyLicenses/libffi_license.txt
new file mode 100644
index 000000000..a66fab4f2
--- /dev/null
+++ b/3rdPartyLicenses/libffi_license.txt
@@ -0,0 +1,21 @@
+libffi - Copyright (c) 1996-2014 Anthony Green, Red Hat, Inc and others.
+See source files for details.
+
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of this software and associated documentation files (the
+``Software''), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Software, and to
+permit persons to whom the Software is furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED ``AS IS'', WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
+CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
+TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
+SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.