1This package contains the Sofia-SIP library.
2
3Copyright (C) 2005-2006 Nokia Corporation and others (see the
4in individual files for a detailed list of copyright holders).
5
6Contact: Pekka Pessi <Pekka.Pessi@nokia.com>
7
8This library is free software; you can redistribute it and/or
9modify it under the terms of the GNU Lesser General Public License
10as published by the Free Software Foundation; either version 2.1 of
11the License, or (at your option) any later version.
12
13This library is distributed in the hope that it will be useful, but
14WITHOUT ANY WARRANTY; without even the implied warranty of
15MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16Lesser General Public License (LICENSE) for more details.
17
18----------------------------------------------------------------------------
19
20libsofia-sip-ua/su/inet_ntop.c
21
22The package also contains files licensed by Internet Software Consortium.
23These files are distributed with the following copyright notice:
24
25Copyright (c) 1996 by Internet Software Consortium.
26
27Permission to use, copy, modify, and distribute this software for any
28purpose with or without fee is hereby granted, provided that the above
29copyright notice and this permission notice appear in all copies.
30
31THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM DISCLAIMS
32ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
33OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL INTERNET SOFTWARE
34CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
35DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
36PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
37ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
38SOFTWARE.
39
40----------------------------------------------------------------------------
41
42libsofia-sip-ua/su/inet_pton.c
43
44The package also contains files licensed by Internet Software Consortium and
45Internet Systems Consortium, Inc.. These files are distributed with the
46following copyright notice:
47
48Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")
49Copyright (c) 1996,1999 by Internet Software Consortium.
50
51Permission to use, copy, modify, and distribute this software for any
52purpose with or without fee is hereby granted, provided that the above
53copyright notice and this permission notice appear in all copies.
54
55THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES
56WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
57MERCHANTABILITY AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR
58ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
59WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
60ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
61OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
62
63----------------------------------------------------------------------------
64
65libsofia-sip-ua/su/sofia-sip/su_addrinfo.h
66libsofia-sip-ua/su/su_addrinfo.c
67
68The package also contains files licensed by WIDE Project. These files are
69distributed with the following copyright notice:
70
71Copyright (C) 1995, 1996, 1997, 1998, and 1999 WIDE Project.
72All rights reserved.
73
74Redistribution and use in source and binary forms, with or without
75modification, are permitted provided that the following conditions
76are met:
771. Redistributions of source code must retain the above copyright
78   notice, this list of conditions and the following disclaimer.
792. Redistributions in binary form must reproduce the above copyright
80   notice, this list of conditions and the following disclaimer in the
81   documentation and/or other materials provided with the distribution.
823. Neither the name of the project nor the names of its contributors
83   may be used to endorse or promote products derived from this software
84   without specific prior written permission.
85
86THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND
87ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
88IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
89ARE DISCLAIMED.  IN NO EVENT SHALL THE PROJECT OR CONTRIBUTORS BE LIABLE
90FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
91DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
92OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
93HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
94LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
95OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
96SUCH DAMAGE.
97
98----------------------------------------------------------------------------
99
100libsofia-sip-ua/su/getopt.c
101
102The package also contains files licensed by IBM Corporation. These files are
103distributed with the following copyright notice:
104
105           This module contains code made available by IBM
106           Corporation on an AS IS basis.  Any one receiving the
107           module is considered to be licensed under IBM copyrights
108           to use the IBM-provided source code in any way he or she
109           deems fit, including copying it, compiling it, modifying
110           it, and redistributing it, with or without
111           modifications.  No license under any IBM patents or
112           patent applications is to be implied from this copyright
113           license.
114
115           A user of the module should understand that IBM cannot
116           provide technical support for the module and will not be
117           responsible for any consequences of use of the program.
118
119           Any notices, including this one, are not to be removed
120           from the module without the prior written consent of
121           IBM.
122
123----------------------------------------------------------------------------
124
125libsofia-sip-ua/su/su_md5.c
126
127The package also contains files written by Colin Plumb. These files are
128distributed with the following copyright notice:
129
130This code implements the MD5 message-digest algorithm. The algorithm is due
131to Ron Rivest. This code was initially written by Colin Plumb in 1993, no
132copyright is claimed. This code is in the public domain; do with it what you
133wish.
134
135Equivalent code is available from RSA Data Security, Inc.  This code has
136been tested against that, and is equivalent, except that you don't need
137to include two pages of legalese with every copy.
138
139----------------------------------------------------------------------------
140
141libsofia-sip-ua/su/strtoull.c
142
143The package also contains files licensed by University of California and Sun
144Microsystems. These files are distributed with the following copyright
145notice:
146
147Copyright (c) 1988 The Regents of the University of California.
148Copyright (c) 1994 Sun Microsystems, Inc.
149
150The following license.terms for information on usage and redistribution
151of this individual file, and for a DISCLAIMER OF ALL WARRANTIES.
152
153This software is copyrighted by the Regents of the University of
154California, Sun Microsystems, Inc., Scriptics Corporation, ActiveState
155Corporation and other parties.  The following terms apply to all files
156associated with the software unless explicitly disclaimed in
157individual files.
158
159The authors hereby grant permission to use, copy, modify, distribute,
160and license this software and its documentation for any purpose, provided
161that existing copyright notices are retained in all copies and that this
162notice is included verbatim in any distributions. No written agreement,
163license, or royalty fee is required for any of the authorized uses.
164Modifications to this software may be copyrighted by their authors
165and need not follow the licensing terms described here, provided that
166the new terms are clearly indicated on the first page of each file where
167they apply.
168
169IN NO EVENT SHALL THE AUTHORS OR DISTRIBUTORS BE LIABLE TO ANY PARTY
170FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
171ARISING OUT OF THE USE OF THIS SOFTWARE, ITS DOCUMENTATION, OR ANY
172DERIVATIVES THEREOF, EVEN IF THE AUTHORS HAVE BEEN ADVISED OF THE
173POSSIBILITY OF SUCH DAMAGE.
174
175THE AUTHORS AND DISTRIBUTORS SPECIFICALLY DISCLAIM ANY WARRANTIES,
176INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY,
177FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT.  THIS SOFTWARE
178IS PROVIDED ON AN "AS IS" BASIS, AND THE AUTHORS AND DISTRIBUTORS HAVE
179NO OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR
180MODIFICATIONS.
181
182GOVERNMENT USE: If you are acquiring this software on behalf of the
183U.S. government, the Government shall have only "Restricted Rights"
184in the software and related documentation as defined in the Federal
185Acquisition Regulations (FARs) in Clause 52.227.19 (c) (2).  If you
186are acquiring the software on behalf of the Department of Defense, the
187software shall be classified as "Commercial Computer Software" and the
188Government shall have only "Restricted Rights" as defined in Clause
189252.227-7013 (c) (1) of DFARs.  Notwithstanding the foregoing, the
190authors grant the U.S. Government and others acting in its behalf
191permission to use and distribute the software in accordance with the
192terms specified in this license.
193
194----------------------------------------------------------------------------
195
196libsofia-sip-ua/ipt/rc4.c
197
198The package also contains files written by Pekka Pessi. These files are
199distributed with the following copyright notice:
200
201Copyright (c) 1996 Pekka Pessi. All rights reserved.
202
203This source code is provided for unrestricted use. Users may copy or
204modify this source code without charge.
205
206THIS SOURCE CODE IS PROVIDED AS IS WITH NO WARRANTIES OF ANY KIND
207INCLUDING THE WARRANTIES OF DESIGN, MERCHANTIBILITY AND FITNESS FOR A
208PARTICULAR PURPOSE, OR ARISING FROM A COURSE OF DEALING, USAGE OR TRADE
209PRACTICE.
210
211This source code is provided with no support and without any obligation
212on the part of author to assist in its use, correction, modification or
213enhancement.
214
215AUTHOR SHALL HAVE NO LIABILITY WITH RESPECT TO THE INFRINGEMENT OF
216COPYRIGHTS, TRADE SECRETS OR ANY PATENTS BY THIS SOFTWARE OR ANY PART
217THEREOF.
218
219In no event will author be liable for any lost revenue or profits or
220other special, indirect and consequential damages, even if author has
221been advised of the possibility of such damages.
222
223----------------------------------------------------------------------------
224
225libsofia-sip-ua/su/poll.c
226
227The package also contains files from GNU C Library by Free Software
228Foundation.
229
230These files are distributed with the following copyright notice:
231
232Copyright (C) 1994,1996,1997,1998,1999,2001,2002
233Free Software Foundation, Inc.
234This file is part of the GNU C Library.
235
236The GNU C Library is free software; you can redistribute it and/or
237modify it under the terms of the GNU Lesser General Public
238License as published by the Free Software Foundation; either
239version 2.1 of the License, or (at your option) any later version.
240
241The GNU C Library is distributed in the hope that it will be useful,
242but WITHOUT ANY WARRANTY; without even the implied warranty of
243MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
244Lesser General Public License for more details.
245
246You should have received a copy of the GNU Lesser General Public
247License along with the GNU C Library; if not, write to the Free
248Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
24902111-1307 USA.
250
251----------------------------------------------------------------------------
252