|
1 This package was debianized by Mark Purcell <msp@debian.org> on |
|
2 Sun, 29 May 2005 09:40:22 +0100. |
|
3 |
|
4 It was downloaded from http://www.twinklephone.com/ |
|
5 |
|
6 In order to make twinkle DFSG compliant the audio/ilbc portion of code |
|
7 has been removed and the package as been built with |
|
8 ./configure --without-ilbc |
|
9 |
|
10 Copyright Holder: |
|
11 |
|
12 Author of Twinkle. |
|
13 |
|
14 Michel de Boer <michel@twinklephone.com> designed and implemented Twinkle. |
|
15 |
|
16 License: |
|
17 |
|
18 This package is free software; you can redistribute it and/or modify |
|
19 it under the terms of the GNU General Public License as published by |
|
20 the Free Software Foundation; either version 2 of the License, or |
|
21 (at your option) any later version. |
|
22 |
|
23 This package is distributed in the hope that it will be useful, |
|
24 but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
25 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
26 GNU General Public License for more details. |
|
27 |
|
28 You should have received a copy of the GNU General Public License |
|
29 along with this package; if not, write to the Free Software |
|
30 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, |
|
31 MA 02110-1301, USA. |
|
32 |
|
33 On Debian systems, the complete text of the GNU General |
|
34 Public License can be found in `/usr/share/common-licenses/GPL'. |
|
35 |
|
36 Twinkle contains the following 3rd party software packages: |
|
37 - GSM codec from Jutta Degener and Carsten Bormann |
|
38 |
|
39 Copyright 1992, 1993, 1994 by Jutta Degener and Carsten Bormann, |
|
40 Technische Universitaet Berlin |
|
41 |
|
42 Any use of this software is permitted provided that this notice is not |
|
43 removed and that neither the authors nor the Technische Universitaet Berlin |
|
44 are deemed to have made any representations as to the suitability of this |
|
45 software for any purpose nor are held responsible for any defects of |
|
46 this software. THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE. |
|
47 |
|
48 As a matter of courtesy, the authors request to be informed about uses |
|
49 this software has found, about bugs in this software, and about any |
|
50 improvements that may be of general interest. |
|
51 |
|
52 Berlin, 28.11.1994 |
|
53 Jutta Degener |
|
54 Carsten Bormann |
|
55 |
|
56 - G.711 codec from Sun Microsystems |
|
57 The files in this directory comprise ANSI-C language reference implementations |
|
58 of the CCITT (International Telegraph and Telephone Consultative Committee) |
|
59 G.711, G.721 and G.723 voice compressions. They have been tested on Sun |
|
60 SPARCstations and passed 82 out of 84 test vectors published by CCITT |
|
61 (Dec. 20, 1988) for G.721 and G.723. [The two remaining test vectors, |
|
62 which the G.721 decoder implementation for u-law samples did not pass, |
|
63 may be in error because they are identical to two other vectors for G.723_40.] |
|
64 |
|
65 This source code is released by Sun Microsystems, Inc. to the public domain. |
|
66 Please give your acknowledgement in product literature if this code is used |
|
67 in your product implementation. |
|
68 |
|
69 |
|
70 src/stun/stun.* |
|
71 /* ==================================================================== |
|
72 * The Vovida Software License, Version 1.0 |
|
73 * |
|
74 * Copyright (c) 2000 Vovida Networks, Inc. All rights reserved. |
|
75 * |
|
76 * Redistribution and use in source and binary forms, with or without |
|
77 * modification, are permitted provided that the following conditions |
|
78 * are met: |
|
79 * |
|
80 * 1. Redistributions of source code must retain the above copyright |
|
81 * notice, this list of conditions and the following disclaimer. |
|
82 * |
|
83 * 2. Redistributions in binary form must reproduce the above copyright |
|
84 * notice, this list of conditions and the following disclaimer in |
|
85 * the documentation and/or other materials provided with the |
|
86 * distribution. |
|
87 * |
|
88 * 3. The names "VOCAL", "Vovida Open Communication Application Library", |
|
89 * and "Vovida Open Communication Application Library (VOCAL)" must |
|
90 * not be used to endorse or promote products derived from this |
|
91 * software without prior written permission. For written |
|
92 * permission, please contact vocal@vovida.org. |
|
93 * |
|
94 * 4. Products derived from this software may not be called "VOCAL", nor |
|
95 * may "VOCAL" appear in their name, without prior written |
|
96 * permission of Vovida Networks, Inc. |
|
97 * |
|
98 * THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESSED OR IMPLIED |
|
99 * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
|
100 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE AND |
|
101 * NON-INFRINGEMENT ARE DISCLAIMED. IN NO EVENT SHALL VOVIDA |
|
102 * NETWORKS, INC. OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT DAMAGES |
|
103 * IN EXCESS OF $1,000, NOR FOR ANY INDIRECT, INCIDENTAL, SPECIAL, |
|
104 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, |
|
105 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR |
|
106 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY |
|
107 * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
|
108 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE |
|
109 * USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH |
|
110 * DAMAGE. |
|
111 * |
|
112 * ==================================================================== |
|
113 * |
|
114 * This software consists of voluntary contributions made by Vovida |
|
115 * Networks, Inc. and many individuals on behalf of Vovida Networks, |
|
116 * Inc. For more information on Vovida Networks, Inc., please see |
|
117 * <http://www.vovida.org/>. |
|
118 * |
|
119 */ |
|
120 |
|
121 src/sockets/dnssrv.cpp: |
|
122 This software is copyrighted (c) 2002 Rick van Rein, the Netherlands. |
|
123 |
|
124 This software has been modified by Michel de Boer. 2005 |
|
125 |