twinkle/copyright

Mon, 23 Feb 2009 18:09:18 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Mon, 23 Feb 2009 18:09:18 +0100
changeset 3
afeba86077f1
permissions
-rw-r--r--

Import custom package specs to build for undistributed platforms.

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

mercurial