mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 14:55:36 +08:00
refactor: Remove licenses from old libraries
This commit is contained in:
@@ -6,11 +6,6 @@
|
||||
<name>externals</name>
|
||||
<description>Externals</description>
|
||||
<canBeEdited>1</canBeEdited>
|
||||
<detailedDescription>External libraries:
|
||||
- vatlib
|
||||
- speex
|
||||
- speexdsp
|
||||
- portaudio</detailedDescription>
|
||||
<selected>1</selected>
|
||||
<show>1</show>
|
||||
<folderList>
|
||||
|
||||
@@ -17,9 +17,7 @@
|
||||
<li><a href="#crashpad">Crashpad</a></li>
|
||||
<li><a href="#libxplanemp">libxplanemp</a></li>
|
||||
<li><a href="#opus">Opus</a></li>
|
||||
<li><a href="#portaudio">Portaudio</a></li>
|
||||
<li><a href="#qt">Qt5</a></li>
|
||||
<li><a href="#speexdsp">SpeexDSP</a></li>
|
||||
<li><a href="#vatlib">vatlib</a></li>
|
||||
<li><a href="#qtwebapp">QtWebApp</a></li>
|
||||
</ul>
|
||||
@@ -360,57 +358,6 @@ https://datatracker.ietf.org/ipr/1914/
|
||||
|
||||
Broadcom Corporation:
|
||||
https://datatracker.ietf.org/ipr/1526/
|
||||
</pre>
|
||||
<hr>
|
||||
<h2 id="portaudio">Portaudio</h2>
|
||||
<table>
|
||||
<tr>
|
||||
<td>Project website</td>
|
||||
<td><a href="http://www.portaudio.com/" target="_parent" title="http://www.portaudio.com/" rel="nofollow">http://www.portaudio.com/</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Source code</td>
|
||||
<td><a href="http://www.portaudio.com/download.html" target="_parent" title="http://www.portaudio.com/download.html" rel="nofollow">http://www.portaudio.com/download.html</a></td>
|
||||
</tr>
|
||||
</table>
|
||||
<pre>
|
||||
/*
|
||||
* PortAudio Portable Real-Time Audio Library
|
||||
* PortAudio API Header File
|
||||
* Latest version available at: http://www.portaudio.com
|
||||
*
|
||||
* Copyright (c) 1999-2006 Ross Bencina and Phil Burk
|
||||
*
|
||||
* 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.
|
||||
*/
|
||||
|
||||
/*
|
||||
* The text above constitutes the entire PortAudio license; however,
|
||||
* the PortAudio community also makes the following non-binding requests:
|
||||
*
|
||||
* Any person wishing to distribute modifications to the Software is
|
||||
* requested to send the modifications to the original developer so that
|
||||
* they can be incorporated into the canonical version. It is also
|
||||
* requested that these non-binding requests be included along with the
|
||||
* license above.
|
||||
*/s
|
||||
</pre>
|
||||
<hr>
|
||||
<h2 id="qt">Qt5</h2>
|
||||
@@ -599,54 +546,6 @@ If the Library as you received it specifies that a proxy can decide
|
||||
whether future versions of the GNU Lesser General Public License shall
|
||||
apply, that proxy's public statement of acceptance of any version is
|
||||
permanent authorization for you to choose that version for the Library.</pre>
|
||||
<hr>
|
||||
<h2 id="speexdsp">SpeexDSP</h2>
|
||||
<table>
|
||||
<tr>
|
||||
<td>Project website</td>
|
||||
<td><a href="http://www.speex.org/" target="_parent" title="http://www.speex.org/" rel="nofollow">http://www.speex.org/</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Source code</td>
|
||||
<td><a href="http://www.speex.org/downloads/" target="_parent" title="http://www.speex.org/downloads/" rel="nofollow">http://www.speex.org/downloads/</a></td>
|
||||
</tr>
|
||||
</table>
|
||||
<pre>
|
||||
Copyright 2002-2008 Xiph.org Foundation
|
||||
Copyright 2002-2008 Jean-Marc Valin
|
||||
Copyright 2005-2007 Analog Devices Inc.
|
||||
Copyright 2005-2008 Commonwealth Scientific and Industrial Research Organisation (CSIRO)
|
||||
Copyright 1993, 2002, 2006 David Rowe
|
||||
Copyright 2003 EpicGames
|
||||
Copyright 1992-1994 Jutta Degener, Carsten Bormann
|
||||
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
modification, are permitted provided that the following conditions
|
||||
are met:
|
||||
|
||||
- Redistributions of source code must retain the above copyright
|
||||
notice, this list of conditions and the following disclaimer.
|
||||
|
||||
- Redistributions in binary form must reproduce the above copyright
|
||||
notice, this list of conditions and the following disclaimer in the
|
||||
documentation and/or other materials provided with the distribution.
|
||||
|
||||
- Neither the name of the Xiph.org Foundation nor the names of its
|
||||
contributors may be used to endorse or promote products derived from
|
||||
this software without specific prior written permission.
|
||||
|
||||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
||||
``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
||||
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
|
||||
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR
|
||||
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
|
||||
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
||||
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
|
||||
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
|
||||
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
||||
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
||||
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
</pre>
|
||||
<hr>
|
||||
<h2 id="vatlib">vatlib</h2>
|
||||
<table>
|
||||
|
||||
Reference in New Issue
Block a user