michael@2: This package was debianized by Mark Purcell on michael@2: Sun, 29 May 2005 09:40:22 +0100. michael@2: michael@2: It was downloaded from http://www.twinklephone.com/ michael@2: michael@2: In order to make twinkle DFSG compliant the audio/ilbc portion of code michael@2: has been removed and the package as been built with michael@2: ./configure --without-ilbc michael@2: michael@2: Copyright Holder: michael@2: michael@2: Author of Twinkle. michael@2: michael@2: Michel de Boer designed and implemented Twinkle. michael@2: michael@2: License: michael@2: michael@2: This package is free software; you can redistribute it and/or modify michael@2: it under the terms of the GNU General Public License as published by michael@2: the Free Software Foundation; either version 2 of the License, or michael@2: (at your option) any later version. michael@2: michael@2: This package is distributed in the hope that it will be useful, michael@2: but WITHOUT ANY WARRANTY; without even the implied warranty of michael@2: MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the michael@2: GNU General Public License for more details. michael@2: michael@2: You should have received a copy of the GNU General Public License michael@2: along with this package; if not, write to the Free Software michael@2: Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, michael@2: MA 02110-1301, USA. michael@2: michael@2: On Debian systems, the complete text of the GNU General michael@2: Public License can be found in `/usr/share/common-licenses/GPL'. michael@2: michael@2: Twinkle contains the following 3rd party software packages: michael@2: - GSM codec from Jutta Degener and Carsten Bormann michael@2: michael@2: Copyright 1992, 1993, 1994 by Jutta Degener and Carsten Bormann, michael@2: Technische Universitaet Berlin michael@2: michael@2: Any use of this software is permitted provided that this notice is not michael@2: removed and that neither the authors nor the Technische Universitaet Berlin michael@2: are deemed to have made any representations as to the suitability of this michael@2: software for any purpose nor are held responsible for any defects of michael@2: this software. THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE. michael@2: michael@2: As a matter of courtesy, the authors request to be informed about uses michael@2: this software has found, about bugs in this software, and about any michael@2: improvements that may be of general interest. michael@2: michael@2: Berlin, 28.11.1994 michael@2: Jutta Degener michael@2: Carsten Bormann michael@2: michael@2: - G.711 codec from Sun Microsystems michael@2: The files in this directory comprise ANSI-C language reference implementations michael@2: of the CCITT (International Telegraph and Telephone Consultative Committee) michael@2: G.711, G.721 and G.723 voice compressions. They have been tested on Sun michael@2: SPARCstations and passed 82 out of 84 test vectors published by CCITT michael@2: (Dec. 20, 1988) for G.721 and G.723. [The two remaining test vectors, michael@2: which the G.721 decoder implementation for u-law samples did not pass, michael@2: may be in error because they are identical to two other vectors for G.723_40.] michael@2: michael@2: This source code is released by Sun Microsystems, Inc. to the public domain. michael@2: Please give your acknowledgement in product literature if this code is used michael@2: in your product implementation. michael@2: michael@2: michael@2: src/stun/stun.* michael@2: /* ==================================================================== michael@2: * The Vovida Software License, Version 1.0 michael@2: * michael@2: * Copyright (c) 2000 Vovida Networks, Inc. All rights reserved. michael@2: * michael@2: * Redistribution and use in source and binary forms, with or without michael@2: * modification, are permitted provided that the following conditions michael@2: * are met: michael@2: * michael@2: * 1. Redistributions of source code must retain the above copyright michael@2: * notice, this list of conditions and the following disclaimer. michael@2: * michael@2: * 2. Redistributions in binary form must reproduce the above copyright michael@2: * notice, this list of conditions and the following disclaimer in michael@2: * the documentation and/or other materials provided with the michael@2: * distribution. michael@2: * michael@2: * 3. The names "VOCAL", "Vovida Open Communication Application Library", michael@2: * and "Vovida Open Communication Application Library (VOCAL)" must michael@2: * not be used to endorse or promote products derived from this michael@2: * software without prior written permission. For written michael@2: * permission, please contact vocal@vovida.org. michael@2: * michael@2: * 4. Products derived from this software may not be called "VOCAL", nor michael@2: * may "VOCAL" appear in their name, without prior written michael@2: * permission of Vovida Networks, Inc. michael@2: * michael@2: * THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESSED OR IMPLIED michael@2: * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES michael@2: * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE AND michael@2: * NON-INFRINGEMENT ARE DISCLAIMED. IN NO EVENT SHALL VOVIDA michael@2: * NETWORKS, INC. OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT DAMAGES michael@2: * IN EXCESS OF $1,000, NOR FOR ANY INDIRECT, INCIDENTAL, SPECIAL, michael@2: * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, michael@2: * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR michael@2: * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY michael@2: * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT michael@2: * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE michael@2: * USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH michael@2: * DAMAGE. michael@2: * michael@2: * ==================================================================== michael@2: * michael@2: * This software consists of voluntary contributions made by Vovida michael@2: * Networks, Inc. and many individuals on behalf of Vovida Networks, michael@2: * Inc. For more information on Vovida Networks, Inc., please see michael@2: * . michael@2: * michael@2: */ michael@2: michael@2: src/sockets/dnssrv.cpp: michael@2: This software is copyrighted (c) 2002 Rick van Rein, the Netherlands. michael@2: michael@2: This software has been modified by Michel de Boer. 2005 michael@2: