1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/twinkle/copyright Mon Feb 23 18:09:09 2009 +0100 1.3 @@ -0,0 +1,125 @@ 1.4 +This package was debianized by Mark Purcell <msp@debian.org> on 1.5 +Sun, 29 May 2005 09:40:22 +0100. 1.6 + 1.7 +It was downloaded from http://www.twinklephone.com/ 1.8 + 1.9 +In order to make twinkle DFSG compliant the audio/ilbc portion of code 1.10 +has been removed and the package as been built with 1.11 + ./configure --without-ilbc 1.12 + 1.13 +Copyright Holder: 1.14 + 1.15 +Author of Twinkle. 1.16 + 1.17 +Michel de Boer <michel@twinklephone.com> designed and implemented Twinkle. 1.18 + 1.19 +License: 1.20 + 1.21 + This package is free software; you can redistribute it and/or modify 1.22 + it under the terms of the GNU General Public License as published by 1.23 + the Free Software Foundation; either version 2 of the License, or 1.24 + (at your option) any later version. 1.25 + 1.26 + This package is distributed in the hope that it will be useful, 1.27 + but WITHOUT ANY WARRANTY; without even the implied warranty of 1.28 + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 1.29 + GNU General Public License for more details. 1.30 + 1.31 + You should have received a copy of the GNU General Public License 1.32 + along with this package; if not, write to the Free Software 1.33 + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, 1.34 + MA 02110-1301, USA. 1.35 + 1.36 +On Debian systems, the complete text of the GNU General 1.37 +Public License can be found in `/usr/share/common-licenses/GPL'. 1.38 + 1.39 +Twinkle contains the following 3rd party software packages: 1.40 +- GSM codec from Jutta Degener and Carsten Bormann 1.41 + 1.42 +Copyright 1992, 1993, 1994 by Jutta Degener and Carsten Bormann, 1.43 +Technische Universitaet Berlin 1.44 + 1.45 +Any use of this software is permitted provided that this notice is not 1.46 +removed and that neither the authors nor the Technische Universitaet Berlin 1.47 +are deemed to have made any representations as to the suitability of this 1.48 +software for any purpose nor are held responsible for any defects of 1.49 +this software. THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE. 1.50 + 1.51 +As a matter of courtesy, the authors request to be informed about uses 1.52 +this software has found, about bugs in this software, and about any 1.53 +improvements that may be of general interest. 1.54 + 1.55 +Berlin, 28.11.1994 1.56 +Jutta Degener 1.57 +Carsten Bormann 1.58 + 1.59 +- G.711 codec from Sun Microsystems 1.60 +The files in this directory comprise ANSI-C language reference implementations 1.61 +of the CCITT (International Telegraph and Telephone Consultative Committee) 1.62 +G.711, G.721 and G.723 voice compressions. They have been tested on Sun 1.63 +SPARCstations and passed 82 out of 84 test vectors published by CCITT 1.64 +(Dec. 20, 1988) for G.721 and G.723. [The two remaining test vectors, 1.65 +which the G.721 decoder implementation for u-law samples did not pass, 1.66 +may be in error because they are identical to two other vectors for G.723_40.] 1.67 + 1.68 +This source code is released by Sun Microsystems, Inc. to the public domain. 1.69 +Please give your acknowledgement in product literature if this code is used 1.70 +in your product implementation. 1.71 + 1.72 + 1.73 +src/stun/stun.* 1.74 +/* ==================================================================== 1.75 + * The Vovida Software License, Version 1.0 1.76 + * 1.77 + * Copyright (c) 2000 Vovida Networks, Inc. All rights reserved. 1.78 + * 1.79 + * Redistribution and use in source and binary forms, with or without 1.80 + * modification, are permitted provided that the following conditions 1.81 + * are met: 1.82 + * 1.83 + * 1. Redistributions of source code must retain the above copyright 1.84 + * notice, this list of conditions and the following disclaimer. 1.85 + * 1.86 + * 2. Redistributions in binary form must reproduce the above copyright 1.87 + * notice, this list of conditions and the following disclaimer in 1.88 + * the documentation and/or other materials provided with the 1.89 + * distribution. 1.90 + * 1.91 + * 3. The names "VOCAL", "Vovida Open Communication Application Library", 1.92 + * and "Vovida Open Communication Application Library (VOCAL)" must 1.93 + * not be used to endorse or promote products derived from this 1.94 + * software without prior written permission. For written 1.95 + * permission, please contact vocal@vovida.org. 1.96 + * 1.97 + * 4. Products derived from this software may not be called "VOCAL", nor 1.98 + * may "VOCAL" appear in their name, without prior written 1.99 + * permission of Vovida Networks, Inc. 1.100 + * 1.101 + * THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESSED OR IMPLIED 1.102 + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 1.103 + * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE AND 1.104 + * NON-INFRINGEMENT ARE DISCLAIMED. IN NO EVENT SHALL VOVIDA 1.105 + * NETWORKS, INC. OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT DAMAGES 1.106 + * IN EXCESS OF $1,000, NOR FOR ANY INDIRECT, INCIDENTAL, SPECIAL, 1.107 + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 1.108 + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 1.109 + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY 1.110 + * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 1.111 + * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE 1.112 + * USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH 1.113 + * DAMAGE. 1.114 + * 1.115 + * ==================================================================== 1.116 + * 1.117 + * This software consists of voluntary contributions made by Vovida 1.118 + * Networks, Inc. and many individuals on behalf of Vovida Networks, 1.119 + * Inc. For more information on Vovida Networks, Inc., please see 1.120 + * <http://www.vovida.org/>. 1.121 + * 1.122 + */ 1.123 + 1.124 +src/sockets/dnssrv.cpp: 1.125 + This software is copyrighted (c) 2002 Rick van Rein, the Netherlands. 1.126 + 1.127 + This software has been modified by Michel de Boer. 2005 1.128 +