aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--ChangeLog.txt88
-rw-r--r--linden/LICENSE-libraries-linux.txt811
-rw-r--r--linden/LICENSE-libraries-mac.txt696
-rw-r--r--linden/LICENSE-libraries-win32.txt737
-rw-r--r--linden/LICENSE-libraries.txt1767
-rw-r--r--linden/doc/contributions.txt1
-rw-r--r--linden/indra/cmake/00-Common.cmake15
-rw-r--r--linden/indra/cmake/GStreamer.cmake1
-rw-r--r--linden/indra/cmake/ViewerMiscLibs.cmake1
-rw-r--r--linden/indra/llmedia/llmediaimplgstreamervidplug.cpp20
-rw-r--r--linden/indra/llmessage/lltemplatemessagereader.cpp3
-rw-r--r--linden/indra/llwindow/llwindowsdl.cpp1
-rw-r--r--linden/indra/newview/llvosky.h2
-rw-r--r--linden/indra/newview/skins/default/xui/de/floater_about.xml45
-rw-r--r--linden/indra/newview/skins/default/xui/fr/floater_about.xml45
-rw-r--r--linden/indra/newview/skins/default/xui/ja/floater_about.xml45
-rw-r--r--linden/indra/newview/skins/default/xui/ko/floater_about.xml45
-rw-r--r--linden/indra/newview/skins/default/xui/zh/floater_about.xml46
-rwxr-xr-xlinden/indra/newview/viewer_manifest.py7
-rw-r--r--linden/install.xml84
20 files changed, 1909 insertions, 2551 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt
index 5061141..2de813a 100644
--- a/ChangeLog.txt
+++ b/ChangeLog.txt
@@ -1,10 +1,94 @@
12009-11-18 Jacek Antonelli <jacek.antonelli@gmail.com>
2
3 * Fixed a compile blocker in LLVoSky::stepCurrent().
4
5 modified: linden/indra/newview/llvosky.h
6
7
8 * Updated Linux boost package to 1.39.0.
9
10 modified: install.xml
11
12
13 * Removed non-English credits sections in the About floater.
14 They will default to the English versions, so we don't have to
15 maintain many copies of the same text.
16
17 modified: linden/indra/newview/skins/default/xui/de/floater_about.xml
18 modified: linden/indra/newview/skins/default/xui/fr/floater_about.xml
19 modified: linden/indra/newview/skins/default/xui/ja/floater_about.xml
20 modified: linden/indra/newview/skins/default/xui/ko/floater_about.xml
21 modified: linden/indra/newview/skins/default/xui/zh/floater_about.xml
22
23
24 * Added Linux package for liboil 0.3.16.
25 It's needed by some GStreamer plugins.
26
27 modified: linden/indra/cmake/GStreamer.cmake
28 modified: linden/indra/newview/viewer_manifest.py
29 modified: linden/install.xml
30
31
32 * VWR-12620: Linux compile fails with -O2 (--type=Release)
33 Patch by Alissa Sabre.
34
35 modified: doc/contributions.txt
36 modified: indra/llmessage/lltemplatemessagereader.cpp
37 modified: indra/llwindow/llwindowsdl.cpp
38
39
40 * Removed prepackaged libstdc++ (Linux only). Fixes VWR-12404.
41
42 modified: linden/indra/cmake/ViewerMiscLibs.cmake
43 modified: linden/install.xml
44
45
46 * Fixed more warnings about converting string to gchar*
47
48 modified: linden/indra/llmedia/llmediaimplgstreamervidplug.cpp
49
50
51 * Silenced some compiler warnings on Linux.
52
53 modified: linden/indra/cmake/00-Common.cmake
54
55
56 * Fixed copyright/licensing info for OpenAL on Mac.
57
58 modified: linden/LICENSE-libraries.txt
59 modified: linden/install.xml
60
61
62 * Fixed licensing in several Linux library packages.
63
64 modified: linden/install.xml
65
66
12009-11-18 McCabe Maxsted <hakushakukun@gmail.com> 672009-11-18 McCabe Maxsted <hakushakukun@gmail.com>
2 68
3 * Cleaned up a harmless bad merge in llimagej2coj.cpp. 69 * Cleaned up a harmless bad merge in llimagej2coj.cpp.
4 70
5 modified: linden/indra/llimagej2coj/llimagej2coj.cpp 71 modified: linden/indra/llimagej2coj/llimagej2coj.cpp
6 72
7 73
742009-11-15 Jacek Antonelli <jacek.antonelli@gmail.com>
75
76 * Fixed a warning about converting string literal to gchar*.
77
78 modified: linden/indra/llmedia/llmediaimplgstreamervidplug.cpp
79
80
812009-11-14 Jacek Antonelli <jacek.antonelli@gmail.com>
82
83 * Combined and updated the LICENSE-libraries.txt files.
84
85 modified: indra/newview/viewer_manifest.py
86 deleted: LICENSE-libraries-linux.txt
87 deleted: LICENSE-libraries-mac.txt
88 deleted: LICENSE-libraries-win32.txt
89 new file: LICENSE-libraries.txt
90
91
82009-11-12 McCabe Maxsted <hakushakukun@gmail.com> 922009-11-12 McCabe Maxsted <hakushakukun@gmail.com>
9 93
10 * Fixed Hide Group Titles preferences option. 94 * Fixed Hide Group Titles preferences option.
diff --git a/linden/LICENSE-libraries-linux.txt b/linden/LICENSE-libraries-linux.txt
deleted file mode 100644
index b43c402..0000000
--- a/linden/LICENSE-libraries-linux.txt
+++ /dev/null
@@ -1,811 +0,0 @@
1===========
2APR License
3===========
4
5Copyright 2000-2004 The Apache Software Foundation
6
7Licensed under the Apache License, Version 2.0 (the "License");
8you may not use this file except in compliance with the License.
9You may obtain a copy of the License at
10
11 http://www.apache.org/licenses/LICENSE-2.0
12
13Unless required by applicable law or agreed to in writing, software
14distributed under the License is distributed on an "AS IS" BASIS,
15WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16See the License for the specific language governing permissions and
17limitations under the License.
18
19==============
20Base32 License
21==============
22
23 * Copyright (c) 2006 Christian Biere <christianbiere@gmx.de>
24 * All rights reserved.
25 *
26 * Redistribution and use in source and binary forms, with or without
27 * modification, are permitted provided that the following conditions
28 * are met:
29 *
30 * 1. Redistributions of source code must retain the above copyright
31 * notice, this list of conditions and the following disclaimer.
32 * 2. Redistributions in binary form must reproduce the above copyright
33 * notice, this list of conditions and the following disclaimer in the
34 * documentation and/or other materials provided with the distribution.
35 * 3. Neither the name of the authors nor the names of its contributors
36 * may be used to endorse or promote products derived from this software
37 * without specific prior written permission.
38 *
39 * THIS SOFTWARE IS PROVIDED BY THE AUTHORS AND CONTRIBUTORS ``AS IS'' AND
40 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
41 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
42 * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
43 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
44 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
45 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
46 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
47 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
48 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
49 * SUCH DAMAGE.
50
51============
52cURL License
53============
54
55COPYRIGHT AND PERMISSION NOTICE
56
57Copyright (c) 1996 - 2002, Daniel Stenberg, <daniel@haxx.se>.
58
59All rights reserved.
60
61Permission to use, copy, modify, and distribute this software for any purpose
62with or without fee is hereby granted, provided that the above copyright
63notice and this permission notice appear in all copies.
64
65THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
66IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
67FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN
68NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
69DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
70OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE
71OR OTHER DEALINGS IN THE SOFTWARE.
72
73Except as contained in this notice, the name of a copyright holder shall not
74be used in advertising or otherwise to promote the sale, use or other dealings
75in this Software without prior written authorization of the copyright holder.
76
77
78=============
79expat License
80=============
81
82Copyright (c) 1998, 1999, 2000 Thai Open Source Software Center Ltd
83
84Permission is hereby granted, free of charge, to any person obtaining
85a copy of this software and associated documentation files (the
86"Software"), to deal in the Software without restriction, including
87without limitation the rights to use, copy, modify, merge, publish,
88distribute, sublicense, and/or sell copies of the Software, and to
89permit persons to whom the Software is furnished to do so, subject to
90the following conditions:
91
92The above copyright notice and this permission notice shall be included
93in all copies or substantial portions of the Software.
94
95THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
96EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
97MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
98IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
99CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
100TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
101SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
102
103================
104FreeType License
105================
106
107Portions of this software are copyright (c) 2003 The FreeType
108Project (www.freetype.org). All rights reserved.
109
110==========================
111FSI FontShop International
112==========================
113
114Certain of the fonts in the Meta family of copyrighted typefaces are
115used in Second Life under license from FSI FontShop
116International. Copies of such Meta fonts that are included in the
117Viewer are not themselves open source and are not available under the
118GPL license, and they may not be copied. Developers may use those
119fonts solely to the extent necessary to use or customize the Linden
120Software in Second Life and to develop and distribute content solely
121for use in the Second Life environment, and for no other purposes.
122Second Life developers who wish to make other uses of Meta fonts must
123obtain a license from FSI FontShop International at www.fontfont.com.
124
125==========
126GL License
127==========
128
129Mesa 3-D graphics library
130Version: 6.2
131
132Copyright (C) 1999-2004 Brian Paul All Rights Reserved.
133
134Permission is hereby granted, free of charge, to any person obtaining a
135copy of this software and associated documentation files (the "Software"),
136to deal in the Software without restriction, including without limitation
137the rights to use, copy, modify, merge, publish, distribute, sublicense,
138and/or sell copies of the Software, and to permit persons to whom the
139Software is furnished to do so, subject to the following conditions:
140
141The above copyright notice and this permission notice shall be included
142in all copies or substantial portions of the Software.
143
144THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
145OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
146FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
147BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
148AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
149CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
150
151=========================
152glh OpenGL helper library
153=========================
154
155glh - is a platform-indepenedent C++ OpenGL helper library
156
157
158Copyright (c) 2000 Cass Everitt
159 Copyright (c) 2000 NVIDIA Corporation
160All rights reserved.
161
162Redistribution and use in source and binary forms, with or
163 without modification, are permitted provided that the following
164 conditions are met:
165
166 * Redistributions of source code must retain the above
167 copyright notice, this list of conditions and the following
168 disclaimer.
169
170 * Redistributions in binary form must reproduce the above
171 copyright notice, this list of conditions and the following
172 disclaimer in the documentation and/or other materials
173 provided with the distribution.
174
175 * The names of contributors to this software may not be used
176 to endorse or promote products derived from this software
177 without specific prior written permission.
178
179 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
180 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
181 FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
182 REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
183 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
184 BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
185 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
186 CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
187 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
188 ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
189 POSSIBILITY OF SUCH DAMAGE.
190
191
192Cass Everitt - cass@r3.nu
193
194=======================
195JPEG Library 6b License
196=======================
197
198This software is based in part on the work of the Independent JPEG Group
199
200================
201JPEG2000 License
202================
203
204Copyright 2001, David Taubman, The University of New South Wales (UNSW)
205The copyright owner is Unisearch Ltd, Australia (commercial arm of UNSW)
206Neither this copyright statement, nor the licensing details below
207may be removed from this file or dissociated from its contents.
208
209Licensee: Linden Research, Inc.
210License number: 00024
211The licensee has been granted a COMMERCIAL license to the contents of
212this source file. A brief summary of this license appears below. This
213summary is not to be relied upon in preference to the full text of the
214license agreement, accepted at purchase of the license.
2151. The Licensee has the right to Commercial Use of the Kakadu software,
216 including distribution of one or more Applications built using the
217 software.
2182. The Licensee has the right to Internal Use of the Kakadu software,
219 including use by employees of the Licensee or an Affiliate for the
220 purpose of performing services on behalf of the Licensee or Affiliate,
221 or in the performance of services for Third Parties who engage Licensee
222 or an Affiliate for such services.
2233. The Licensee has the right to distribute Reusable Code (including
224 source code and dynamically or statically linked libraries) to a Third
225 Party, provided the Third Party possesses a license to use the Kakadu
226 software.
227
228==================
229ogg/vorbis License
230==================
231
232Copyright (c) 2001, Xiphophorus
233
234Redistribution and use in source and binary forms, with or without
235modification, are permitted provided that the following conditions
236are met:
237
238- Redistributions of source code must retain the above copyright
239notice, this list of conditions and the following disclaimer.
240
241- Redistributions in binary form must reproduce the above copyright
242notice, this list of conditions and the following disclaimer in the
243documentation and/or other materials provided with the distribution.
244
245- Neither the name of the Xiphophorus nor the names of its contributors
246may be used to endorse or promote products derived from this software
247without specific prior written permission.
248
249THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
250``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
251LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
252A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR
253CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
254EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
255PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
256PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
257LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
258NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
259SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
260
261
262===========
263SDL License
264===========
265
266SDL - Simple DirectMedia Layer
267Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002 Sam Lantinga
268
269This library is free software; you can redistribute it and/or
270modify it under the terms of the GNU Library General Public
271License as published by the Free Software Foundation; either
272version 2 of the License, or (at your option) any later version.
273
274This library is distributed in the hope that it will be useful,
275but WITHOUT ANY WARRANTY; without even the implied warranty of
276MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
277Library General Public License for more details.
278
279You should have received a copy of the GNU Library General Public
280License along with this library; if not, write to the Free
281Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
282
283Sam Lantinga
284slouken@libsdl.org
285
286The GNU Library GPL is available at http://www.gnu.org/copyleft/lesser.html
287
288=============
289ELFIO License
290=============
291
292ELFIO.h - ELF reader and producer.
293Copyright (C) 2001 Serge Lamikhov-Center <to_serge@users.sourceforge.net>
294
295This library is free software; you can redistribute it and/or
296modify it under the terms of the GNU Lesser General Public
297License as published by the Free Software Foundation; either
298version 2.1 of the License, or (at your option) any later version.
299
300This library is distributed in the hope that it will be useful,
301but WITHOUT ANY WARRANTY; without even the implied warranty of
302MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
303Lesser General Public License for more details.
304
305You should have received a copy of the GNU Lesser General Public
306License along with this library; if not, write to the Free Software
307Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
308
309The GNU Library GPL is available at http://www.gnu.org/copyleft/lesser.html
310
311===============
312OpenSSL License
313===============
314
315Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved.
316
317Redistribution and use in source and binary forms, with or without
318modification, are permitted provided that the following conditions
319are met:
320
3211. Redistributions of source code must retain the above copyright
322 notice, this list of conditions and the following disclaimer.
323
3242. Redistributions in binary form must reproduce the above copyright
325 notice, this list of conditions and the following disclaimer in
326 the documentation and/or other materials provided with the
327 distribution.
328
3293. All advertising materials mentioning features or use of this
330 software must display the following acknowledgment:
331 "This product includes software developed by the OpenSSL Project
332 for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
333
3344. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
335 endorse or promote products derived from this software without
336 prior written permission. For written permission, please contact
337 openssl-core@openssl.org.
338
3395. Products derived from this software may not be called "OpenSSL"
340 nor may "OpenSSL" appear in their names without prior written
341 permission of the OpenSSL Project.
342
3436. Redistributions of any form whatsoever must retain the following
344 acknowledgment:
345 "This product includes software developed by the OpenSSL Project
346 for use in the OpenSSL Toolkit (http://www.openssl.org/)"
347
348THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
349EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
350IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
351PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
352ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
353SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
354NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
355LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
356HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
357STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
358ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
359OF THE POSSIBILITY OF SUCH DAMAGE.
360====================================================================
361
362This product includes cryptographic software written by Eric Young
363(eay@cryptsoft.com). This product includes software written by Tim
364Hudson (tjh@cryptsoft.com).
365
366
367
368=======================
369Original SSLeay License
370=======================
371
372Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
373All rights reserved.
374
375This package is an SSL implementation written
376by Eric Young (eay@cryptsoft.com).
377The implementation was written so as to conform with Netscapes SSL.
378
379This library is free for commercial and non-commercial use as long as
380the following conditions are aheared to. The following conditions
381apply to all code found in this distribution, be it the RC4, RSA,
382lhash, DES, etc., code; not just the SSL code. The SSL documentation
383included with this distribution is covered by the same copyright terms
384except that the holder is Tim Hudson (tjh@cryptsoft.com).
385
386Copyright remains Eric Young's, and as such any Copyright notices in
387the code are not to be removed.
388If this package is used in a product, Eric Young should be given attribution
389as the author of the parts of the library used.
390This can be in the form of a textual message at program startup or
391in documentation (online or textual) provided with the package.
392
393Redistribution and use in source and binary forms, with or without
394modification, are permitted provided that the following conditions
395are met:
3961. Redistributions of source code must retain the copyright
397 notice, this list of conditions and the following disclaimer.
3982. Redistributions in binary form must reproduce the above copyright
399 notice, this list of conditions and the following disclaimer in the
400 documentation and/or other materials provided with the distribution.
4013. All advertising materials mentioning features or use of this software
402 must display the following acknowledgement:
403 "This product includes cryptographic software written by
404 Eric Young (eay@cryptsoft.com)"
405 The word 'cryptographic' can be left out if the rouines from the library
406 being used are not cryptographic related :-).
4074. If you include any Windows specific code (or a derivative thereof) from
408 the apps directory (application code) you must include an acknowledgement:
409 "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
410
411THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
412ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
413IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
414ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
415FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
416DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
417OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
418HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
419LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
420OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
421SUCH DAMAGE.
422
423The licence and distribution terms for any publically available version or
424derivative of this code cannot be changed. i.e. this code cannot simply be
425copied and put under another distribution licence
426[including the GNU Public Licence.]
427
428
429==================
430xmlrpc-epi License
431==================
432
433Copyright 2000 Epinions, Inc.
434
435Subject to the following 3 conditions, Epinions, Inc. permits you, free of charge, to (a) use, copy, distribute, modify, perform and display this software and associated documentation files (the "Software"), and (b) permit others to whom the Software is furnished to do so as well.
436
4371) The above copyright notice and this permission notice shall be included without modification in all copies or substantial portions of the Software.
438
4392) THE SOFTWARE IS PROVIDED "AS IS", WITHOUT ANY WARRANTY OR CONDITION OF ANY KIND, EXPRESS, IMPLIED OR STATUTORY, INCLUDING WITHOUT LIMITATION ANY IMPLIED WARRANTIES OF ACCURACY, MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE OR NONINFRINGEMENT.
440
4413) IN NO EVENT SHALL EPINIONS, INC. BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES OR LOST PROFITS ARISING OUT OF OR IN CONNECTION WITH THE SOFTWARE (HOWEVER ARISING, INCLUDING NEGLIGENCE), EVEN IF EPINIONS, INC. IS AWARE OF THE POSSIBILITY OF SUCH DAMAGES.
442
443
444===============
445libuuid License
446===============
447
448Copyright (C) 1999, 2000, 2003, 2004 by Theodore Ts'o
449
450Redistribution and use in source and binary forms, with or without
451modification, are permitted provided that the following conditions
452are met:
4531. Redistributions of source code must retain the above copyright
454 notice, and the entire permission notice in its entirety,
455 including the disclaimer of warranties.
4562. Redistributions in binary form must reproduce the above copyright
457 notice, this list of conditions and the following disclaimer in the
458 documentation and/or other materials provided with the distribution.
4593. The name of the author may not be used to endorse or promote
460 products derived from this software without specific prior
461 written permission.
462
463THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED
464WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
465OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE, ALL OF
466WHICH ARE HEREBY DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE
467LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
468CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
469OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
470BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
471LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
472(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
473USE OF THIS SOFTWARE, EVEN IF NOT ADVISED OF THE POSSIBILITY OF SUCH
474DAMAGE.
475
476
477============
478zlib License
479============
480
481'zlib' general purpose compression library version 1.1.4, March 11th, 2002
482
483Copyright (C) 1995-2002 Jean-loup Gailly and Mark Adler
484
485This software is provided 'as-is', without any express or implied warranty.
486In no event will the authors be held liable for any damages arising from the
487use of this software.
488
489Permission is granted to anyone to use this software for any purpose,
490including commercial applications, and to alter it and redistribute it
491freely, subject to the following restrictions:
492
493The origin of this software must not be misrepresented; you must not claim
494that you wrote the original software. If you use this software in a product,
495an acknowledgment in the product documentation would be appreciated but is
496not required.
497
498Altered source versions must be plainly marked as such, and must not be
499misrepresented as being the original software.
500
501This notice may not be removed or altered from any source distribution.
502
503Jean-loup Gailly
504jloup@gzip.org
505
506Mark Adler
507madler@alumni.caltech.edu
508
509=================================
510tcmalloc/Google perftools license
511=================================
512
513Copyright (c) 2005, Google Inc.
514All rights reserved.
515
516Redistribution and use in source and binary forms, with or without
517modification, are permitted provided that the following conditions are
518met:
519
520 * Redistributions of source code must retain the above copyright
521notice, this list of conditions and the following disclaimer.
522 * Redistributions in binary form must reproduce the above
523copyright notice, this list of conditions and the following disclaimer
524in the documentation and/or other materials provided with the
525distribution.
526 * Neither the name of Google Inc. nor the names of its
527contributors may be used to endorse or promote products derived from
528this software without specific prior written permission.
529
530THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
531"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
532LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
533A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
534OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
535SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
536LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
537DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
538THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
539(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
540OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
541
542==============
543libpng license
544==============
545
546COPYRIGHT NOTICE, DISCLAIMER, and LICENSE:
547
548If you modify libpng you may insert additional notices immediately following
549this sentence.
550
551libpng versions 1.2.6, August 15, 2004, through 1.2.18, May 15, 2007, are
552Copyright (c) 2004, 2006-2007 Glenn Randers-Pehrson, and are
553distributed according to the same disclaimer and license as libpng-1.2.5
554with the following individual added to the list of Contributing Authors:
555
556 Cosmin Truta
557
558libpng versions 1.0.7, July 1, 2000, through 1.2.5, October 3, 2002, are
559Copyright (c) 2000-2002 Glenn Randers-Pehrson, and are
560distributed according to the same disclaimer and license as libpng-1.0.6
561with the following individuals added to the list of Contributing Authors:
562
563 Simon-Pierre Cadieux
564 Eric S. Raymond
565 Gilles Vollant
566
567and with the following additions to the disclaimer:
568
569 There is no warranty against interference with your enjoyment of the
570 library or against infringement. There is no warranty that our
571 efforts or the library will fulfill any of your particular purposes
572 or needs. This library is provided with all faults, and the entire
573 risk of satisfactory quality, performance, accuracy, and effort is with
574 the user.
575
576libpng versions 0.97, January 1998, through 1.0.6, March 20, 2000, are
577Copyright (c) 1998, 1999, 2000 Glenn Randers-Pehrson, and are
578distributed according to the same disclaimer and license as libpng-0.96,
579with the following individuals added to the list of Contributing Authors:
580
581 Tom Lane
582 Glenn Randers-Pehrson
583 Willem van Schaik
584
585libpng versions 0.89, June 1996, through 0.96, May 1997, are
586Copyright (c) 1996, 1997 Andreas Dilger
587Distributed according to the same disclaimer and license as libpng-0.88,
588with the following individuals added to the list of Contributing Authors:
589
590 John Bowler
591 Kevin Bracey
592 Sam Bushell
593 Magnus Holmgren
594 Greg Roelofs
595 Tom Tanner
596
597libpng versions 0.5, May 1995, through 0.88, January 1996, are
598Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.
599
600For the purposes of this copyright and license, "Contributing Authors"
601is defined as the following set of individuals:
602
603 Andreas Dilger
604 Dave Martindale
605 Guy Eric Schalnat
606 Paul Schmidt
607 Tim Wegner
608
609The PNG Reference Library is supplied "AS IS". The Contributing Authors
610and Group 42, Inc. disclaim all warranties, expressed or implied,
611including, without limitation, the warranties of merchantability and of
612fitness for any purpose. The Contributing Authors and Group 42, Inc.
613assume no liability for direct, indirect, incidental, special, exemplary,
614or consequential damages, which may result from the use of the PNG
615Reference Library, even if advised of the possibility of such damage.
616
617Permission is hereby granted to use, copy, modify, and distribute this
618source code, or portions hereof, for any purpose, without fee, subject
619to the following restrictions:
620
6211. The origin of this source code must not be misrepresented.
622
6232. Altered versions must be plainly marked as such and
624must not be misrepresented as being the original source.
625
6263. This Copyright notice may not be removed or altered from
627 any source or altered source distribution.
628
629The Contributing Authors and Group 42, Inc. specifically permit, without
630fee, and encourage the use of this source code as a component to
631supporting the PNG file format in commercial products. If you use this
632source code in a product, acknowledgment is not required but would be
633appreciated.
634
635=================
636Vivox SDK License
637=================
638
639RSA Data Security, Inc. MD5 Message-Digest Algorithm
640
641Audio coding: Polycom Siren14TM (ITU-T Rec. G.722.1 Annex C)
642
643Open Source Software Licensing
644Each open source software component utilized by this product is subject to its own copyright and licensing terms, as listed below.
645
646
647*************************************************************
648*************************************************************
649
650/**
651 * OpenAL cross platform audio library
652 * Copyright (C) 1999-2000 by authors.
653 * This library is free software; you can redistribute it and/or
654 * modify it under the terms of the GNU Library General Public
655 * License as published by the Free Software Foundation; either
656 * version 2 of the License, or (at your option) any later version.
657 *
658 * This library is distributed in the hope that it will be useful,
659 * but WITHOUT ANY WARRANTY; without even the implied warranty of
660 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
661 * Library General Public License for more details.
662 *
663 * You should have received a copy of the GNU Library General Public
664 * License along with this library; if not, write to the
665 * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
666 * Boston, MA 02111-1307, USA.
667 * Or go to http://www.gnu.org/copyleft/lgpl.html
668 */
669
670*************************************************************
671*************************************************************
672RTP code under Lesser General Public License
673
674/*
675 The oRTP library is an RTP (Realtime Transport Protocol - rfc3550) stack.
676 Copyright (C) 2001 Simon MORLAT simon.morlat@linphone.org
677
678 This library is free software; you can redistribute it and/or
679 modify it under the terms of the GNU Lesser General Public
680 License as published by the Free Software Foundation; either
681 version 2.1 of the License, or (at your option) any later version.
682
683 This library is distributed in the hope that it will be useful,
684 but WITHOUT ANY WARRANTY; without even the implied warranty of
685 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
686 Lesser General Public License for more details.
687
688 You should have received a copy of the GNU Lesser General Public
689 License along with this library; if not, write to the Free Software
690 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
691*/
692
693************************************************************
694*************************************************************
695
696/*
697 * The Vovida Software License, Version 1.0
698 *
699 * Copyright (c) 2000 Vovida Networks, Inc. All rights reserved.
700 *
701 * Redistribution and use in source and binary forms, with or without
702 * modification, are permitted provided that the following conditions
703 * are met:
704 *
705 * 1. Redistributions of source code must retain the above copyright
706 * notice, this list of conditions and the following disclaimer.
707 *
708 * 2. Redistributions in binary form must reproduce the above copyright
709 * notice, this list of conditions and the following disclaimer in
710 * the documentation and/or other materials provided with the
711 * distribution.
712 *
713 * 3. The names "VOCAL", "Vovida Open Communication Application Library",
714 * and "Vovida Open Communication Application Library (VOCAL)" must
715 * not be used to endorse or promote products derived from this
716 * software without prior written permission. For written
717 * permission, please contact vocal@vovida.org.
718 *
719 * 4. Products derived from this software may not be called "VOCAL", nor
720 * may "VOCAL" appear in their name, without prior written
721 * permission of Vovida Networks, Inc.
722 *
723 * THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESSED OR IMPLIED
724 * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
725 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE AND
726 * NON-INFRINGEMENT ARE DISCLAIMED. IN NO EVENT SHALL VOVIDA
727 * NETWORKS, INC. OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT DAMAGES
728 * IN EXCESS OF $1,000, NOR FOR ANY INDIRECT, INCIDENTAL, SPECIAL,
729 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
730 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
731 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
732 * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
733 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
734 * USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
735 * DAMAGE.
736 *
737 *
738 * This software consists of voluntary contributions made by Vovida
739 * Networks, Inc. and many individuals on behalf of Vovida Networks,
740 * Inc. For more information on Vovida Networks, Inc., please see
741 *
742 *
743 */
744*************************************************************
745*************************************************************
746
747Internet Software Consortium code
748
749/* This is from the BIND 4.9.4 release, modified to compile by itself */
750/* Copyright (c) 1996 by Internet Software Consortium.
751 *
752 * Permission to use, copy, modify, and distribute this software for any
753 * purpose with or without fee is hereby granted, provided that the above
754 * copyright notice and this permission notice appear in all copies.
755 *
756 * THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM DISCLAIMS
757 * ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
758 * OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL INTERNET SOFTWARE
759 * CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
760 * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
761 * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
762 * ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
763 * SOFTWARE.
764 */
765
766*************************************************************
767
768*************************************************************
769
770************************************************************
771
772http://tinyxpath.sourceforge.net/
773
774TinyXPath is covered by the zlib license :
775
776 www.sourceforge.net/projects/tinyxpath
777 Copyright (c) 2002-2006 Yves Berquin (yvesb@users.sourceforge.net)
778
779 This software is provided 'as-is', without any express or implied
780 warranty. In no event will the authors be held liable for any
781 damages arising from the use of this software.
782
783 Permission is granted to anyone to use this software for any
784 purpose, including commercial applications, and to alter it and
785 redistribute it freely, subject to the following restrictions:
786
787 1. The origin of this software must not be misrepresented; you must
788 not claim that you wrote the original software. If you use this
789 software in a product, an acknowledgment in the product documentation
790 would be appreciated but is not required.
791
792 2. Altered source versions must be plainly marked as such, and
793 must not be misrepresented as being the original software.
794
795 3. This notice may not be removed or altered from any source distribution.
796
797
798************************************************************
799************************************************************
800
801THE FREE SOFTWARE FOUNDATION
802
803Any customer may request the source code for all open source portions of this product which are covered by the Free Software Foundation's General Public License (GPL), for a period of three years from purchase. Please contact the vendor from whom you obtained this product for instructions. A fee equivalent to the cost of making the code available may be charged. Alternatively, customers may choose to download desired GPL components directly from their original vendors. Specifically, this product contains the following GPL-licensed components:
804
805
806From Vivox:
807 - Assorted software components. To request source, contact Vivox at:
808 Vivox, Inc.
809 Attn: customer support
810 40 Speen Street Suite 402
811 Framingham, MA 01701
diff --git a/linden/LICENSE-libraries-mac.txt b/linden/LICENSE-libraries-mac.txt
deleted file mode 100644
index d488c74..0000000
--- a/linden/LICENSE-libraries-mac.txt
+++ /dev/null
@@ -1,696 +0,0 @@
1===========
2APR License
3===========
4
5Copyright 2000-2004 The Apache Software Foundation
6
7Licensed under the Apache License, Version 2.0 (the "License");
8you may not use this file except in compliance with the License.
9You may obtain a copy of the License at
10
11 http://www.apache.org/licenses/LICENSE-2.0
12
13Unless required by applicable law or agreed to in writing, software
14distributed under the License is distributed on an "AS IS" BASIS,
15WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16See the License for the specific language governing permissions and
17limitations under the License.
18
19==============
20Base32 License
21==============
22
23 * Copyright (c) 2006 Christian Biere <christianbiere@gmx.de>
24 * All rights reserved.
25 *
26 * Redistribution and use in source and binary forms, with or without
27 * modification, are permitted provided that the following conditions
28 * are met:
29 *
30 * 1. Redistributions of source code must retain the above copyright
31 * notice, this list of conditions and the following disclaimer.
32 * 2. Redistributions in binary form must reproduce the above copyright
33 * notice, this list of conditions and the following disclaimer in the
34 * documentation and/or other materials provided with the distribution.
35 * 3. Neither the name of the authors nor the names of its contributors
36 * may be used to endorse or promote products derived from this software
37 * without specific prior written permission.
38 *
39 * THIS SOFTWARE IS PROVIDED BY THE AUTHORS AND CONTRIBUTORS ``AS IS'' AND
40 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
41 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
42 * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
43 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
44 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
45 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
46 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
47 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
48 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
49 * SUCH DAMAGE.
50
51============
52cURL License
53============
54
55COPYRIGHT AND PERMISSION NOTICE
56
57Copyright (c) 1996 - 2002, Daniel Stenberg, <daniel@haxx.se>.
58
59All rights reserved.
60
61Permission to use, copy, modify, and distribute this software for any purpose
62with or without fee is hereby granted, provided that the above copyright
63notice and this permission notice appear in all copies.
64
65THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
66IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
67FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN
68NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
69DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
70OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE
71OR OTHER DEALINGS IN THE SOFTWARE.
72
73Except as contained in this notice, the name of a copyright holder shall not
74be used in advertising or otherwise to promote the sale, use or other dealings
75in this Software without prior written authorization of the copyright holder.
76
77
78=============
79expat License
80=============
81
82Copyright (c) 1998, 1999, 2000 Thai Open Source Software Center Ltd
83
84Permission is hereby granted, free of charge, to any person obtaining
85a copy of this software and associated documentation files (the
86"Software"), to deal in the Software without restriction, including
87without limitation the rights to use, copy, modify, merge, publish,
88distribute, sublicense, and/or sell copies of the Software, and to
89permit persons to whom the Software is furnished to do so, subject to
90the following conditions:
91
92The above copyright notice and this permission notice shall be included
93in all copies or substantial portions of the Software.
94
95THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
96EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
97MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
98IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
99CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
100TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
101SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
102
103================
104FreeType License
105================
106
107Portions of this software are copyright (c) 2003 The FreeType
108Project (www.freetype.org). All rights reserved.
109
110==========================
111FSI FontShop International
112==========================
113
114Certain of the fonts in the Meta family of copyrighted typefaces are
115used in Second Life under license from FSI FontShop
116International. Copies of such Meta fonts that are included in the
117Viewer are not themselves open source and are not available under the
118GPL license, and they may not be copied. Developers may use those
119fonts solely to the extent necessary to use or customize the Linden
120Software in Second Life and to develop and distribute content solely
121for use in the Second Life environment, and for no other purposes.
122Second Life developers who wish to make other uses of Meta fonts must
123obtain a license from FSI FontShop International at www.fontfont.com.
124
125==========
126GL License
127==========
128
129Mesa 3-D graphics library
130Version: 6.2
131
132Copyright (C) 1999-2004 Brian Paul All Rights Reserved.
133
134Permission is hereby granted, free of charge, to any person obtaining a
135copy of this software and associated documentation files (the "Software"),
136to deal in the Software without restriction, including without limitation
137the rights to use, copy, modify, merge, publish, distribute, sublicense,
138and/or sell copies of the Software, and to permit persons to whom the
139Software is furnished to do so, subject to the following conditions:
140
141The above copyright notice and this permission notice shall be included
142in all copies or substantial portions of the Software.
143
144THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
145OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
146FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
147BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
148AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
149CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
150
151=========================
152glh OpenGL helper library
153=========================
154
155glh - is a platform-indepenedent C++ OpenGL helper library
156
157
158Copyright (c) 2000 Cass Everitt
159 Copyright (c) 2000 NVIDIA Corporation
160All rights reserved.
161
162Redistribution and use in source and binary forms, with or
163 without modification, are permitted provided that the following
164 conditions are met:
165
166 * Redistributions of source code must retain the above
167 copyright notice, this list of conditions and the following
168 disclaimer.
169
170 * Redistributions in binary form must reproduce the above
171 copyright notice, this list of conditions and the following
172 disclaimer in the documentation and/or other materials
173 provided with the distribution.
174
175 * The names of contributors to this software may not be used
176 to endorse or promote products derived from this software
177 without specific prior written permission.
178
179 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
180 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
181 FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
182 REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
183 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
184 BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
185 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
186 CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
187 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
188 ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
189 POSSIBILITY OF SUCH DAMAGE.
190
191
192Cass Everitt - cass@r3.nu
193
194=======================
195JPEG Library 6b License
196=======================
197
198This software is based in part on the work of the Independent JPEG Group
199
200================
201JPEG2000 License
202================
203
204Copyright 2001, David Taubman, The University of New South Wales (UNSW)
205The copyright owner is Unisearch Ltd, Australia (commercial arm of UNSW)
206Neither this copyright statement, nor the licensing details below
207may be removed from this file or dissociated from its contents.
208
209Licensee: Linden Research, Inc.
210License number: 00024
211The licensee has been granted a COMMERCIAL license to the contents of
212this source file. A brief summary of this license appears below. This
213summary is not to be relied upon in preference to the full text of the
214license agreement, accepted at purchase of the license.
2151. The Licensee has the right to Commercial Use of the Kakadu software,
216 including distribution of one or more Applications built using the
217 software.
2182. The Licensee has the right to Internal Use of the Kakadu software,
219 including use by employees of the Licensee or an Affiliate for the
220 purpose of performing services on behalf of the Licensee or Affiliate,
221 or in the performance of services for Third Parties who engage Licensee
222 or an Affiliate for such services.
2233. The Licensee has the right to distribute Reusable Code (including
224 source code and dynamically or statically linked libraries) to a Third
225 Party, provided the Third Party possesses a license to use the Kakadu
226 software.
227
228==================
229ogg/vorbis License
230==================
231
232Copyright (c) 2001, Xiphophorus
233
234Redistribution and use in source and binary forms, with or without
235modification, are permitted provided that the following conditions
236are met:
237
238- Redistributions of source code must retain the above copyright
239notice, this list of conditions and the following disclaimer.
240
241- Redistributions in binary form must reproduce the above copyright
242notice, this list of conditions and the following disclaimer in the
243documentation and/or other materials provided with the distribution.
244
245- Neither the name of the Xiphophorus nor the names of its contributors
246may be used to endorse or promote products derived from this software
247without specific prior written permission.
248
249THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
250``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
251LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
252A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR
253CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
254EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
255PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
256PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
257LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
258NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
259SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
260
261
262===============
263OpenSSL License
264===============
265
266Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved.
267
268Redistribution and use in source and binary forms, with or without
269modification, are permitted provided that the following conditions
270are met:
271
2721. Redistributions of source code must retain the above copyright
273 notice, this list of conditions and the following disclaimer.
274
2752. Redistributions in binary form must reproduce the above copyright
276 notice, this list of conditions and the following disclaimer in
277 the documentation and/or other materials provided with the
278 distribution.
279
2803. All advertising materials mentioning features or use of this
281 software must display the following acknowledgment:
282 "This product includes software developed by the OpenSSL Project
283 for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
284
2854. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
286 endorse or promote products derived from this software without
287 prior written permission. For written permission, please contact
288 openssl-core@openssl.org.
289
2905. Products derived from this software may not be called "OpenSSL"
291 nor may "OpenSSL" appear in their names without prior written
292 permission of the OpenSSL Project.
293
2946. Redistributions of any form whatsoever must retain the following
295 acknowledgment:
296 "This product includes software developed by the OpenSSL Project
297 for use in the OpenSSL Toolkit (http://www.openssl.org/)"
298
299THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
300EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
301IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
302PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
303ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
304SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
305NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
306LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
307HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
308STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
309ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
310OF THE POSSIBILITY OF SUCH DAMAGE.
311====================================================================
312
313This product includes cryptographic software written by Eric Young
314(eay@cryptsoft.com). This product includes software written by Tim
315Hudson (tjh@cryptsoft.com).
316
317
318
319=======================
320Original SSLeay License
321=======================
322
323Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
324All rights reserved.
325
326This package is an SSL implementation written
327by Eric Young (eay@cryptsoft.com).
328The implementation was written so as to conform with Netscapes SSL.
329
330This library is free for commercial and non-commercial use as long as
331the following conditions are aheared to. The following conditions
332apply to all code found in this distribution, be it the RC4, RSA,
333lhash, DES, etc., code; not just the SSL code. The SSL documentation
334included with this distribution is covered by the same copyright terms
335except that the holder is Tim Hudson (tjh@cryptsoft.com).
336
337Copyright remains Eric Young's, and as such any Copyright notices in
338the code are not to be removed.
339If this package is used in a product, Eric Young should be given attribution
340as the author of the parts of the library used.
341This can be in the form of a textual message at program startup or
342in documentation (online or textual) provided with the package.
343
344Redistribution and use in source and binary forms, with or without
345modification, are permitted provided that the following conditions
346are met:
3471. Redistributions of source code must retain the copyright
348 notice, this list of conditions and the following disclaimer.
3492. Redistributions in binary form must reproduce the above copyright
350 notice, this list of conditions and the following disclaimer in the
351 documentation and/or other materials provided with the distribution.
3523. All advertising materials mentioning features or use of this software
353 must display the following acknowledgement:
354 "This product includes cryptographic software written by
355 Eric Young (eay@cryptsoft.com)"
356 The word 'cryptographic' can be left out if the rouines from the library
357 being used are not cryptographic related :-).
3584. If you include any Windows specific code (or a derivative thereof) from
359 the apps directory (application code) you must include an acknowledgement:
360 "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
361
362THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
363ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
364IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
365ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
366FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
367DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
368OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
369HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
370LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
371OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
372SUCH DAMAGE.
373
374The licence and distribution terms for any publically available version or
375derivative of this code cannot be changed. i.e. this code cannot simply be
376copied and put under another distribution licence
377[including the GNU Public Licence.]
378
379
380==================
381xmlrpc-epi License
382==================
383
384Copyright 2000 Epinions, Inc.
385
386Subject to the following 3 conditions, Epinions, Inc. permits you, free of charge, to (a) use, copy, distribute, modify, perform and display this software and associated documentation files (the "Software"), and (b) permit others to whom the Software is furnished to do so as well.
387
3881) The above copyright notice and this permission notice shall be included without modification in all copies or substantial portions of the Software.
389
3902) THE SOFTWARE IS PROVIDED "AS IS", WITHOUT ANY WARRANTY OR CONDITION OF ANY KIND, EXPRESS, IMPLIED OR STATUTORY, INCLUDING WITHOUT LIMITATION ANY IMPLIED WARRANTIES OF ACCURACY, MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE OR NONINFRINGEMENT.
391
3923) IN NO EVENT SHALL EPINIONS, INC. BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES OR LOST PROFITS ARISING OUT OF OR IN CONNECTION WITH THE SOFTWARE (HOWEVER ARISING, INCLUDING NEGLIGENCE), EVEN IF EPINIONS, INC. IS AWARE OF THE POSSIBILITY OF SUCH DAMAGES.
393
394
395============
396zlib License
397============
398
399'zlib' general purpose compression library version 1.1.4, March 11th, 2002
400
401Copyright (C) 1995-2002 Jean-loup Gailly and Mark Adler
402
403This software is provided 'as-is', without any express or implied warranty.
404In no event will the authors be held liable for any damages arising from the
405use of this software.
406
407Permission is granted to anyone to use this software for any purpose,
408including commercial applications, and to alter it and redistribute it
409freely, subject to the following restrictions:
410
411The origin of this software must not be misrepresented; you must not claim
412that you wrote the original software. If you use this software in a product,
413an acknowledgment in the product documentation would be appreciated but is
414not required.
415
416Altered source versions must be plainly marked as such, and must not be
417misrepresented as being the original software.
418
419This notice may not be removed or altered from any source distribution.
420
421Jean-loup Gailly
422jloup@gzip.org
423
424Mark Adler
425madler@alumni.caltech.edu
426
427==============
428libpng license
429==============
430
431COPYRIGHT NOTICE, DISCLAIMER, and LICENSE:
432
433If you modify libpng you may insert additional notices immediately following
434this sentence.
435
436libpng versions 1.2.6, August 15, 2004, through 1.2.18, May 15, 2007, are
437Copyright (c) 2004, 2006-2007 Glenn Randers-Pehrson, and are
438distributed according to the same disclaimer and license as libpng-1.2.5
439with the following individual added to the list of Contributing Authors:
440
441 Cosmin Truta
442
443libpng versions 1.0.7, July 1, 2000, through 1.2.5, October 3, 2002, are
444Copyright (c) 2000-2002 Glenn Randers-Pehrson, and are
445distributed according to the same disclaimer and license as libpng-1.0.6
446with the following individuals added to the list of Contributing Authors:
447
448 Simon-Pierre Cadieux
449 Eric S. Raymond
450 Gilles Vollant
451
452and with the following additions to the disclaimer:
453
454 There is no warranty against interference with your enjoyment of the
455 library or against infringement. There is no warranty that our
456 efforts or the library will fulfill any of your particular purposes
457 or needs. This library is provided with all faults, and the entire
458 risk of satisfactory quality, performance, accuracy, and effort is with
459 the user.
460
461libpng versions 0.97, January 1998, through 1.0.6, March 20, 2000, are
462Copyright (c) 1998, 1999, 2000 Glenn Randers-Pehrson, and are
463distributed according to the same disclaimer and license as libpng-0.96,
464with the following individuals added to the list of Contributing Authors:
465
466 Tom Lane
467 Glenn Randers-Pehrson
468 Willem van Schaik
469
470libpng versions 0.89, June 1996, through 0.96, May 1997, are
471Copyright (c) 1996, 1997 Andreas Dilger
472Distributed according to the same disclaimer and license as libpng-0.88,
473with the following individuals added to the list of Contributing Authors:
474
475 John Bowler
476 Kevin Bracey
477 Sam Bushell
478 Magnus Holmgren
479 Greg Roelofs
480 Tom Tanner
481
482libpng versions 0.5, May 1995, through 0.88, January 1996, are
483Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.
484
485For the purposes of this copyright and license, "Contributing Authors"
486is defined as the following set of individuals:
487
488 Andreas Dilger
489 Dave Martindale
490 Guy Eric Schalnat
491 Paul Schmidt
492 Tim Wegner
493
494The PNG Reference Library is supplied "AS IS". The Contributing Authors
495and Group 42, Inc. disclaim all warranties, expressed or implied,
496including, without limitation, the warranties of merchantability and of
497fitness for any purpose. The Contributing Authors and Group 42, Inc.
498assume no liability for direct, indirect, incidental, special, exemplary,
499or consequential damages, which may result from the use of the PNG
500Reference Library, even if advised of the possibility of such damage.
501
502Permission is hereby granted to use, copy, modify, and distribute this
503source code, or portions hereof, for any purpose, without fee, subject
504to the following restrictions:
505
5061. The origin of this source code must not be misrepresented.
507
5082. Altered versions must be plainly marked as such and
509must not be misrepresented as being the original source.
510
5113. This Copyright notice may not be removed or altered from
512 any source or altered source distribution.
513
514The Contributing Authors and Group 42, Inc. specifically permit, without
515fee, and encourage the use of this source code as a component to
516supporting the PNG file format in commercial products. If you use this
517source code in a product, acknowledgment is not required but would be
518appreciated.
519
520=================
521Vivox SDK License
522=================
523
524RSA Data Security, Inc. MD5 Message-Digest Algorithm
525
526Audio coding: Polycom Siren14TM (ITU-T Rec. G.722.1 Annex C)
527
528Open Source Software Licensing
529Each open source software component utilized by this product is subject to its own copyright and licensing terms, as listed below.
530
531
532*************************************************************
533*************************************************************
534
535/**
536 * OpenAL cross platform audio library
537 * Copyright (C) 1999-2000 by authors.
538 * This library is free software; you can redistribute it and/or
539 * modify it under the terms of the GNU Library General Public
540 * License as published by the Free Software Foundation; either
541 * version 2 of the License, or (at your option) any later version.
542 *
543 * This library is distributed in the hope that it will be useful,
544 * but WITHOUT ANY WARRANTY; without even the implied warranty of
545 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
546 * Library General Public License for more details.
547 *
548 * You should have received a copy of the GNU Library General Public
549 * License along with this library; if not, write to the
550 * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
551 * Boston, MA 02111-1307, USA.
552 * Or go to http://www.gnu.org/copyleft/lgpl.html
553 */
554
555*************************************************************
556*************************************************************
557RTP code under Lesser General Public License
558
559/*
560 The oRTP library is an RTP (Realtime Transport Protocol - rfc3550) stack.
561 Copyright (C) 2001 Simon MORLAT simon.morlat@linphone.org
562
563 This library is free software; you can redistribute it and/or
564 modify it under the terms of the GNU Lesser General Public
565 License as published by the Free Software Foundation; either
566 version 2.1 of the License, or (at your option) any later version.
567
568 This library is distributed in the hope that it will be useful,
569 but WITHOUT ANY WARRANTY; without even the implied warranty of
570 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
571 Lesser General Public License for more details.
572
573 You should have received a copy of the GNU Lesser General Public
574 License along with this library; if not, write to the Free Software
575 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
576*/
577
578************************************************************
579*************************************************************
580
581/*
582 * The Vovida Software License, Version 1.0
583 *
584 * Copyright (c) 2000 Vovida Networks, Inc. All rights reserved.
585 *
586 * Redistribution and use in source and binary forms, with or without
587 * modification, are permitted provided that the following conditions
588 * are met:
589 *
590 * 1. Redistributions of source code must retain the above copyright
591 * notice, this list of conditions and the following disclaimer.
592 *
593 * 2. Redistributions in binary form must reproduce the above copyright
594 * notice, this list of conditions and the following disclaimer in
595 * the documentation and/or other materials provided with the
596 * distribution.
597 *
598 * 3. The names "VOCAL", "Vovida Open Communication Application Library",
599 * and "Vovida Open Communication Application Library (VOCAL)" must
600 * not be used to endorse or promote products derived from this
601 * software without prior written permission. For written
602 * permission, please contact vocal@vovida.org.
603 *
604 * 4. Products derived from this software may not be called "VOCAL", nor
605 * may "VOCAL" appear in their name, without prior written
606 * permission of Vovida Networks, Inc.
607 *
608 * THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESSED OR IMPLIED
609 * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
610 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE AND
611 * NON-INFRINGEMENT ARE DISCLAIMED. IN NO EVENT SHALL VOVIDA
612 * NETWORKS, INC. OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT DAMAGES
613 * IN EXCESS OF $1,000, NOR FOR ANY INDIRECT, INCIDENTAL, SPECIAL,
614 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
615 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
616 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
617 * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
618 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
619 * USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
620 * DAMAGE.
621 *
622 *
623 * This software consists of voluntary contributions made by Vovida
624 * Networks, Inc. and many individuals on behalf of Vovida Networks,
625 * Inc. For more information on Vovida Networks, Inc., please see
626 *
627 *
628 */
629*************************************************************
630*************************************************************
631
632Internet Software Consortium code
633
634/* This is from the BIND 4.9.4 release, modified to compile by itself */
635/* Copyright (c) 1996 by Internet Software Consortium.
636 *
637 * Permission to use, copy, modify, and distribute this software for any
638 * purpose with or without fee is hereby granted, provided that the above
639 * copyright notice and this permission notice appear in all copies.
640 *
641 * THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM DISCLAIMS
642 * ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
643 * OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL INTERNET SOFTWARE
644 * CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
645 * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
646 * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
647 * ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
648 * SOFTWARE.
649 */
650
651*************************************************************
652
653*************************************************************
654
655************************************************************
656
657http://tinyxpath.sourceforge.net/
658
659TinyXPath is covered by the zlib license :
660
661 www.sourceforge.net/projects/tinyxpath
662 Copyright (c) 2002-2006 Yves Berquin (yvesb@users.sourceforge.net)
663
664 This software is provided 'as-is', without any express or implied
665 warranty. In no event will the authors be held liable for any
666 damages arising from the use of this software.
667
668 Permission is granted to anyone to use this software for any
669 purpose, including commercial applications, and to alter it and
670 redistribute it freely, subject to the following restrictions:
671
672 1. The origin of this software must not be misrepresented; you must
673 not claim that you wrote the original software. If you use this
674 software in a product, an acknowledgment in the product documentation
675 would be appreciated but is not required.
676
677 2. Altered source versions must be plainly marked as such, and
678 must not be misrepresented as being the original software.
679
680 3. This notice may not be removed or altered from any source distribution.
681
682
683************************************************************
684************************************************************
685
686THE FREE SOFTWARE FOUNDATION
687
688Any customer may request the source code for all open source portions of this product which are covered by the Free Software Foundation's General Public License (GPL), for a period of three years from purchase. Please contact the vendor from whom you obtained this product for instructions. A fee equivalent to the cost of making the code available may be charged. Alternatively, customers may choose to download desired GPL components directly from their original vendors. Specifically, this product contains the following GPL-licensed components:
689
690
691From Vivox:
692 - Assorted software components. To request source, contact Vivox at:
693 Vivox, Inc.
694 Attn: customer support
695 40 Speen Street Suite 402
696 Framingham, MA 01701
diff --git a/linden/LICENSE-libraries-win32.txt b/linden/LICENSE-libraries-win32.txt
deleted file mode 100644
index 5f6cf14..0000000
--- a/linden/LICENSE-libraries-win32.txt
+++ /dev/null
@@ -1,737 +0,0 @@
1===========
2Logitech License
3===========
4
5End-User License Agreement for Logitech LCD SDK
6
7This End-User License Agreement for Logitech LCD SDK ( Agreement) is a legal agreement between you, either an individual or legal entity (You or you) and Logitech Inc. (Logitech) for use of the Logitech LCD software development kit, which includes computer software and related media and documentation (hereinafter LCD SDK). By using this LCD SDK, you are agreeing to be bound by the terms and conditions of this Agreement. If you do not agree to the terms and conditions of this Agreement, promptly return the LCD SDK and other items that are part of this product in their original package with your sales receipt to your point of purchase for a full refund, or if you have downloaded this software from a Logitech web site, then you must stop using the software and destroy any copies of the software in your possession or control.
8
91 Grant of License and Restrictions.
10This Agreement grants You the following rights provided that You comply with all terms and conditions of this Agreement.
11(a) Logitech grants You a limited, non-exclusive, nontransferable license to install and use an unlimited number of copies of the LCD SDK on computers . All other rights are reserved to Logitech.
12(b) You shall not reverse engineer, decompile or disassemble any portion of the LCD SDK, except and only to the extent that this limitation is expressly prohibited by applicable law.
13(c) At your option, you may provide reasonable feedback to Logitech, including but not limited to usability, bug reports and test results, with respect to the LCD SDK. All bug reports, test results and other feedback provided to Logitech by You shall be the property of Logitech and may be used by Logitech for any purpose.
14(d) In the event Logitech, in its sole discretion, elects to provide copies of the LCD SDK to more than one individual employed by You (if You are not a single individual), each such individual shall be entitled to exercise the rights granted in this Agreement and shall be bound by the terms and conditions herein.
15
162 Updates.
17Logitech is not obligated to provide technical support or updates to You for the LCD SDK provided to You pursuant to this Agreement. However, Logitech may, in its sole discretion, provide further pre-release versions, technical support, updates and/or supplements (Updates) to You, in which case such Updates shall be deemed to be included in the LCD SDK and shall be governed by this Agreement, unless other terms of use are provided in writing by Logitech with such Updates.
18
193 Intellectual Property Rights.
20The LCD SDK is licensed, not sold, to You for use only under the terms and conditions of this Agreement. Logitech and its suppliers retain title to the LCD SDK and all intellectual property rights therein. The LCD SDK is protected by intellectual property laws and international treaties, including U.S. copyright law and international copyright treaties. All rights not expressly granted by Logitech are reserved.
21
224 Disclaimer of Warranty.
23TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, LOGITECH AND ITS SUPPLIERS PROVIDE THE LCD SDK AND OTHER LOGITECH PRODUCTS AND SERVICES (IF ANY) AS IS AND WITHOUT WARRANTY OF ANY KIND. LOGITECH AND ITS SUPPLIERS EXPRESSLY DISCLAIM ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD-PARTY RIGHTS WITH RESPECT TO THE LCD SDK AND ANY WARRANTIES OF NON-INTERFERENCE OR ACCURACY OF INFORMATIONAL CONTENT. NO LOGITECH DEALER, AGENT, OR EMPLOYEE IS AUTHORIZED TO MAKE ANY MODIFICATION, EXTENSION, OR ADDITION TO THIS WARRANTY. Some jurisdictions do not allow limitations on how long an implied warranty lasts, so the above limitation may not apply to you.
24
255 Limitation of Liability.
26IN NO EVENT WILL LOGITECH OR ITS SUPPLIERS BE LIABLE FOR ANY COSTS OF PROCUREMENT OF SUBSTITUTE PRODUCTS OR SERVICES, LOST PROFITS, LOSS OF INFORMATION OR DATA, OR ANY OTHER SPECIAL, INDIRECT, CONSEQUENTIAL, OR INCIDENTAL DAMAGES ARISING IN ANY WAY OUT OF THE SALE OF, USE OF, OR INABILITY TO USE THE LCD SDK OR ANY LOGITECH PRODUCT OR SERVICE, EVEN IF LOGITECH HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. IN NO CASE SHALL LOGITECH'S AND ITS SUPPLIERS TOTAL LIABILITY EXCEED THE ACTUAL MONEY PAID FOR THE LOGITECH PRODUCT OR SERVICE GIVING RISE TO THE LIABILITY. Some jurisdictions do not allow the exclusion or limitation of incidental or consequential damages, so the above limitation or exclusion may not apply to you. The above limitations will not apply in case of personal injury where and to the extent that applicable law requires such liability.
27
286 U.S. Government Rights.
29Use, duplication, or disclosure of the software contained in the LCD SDK by the U.S. Government is subject to restrictions set forth in this Agreement and as provided in DFARS 227.7202-1(a) and 227.7202-3(a) (1995), DFARS 252.227-7013(c)(1)(ii) (OCT 1988) FAR 12.212(a) (1995), FAR 52.227-19, or FAR 52.227-14 (ALT III), as applicable. Logitech Inc. 6505 Kaiser Drive, Fremont, CA 94555.
30
317 Export Law Assurances.
32You agree and certify that neither the LCD SDK nor any other technical data received from Logitech will be exported outside the United States except as authorized and as permitted by the laws and regulations of the United States. If you have rightfully obtained the LCD SDK outside of the United States, you agree that you will not re-export the LCD SDK nor any other technical data received from Logitech, except as permitted by the laws and regulations of the United States and the laws and regulations of the jurisdiction in which you obtained the LCD SDK.
33
348 Termination:
35This Agreement is effective until terminated. Upon any violation of any of the provisions of this Agreement, rights to use the LCD SDK shall automatically terminate and the LCD SDK must be returned to Logitech or all copies of the LCD SDK destroyed. You may also terminate this Agreement at any time by destroying all copies of the LCD SDK in your possession or control. If Logitech makes a request via public announcement or press release to stop using the copies of the LCD SDK, you will comply immediately with this request. The provisions of paragraphs 3, 7, 8 and 12 will survive any termination of this Agreement.
36
379 General Terms and Conditions.
38If You are an individual signing this Agreement on behalf of a company, then You represent that You have authority to execute this Agreement on behalf of such company. This Agreement will be governed by and construed in accordance with the laws of the United States and the State of California, without regard to or application of its choice of law rules or principles. If for any reason a court of competent jurisdiction finds any provision of this Agreement, or portion thereof, to be unenforceable, that provision of the Agreement shall be enforced to the maximum extent permissible so as to affect the intent of the parties, and the remainder of this Agreement shall continue in full force and effect. This Agreement constitutes the entire agreement between You and Logitech respect to the use of the LCD SDK and supersedes all prior or contemporaneous understandings, communications or agreements, written or oral, regarding such subject matter.
39
40===========
41APR License
42===========
43
44Copyright 2000-2004 The Apache Software Foundation
45
46Licensed under the Apache License, Version 2.0 (the "License");
47you may not use this file except in compliance with the License.
48You may obtain a copy of the License at
49
50 http://www.apache.org/licenses/LICENSE-2.0
51
52Unless required by applicable law or agreed to in writing, software
53distributed under the License is distributed on an "AS IS" BASIS,
54WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
55See the License for the specific language governing permissions and
56limitations under the License.
57
58==============
59Base32 License
60==============
61
62 * Copyright (c) 2006 Christian Biere <christianbiere@gmx.de>
63 * All rights reserved.
64 *
65 * Redistribution and use in source and binary forms, with or without
66 * modification, are permitted provided that the following conditions
67 * are met:
68 *
69 * 1. Redistributions of source code must retain the above copyright
70 * notice, this list of conditions and the following disclaimer.
71 * 2. Redistributions in binary form must reproduce the above copyright
72 * notice, this list of conditions and the following disclaimer in the
73 * documentation and/or other materials provided with the distribution.
74 * 3. Neither the name of the authors nor the names of its contributors
75 * may be used to endorse or promote products derived from this software
76 * without specific prior written permission.
77 *
78 * THIS SOFTWARE IS PROVIDED BY THE AUTHORS AND CONTRIBUTORS ``AS IS'' AND
79 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
80 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
81 * ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
82 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
83 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
84 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
85 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
86 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
87 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
88 * SUCH DAMAGE.
89
90============
91cURL License
92============
93
94COPYRIGHT AND PERMISSION NOTICE
95
96Copyright (c) 1996 - 2002, Daniel Stenberg, <daniel@haxx.se>.
97
98All rights reserved.
99
100Permission to use, copy, modify, and distribute this software for any purpose
101with or without fee is hereby granted, provided that the above copyright
102notice and this permission notice appear in all copies.
103
104THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
105IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
106FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN
107NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
108DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
109OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE
110OR OTHER DEALINGS IN THE SOFTWARE.
111
112Except as contained in this notice, the name of a copyright holder shall not
113be used in advertising or otherwise to promote the sale, use or other dealings
114in this Software without prior written authorization of the copyright holder.
115
116
117=============
118expat License
119=============
120
121Copyright (c) 1998, 1999, 2000 Thai Open Source Software Center Ltd
122
123Permission is hereby granted, free of charge, to any person obtaining
124a copy of this software and associated documentation files (the
125"Software"), to deal in the Software without restriction, including
126without limitation the rights to use, copy, modify, merge, publish,
127distribute, sublicense, and/or sell copies of the Software, and to
128permit persons to whom the Software is furnished to do so, subject to
129the following conditions:
130
131The above copyright notice and this permission notice shall be included
132in all copies or substantial portions of the Software.
133
134THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
135EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
136MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
137IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
138CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
139TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
140SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
141
142================
143FreeType License
144================
145
146Portions of this software are copyright (c) 2003 The FreeType
147Project (www.freetype.org). All rights reserved.
148
149==========================
150FSI FontShop International
151==========================
152
153Certain of the fonts in the Meta family of copyrighted typefaces are
154used in Second Life under license from FSI FontShop
155International. Copies of such Meta fonts that are included in the
156Viewer are not themselves open source and are not available under the
157GPL license, and they may not be copied. Developers may use those
158fonts solely to the extent necessary to use or customize the Linden
159Software in Second Life and to develop and distribute content solely
160for use in the Second Life environment, and for no other purposes.
161Second Life developers who wish to make other uses of Meta fonts must
162obtain a license from FSI FontShop International at www.fontfont.com.
163
164==========
165GL License
166==========
167
168Mesa 3-D graphics library
169Version: 6.2
170
171Copyright (C) 1999-2004 Brian Paul All Rights Reserved.
172
173Permission is hereby granted, free of charge, to any person obtaining a
174copy of this software and associated documentation files (the "Software"),
175to deal in the Software without restriction, including without limitation
176the rights to use, copy, modify, merge, publish, distribute, sublicense,
177and/or sell copies of the Software, and to permit persons to whom the
178Software is furnished to do so, subject to the following conditions:
179
180The above copyright notice and this permission notice shall be included
181in all copies or substantial portions of the Software.
182
183THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
184OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
185FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
186BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
187AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
188CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
189
190
191=========================
192glh OpenGL helper library
193=========================
194
195glh - is a platform-indepenedent C++ OpenGL helper library
196
197
198Copyright (c) 2000 Cass Everitt
199 Copyright (c) 2000 NVIDIA Corporation
200All rights reserved.
201
202Redistribution and use in source and binary forms, with or
203 without modification, are permitted provided that the following
204 conditions are met:
205
206 * Redistributions of source code must retain the above
207 copyright notice, this list of conditions and the following
208 disclaimer.
209
210 * Redistributions in binary form must reproduce the above
211 copyright notice, this list of conditions and the following
212 disclaimer in the documentation and/or other materials
213 provided with the distribution.
214
215 * The names of contributors to this software may not be used
216 to endorse or promote products derived from this software
217 without specific prior written permission.
218
219 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
220 `AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
221 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
222 FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
223 REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
224 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
225 BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
226 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
227 CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
228 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
229 ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
230 POSSIBILITY OF SUCH DAMAGE.
231
232
233Cass Everitt - cass@r3.nu
234
235=======================
236JPEG Library 6b License
237=======================
238
239This software is based in part on the work of the Independent JPEG Group
240
241================
242JPEG2000 License
243================
244
245Copyright 2001, David Taubman, The University of New South Wales (UNSW)
246The copyright owner is Unisearch Ltd, Australia (commercial arm of UNSW)
247Neither this copyright statement, nor the licensing details below
248may be removed from this file or dissociated from its contents.
249
250Licensee: Linden Research, Inc.
251License number: 00024
252The licensee has been granted a COMMERCIAL license to the contents of
253this source file. A brief summary of this license appears below. This
254summary is not to be relied upon in preference to the full text of the
255license agreement, accepted at purchase of the license.
2561. The Licensee has the right to Commercial Use of the Kakadu software,
257 including distribution of one or more Applications built using the
258 software.
2592. The Licensee has the right to Internal Use of the Kakadu software,
260 including use by employees of the Licensee or an Affiliate for the
261 purpose of performing services on behalf of the Licensee or Affiliate,
262 or in the performance of services for Third Parties who engage Licensee
263 or an Affiliate for such services.
2643. The Licensee has the right to distribute Reusable Code (including
265 source code and dynamically or statically linked libraries) to a Third
266 Party, provided the Third Party possesses a license to use the Kakadu
267 software.
268
269==================
270ogg/vorbis License
271==================
272
273Copyright (c) 2001, Xiphophorus
274
275Redistribution and use in source and binary forms, with or without
276modification, are permitted provided that the following conditions
277are met:
278
279- Redistributions of source code must retain the above copyright
280notice, this list of conditions and the following disclaimer.
281
282- Redistributions in binary form must reproduce the above copyright
283notice, this list of conditions and the following disclaimer in the
284documentation and/or other materials provided with the distribution.
285
286- Neither the name of the Xiphophorus nor the names of its contributors
287may be used to endorse or promote products derived from this software
288without specific prior written permission.
289
290THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
291``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
292LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
293A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR
294CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
295EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
296PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
297PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
298LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
299NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
300SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
301
302
303===============
304OpenSSL License
305===============
306
307Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved.
308
309Redistribution and use in source and binary forms, with or without
310modification, are permitted provided that the following conditions
311are met:
312
3131. Redistributions of source code must retain the above copyright
314 notice, this list of conditions and the following disclaimer.
315
3162. Redistributions in binary form must reproduce the above copyright
317 notice, this list of conditions and the following disclaimer in
318 the documentation and/or other materials provided with the
319 distribution.
320
3213. All advertising materials mentioning features or use of this
322 software must display the following acknowledgment:
323 "This product includes software developed by the OpenSSL Project
324 for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
325
3264. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
327 endorse or promote products derived from this software without
328 prior written permission. For written permission, please contact
329 openssl-core@openssl.org.
330
3315. Products derived from this software may not be called "OpenSSL"
332 nor may "OpenSSL" appear in their names without prior written
333 permission of the OpenSSL Project.
334
3356. Redistributions of any form whatsoever must retain the following
336 acknowledgment:
337 "This product includes software developed by the OpenSSL Project
338 for use in the OpenSSL Toolkit (http://www.openssl.org/)"
339
340THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
341EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
342IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
343PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
344ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
345SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
346NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
347LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
348HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
349STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
350ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
351OF THE POSSIBILITY OF SUCH DAMAGE.
352====================================================================
353
354This product includes cryptographic software written by Eric Young
355(eay@cryptsoft.com). This product includes software written by Tim
356Hudson (tjh@cryptsoft.com).
357
358
359
360=======================
361Original SSLeay License
362=======================
363
364Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
365All rights reserved.
366
367This package is an SSL implementation written
368by Eric Young (eay@cryptsoft.com).
369The implementation was written so as to conform with Netscapes SSL.
370
371This library is free for commercial and non-commercial use as long as
372the following conditions are aheared to. The following conditions
373apply to all code found in this distribution, be it the RC4, RSA,
374lhash, DES, etc., code; not just the SSL code. The SSL documentation
375included with this distribution is covered by the same copyright terms
376except that the holder is Tim Hudson (tjh@cryptsoft.com).
377
378Copyright remains Eric Young's, and as such any Copyright notices in
379the code are not to be removed.
380If this package is used in a product, Eric Young should be given attribution
381as the author of the parts of the library used.
382This can be in the form of a textual message at program startup or
383in documentation (online or textual) provided with the package.
384
385Redistribution and use in source and binary forms, with or without
386modification, are permitted provided that the following conditions
387are met:
3881. Redistributions of source code must retain the copyright
389 notice, this list of conditions and the following disclaimer.
3902. Redistributions in binary form must reproduce the above copyright
391 notice, this list of conditions and the following disclaimer in the
392 documentation and/or other materials provided with the distribution.
3933. All advertising materials mentioning features or use of this software
394 must display the following acknowledgement:
395 "This product includes cryptographic software written by
396 Eric Young (eay@cryptsoft.com)"
397 The word 'cryptographic' can be left out if the rouines from the library
398 being used are not cryptographic related :-).
3994. If you include any Windows specific code (or a derivative thereof) from
400 the apps directory (application code) you must include an acknowledgement:
401 "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
402
403THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
404ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
405IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
406ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
407FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
408DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
409OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
410HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
411LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
412OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
413SUCH DAMAGE.
414
415The licence and distribution terms for any publically available version or
416derivative of this code cannot be changed. i.e. this code cannot simply be
417copied and put under another distribution licence
418[including the GNU Public Licence.]
419
420
421==================
422xmlrpc-epi License
423==================
424
425Copyright 2000 Epinions, Inc.
426
427Subject to the following 3 conditions, Epinions, Inc. permits you, free of charge, to (a) use, copy, distribute, modify, perform and display this software and associated documentation files (the "Software"), and (b) permit others to whom the Software is furnished to do so as well.
428
4291) The above copyright notice and this permission notice shall be included without modification in all copies or substantial portions of the Software.
430
4312) THE SOFTWARE IS PROVIDED "AS IS", WITHOUT ANY WARRANTY OR CONDITION OF ANY KIND, EXPRESS, IMPLIED OR STATUTORY, INCLUDING WITHOUT LIMITATION ANY IMPLIED WARRANTIES OF ACCURACY, MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE OR NONINFRINGEMENT.
432
4333) IN NO EVENT SHALL EPINIONS, INC. BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES OR LOST PROFITS ARISING OUT OF OR IN CONNECTION WITH THE SOFTWARE (HOWEVER ARISING, INCLUDING NEGLIGENCE), EVEN IF EPINIONS, INC. IS AWARE OF THE POSSIBILITY OF SUCH DAMAGES.
434
435
436============
437zlib License
438============
439
440'zlib' general purpose compression library version 1.1.4, March 11th, 2002
441
442Copyright (C) 1995-2002 Jean-loup Gailly and Mark Adler
443
444This software is provided 'as-is', without any express or implied warranty.
445In no event will the authors be held liable for any damages arising from the
446use of this software.
447
448Permission is granted to anyone to use this software for any purpose,
449including commercial applications, and to alter it and redistribute it
450freely, subject to the following restrictions:
451
452The origin of this software must not be misrepresented; you must not claim
453that you wrote the original software. If you use this software in a product,
454an acknowledgment in the product documentation would be appreciated but is
455not required.
456
457Altered source versions must be plainly marked as such, and must not be
458misrepresented as being the original software.
459
460This notice may not be removed or altered from any source distribution.
461
462Jean-loup Gailly
463jloup@gzip.org
464
465Mark Adler
466madler@alumni.caltech.edu
467
468==============
469libpng license
470==============
471
472COPYRIGHT NOTICE, DISCLAIMER, and LICENSE:
473
474If you modify libpng you may insert additional notices immediately following
475this sentence.
476
477libpng versions 1.2.6, August 15, 2004, through 1.2.18, May 15, 2007, are
478Copyright (c) 2004, 2006-2007 Glenn Randers-Pehrson, and are
479distributed according to the same disclaimer and license as libpng-1.2.5
480with the following individual added to the list of Contributing Authors:
481
482 Cosmin Truta
483
484libpng versions 1.0.7, July 1, 2000, through 1.2.5, October 3, 2002, are
485Copyright (c) 2000-2002 Glenn Randers-Pehrson, and are
486distributed according to the same disclaimer and license as libpng-1.0.6
487with the following individuals added to the list of Contributing Authors:
488
489 Simon-Pierre Cadieux
490 Eric S. Raymond
491 Gilles Vollant
492
493and with the following additions to the disclaimer:
494
495 There is no warranty against interference with your enjoyment of the
496 library or against infringement. There is no warranty that our
497 efforts or the library will fulfill any of your particular purposes
498 or needs. This library is provided with all faults, and the entire
499 risk of satisfactory quality, performance, accuracy, and effort is with
500 the user.
501
502libpng versions 0.97, January 1998, through 1.0.6, March 20, 2000, are
503Copyright (c) 1998, 1999, 2000 Glenn Randers-Pehrson, and are
504distributed according to the same disclaimer and license as libpng-0.96,
505with the following individuals added to the list of Contributing Authors:
506
507 Tom Lane
508 Glenn Randers-Pehrson
509 Willem van Schaik
510
511libpng versions 0.89, June 1996, through 0.96, May 1997, are
512Copyright (c) 1996, 1997 Andreas Dilger
513Distributed according to the same disclaimer and license as libpng-0.88,
514with the following individuals added to the list of Contributing Authors:
515
516 John Bowler
517 Kevin Bracey
518 Sam Bushell
519 Magnus Holmgren
520 Greg Roelofs
521 Tom Tanner
522
523libpng versions 0.5, May 1995, through 0.88, January 1996, are
524Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.
525
526For the purposes of this copyright and license, "Contributing Authors"
527is defined as the following set of individuals:
528
529 Andreas Dilger
530 Dave Martindale
531 Guy Eric Schalnat
532 Paul Schmidt
533 Tim Wegner
534
535The PNG Reference Library is supplied "AS IS". The Contributing Authors
536and Group 42, Inc. disclaim all warranties, expressed or implied,
537including, without limitation, the warranties of merchantability and of
538fitness for any purpose. The Contributing Authors and Group 42, Inc.
539assume no liability for direct, indirect, incidental, special, exemplary,
540or consequential damages, which may result from the use of the PNG
541Reference Library, even if advised of the possibility of such damage.
542
543Permission is hereby granted to use, copy, modify, and distribute this
544source code, or portions hereof, for any purpose, without fee, subject
545to the following restrictions:
546
5471. The origin of this source code must not be misrepresented.
548
5492. Altered versions must be plainly marked as such and
550must not be misrepresented as being the original source.
551
5523. This Copyright notice may not be removed or altered from
553 any source or altered source distribution.
554
555The Contributing Authors and Group 42, Inc. specifically permit, without
556fee, and encourage the use of this source code as a component to
557supporting the PNG file format in commercial products. If you use this
558source code in a product, acknowledgment is not required but would be
559appreciated.
560
561=================
562Vivox SDK License
563=================
564
565RSA Data Security, Inc. MD5 Message-Digest Algorithm
566
567Audio coding: Polycom Siren14TM (ITU-T Rec. G.722.1 Annex C)
568
569Open Source Software Licensing
570Each open source software component utilized by this product is subject to its own copyright and licensing terms, as listed below.
571
572
573*************************************************************
574*************************************************************
575
576/**
577 * OpenAL cross platform audio library
578 * Copyright (C) 1999-2000 by authors.
579 * This library is free software; you can redistribute it and/or
580 * modify it under the terms of the GNU Library General Public
581 * License as published by the Free Software Foundation; either
582 * version 2 of the License, or (at your option) any later version.
583 *
584 * This library is distributed in the hope that it will be useful,
585 * but WITHOUT ANY WARRANTY; without even the implied warranty of
586 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
587 * Library General Public License for more details.
588 *
589 * You should have received a copy of the GNU Library General Public
590 * License along with this library; if not, write to the
591 * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
592 * Boston, MA 02111-1307, USA.
593 * Or go to http://www.gnu.org/copyleft/lgpl.html
594 */
595
596*************************************************************
597*************************************************************
598RTP code under Lesser General Public License
599
600/*
601 The oRTP library is an RTP (Realtime Transport Protocol - rfc3550) stack.
602 Copyright (C) 2001 Simon MORLAT simon.morlat@linphone.org
603
604 This library is free software; you can redistribute it and/or
605 modify it under the terms of the GNU Lesser General Public
606 License as published by the Free Software Foundation; either
607 version 2.1 of the License, or (at your option) any later version.
608
609 This library is distributed in the hope that it will be useful,
610 but WITHOUT ANY WARRANTY; without even the implied warranty of
611 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
612 Lesser General Public License for more details.
613
614 You should have received a copy of the GNU Lesser General Public
615 License along with this library; if not, write to the Free Software
616 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
617*/
618
619************************************************************
620*************************************************************
621
622/*
623 * The Vovida Software License, Version 1.0
624 *
625 * Copyright (c) 2000 Vovida Networks, Inc. All rights reserved.
626 *
627 * Redistribution and use in source and binary forms, with or without
628 * modification, are permitted provided that the following conditions
629 * are met:
630 *
631 * 1. Redistributions of source code must retain the above copyright
632 * notice, this list of conditions and the following disclaimer.
633 *
634 * 2. Redistributions in binary form must reproduce the above copyright
635 * notice, this list of conditions and the following disclaimer in
636 * the documentation and/or other materials provided with the
637 * distribution.
638 *
639 * 3. The names "VOCAL", "Vovida Open Communication Application Library",
640 * and "Vovida Open Communication Application Library (VOCAL)" must
641 * not be used to endorse or promote products derived from this
642 * software without prior written permission. For written
643 * permission, please contact vocal@vovida.org.
644 *
645 * 4. Products derived from this software may not be called "VOCAL", nor
646 * may "VOCAL" appear in their name, without prior written
647 * permission of Vovida Networks, Inc.
648 *
649 * THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESSED OR IMPLIED
650 * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
651 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE AND
652 * NON-INFRINGEMENT ARE DISCLAIMED. IN NO EVENT SHALL VOVIDA
653 * NETWORKS, INC. OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT DAMAGES
654 * IN EXCESS OF $1,000, NOR FOR ANY INDIRECT, INCIDENTAL, SPECIAL,
655 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
656 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
657 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
658 * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
659 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
660 * USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
661 * DAMAGE.
662 *
663 *
664 * This software consists of voluntary contributions made by Vovida
665 * Networks, Inc. and many individuals on behalf of Vovida Networks,
666 * Inc. For more information on Vovida Networks, Inc., please see
667 *
668 *
669 */
670*************************************************************
671*************************************************************
672
673Internet Software Consortium code
674
675/* This is from the BIND 4.9.4 release, modified to compile by itself */
676/* Copyright (c) 1996 by Internet Software Consortium.
677 *
678 * Permission to use, copy, modify, and distribute this software for any
679 * purpose with or without fee is hereby granted, provided that the above
680 * copyright notice and this permission notice appear in all copies.
681 *
682 * THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM DISCLAIMS
683 * ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
684 * OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL INTERNET SOFTWARE
685 * CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
686 * DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
687 * PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
688 * ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
689 * SOFTWARE.
690 */
691
692*************************************************************
693
694*************************************************************
695
696************************************************************
697
698http://tinyxpath.sourceforge.net/
699
700TinyXPath is covered by the zlib license :
701
702 www.sourceforge.net/projects/tinyxpath
703 Copyright (c) 2002-2006 Yves Berquin (yvesb@users.sourceforge.net)
704
705 This software is provided 'as-is', without any express or implied
706 warranty. In no event will the authors be held liable for any
707 damages arising from the use of this software.
708
709 Permission is granted to anyone to use this software for any
710 purpose, including commercial applications, and to alter it and
711 redistribute it freely, subject to the following restrictions:
712
713 1. The origin of this software must not be misrepresented; you must
714 not claim that you wrote the original software. If you use this
715 software in a product, an acknowledgment in the product documentation
716 would be appreciated but is not required.
717
718 2. Altered source versions must be plainly marked as such, and
719 must not be misrepresented as being the original software.
720
721 3. This notice may not be removed or altered from any source distribution.
722
723
724************************************************************
725************************************************************
726
727THE FREE SOFTWARE FOUNDATION
728
729Any customer may request the source code for all open source portions of this product which are covered by the Free Software Foundation's General Public License (GPL), for a period of three years from purchase. Please contact the vendor from whom you obtained this product for instructions. A fee equivalent to the cost of making the code available may be charged. Alternatively, customers may choose to download desired GPL components directly from their original vendors. Specifically, this product contains the following GPL-licensed components:
730
731
732From Vivox:
733 - Assorted software components. To request source, contact Vivox at:
734 Vivox, Inc.
735 Attn: customer support
736 40 Speen Street Suite 402
737 Framingham, MA 01701
diff --git a/linden/LICENSE-libraries.txt b/linden/LICENSE-libraries.txt
new file mode 100644
index 0000000..c00ff61
--- /dev/null
+++ b/linden/LICENSE-libraries.txt
@@ -0,0 +1,1767 @@
1
2 The Imprudence Viewer uses and distributes a number of free software
3 libraries. Licensing information is listed below for every library we
4 distribute in binary form. Please be aware that some libraries are
5 not distributed for all operating systems, so some libraries listed
6 below may not be included in this particular Imprudence package.
7
8 We offer equivalent source code for libraries that require we do so.
9 Visit http://imprudenceviewer.org/download/libs/source/ or contact
10 Jacek Antonelli <jacek.antonelli@gmail.com>.
11
12
13===========
14APR License
15===========
16
17Copyright 2000-2004 The Apache Software Foundation
18
19Licensed under the Apache License, Version 2.0 (the "License");
20you may not use this file except in compliance with the License.
21You may obtain a copy of the License at
22
23 http://www.apache.org/licenses/LICENSE-2.0
24
25Unless required by applicable law or agreed to in writing, software
26distributed under the License is distributed on an "AS IS" BASIS,
27WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
28See the License for the specific language governing permissions and
29limitations under the License.
30
31
32===========
33ATK License
34===========
35
36ATK - Accessibility Toolkit
37Copyright © 2001-2009 ATK copyright holders
38
39This library is free software; you can redistribute it and/or
40modify it under the terms of the GNU Library General Public
41License as published by the Free Software Foundation; either
42version 2 of the License, or (at your option) any later version.
43
44This library is distributed in the hope that it will be useful,
45but WITHOUT ANY WARRANTY; without even the implied warranty of
46MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
47Library General Public License for more details.
48
49You should have received a copy of the GNU Library General Public
50License along with this library; if not, write to the
51Free Software Foundation, Inc., 59 Temple Place - Suite 330,
52Boston, MA 02111-1307, USA.
53
54
55==============
56Base32 License
57==============
58
59Copyright (c) 2006 Christian Biere <christianbiere@gmx.de>
60All rights reserved.
61
62Redistribution and use in source and binary forms, with or without
63modification, are permitted provided that the following conditions
64are met:
65
661. Redistributions of source code must retain the above copyright
67 notice, this list of conditions and the following disclaimer.
682. Redistributions in binary form must reproduce the above copyright
69 notice, this list of conditions and the following disclaimer in the
70 documentation and/or other materials provided with the distribution.
713. Neither the name of the authors nor the names of its contributors
72 may be used to endorse or promote products derived from this software
73 without specific prior written permission.
74
75THIS SOFTWARE IS PROVIDED BY THE AUTHORS AND CONTRIBUTORS ``AS IS'' AND
76ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
77IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
78ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
79FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
80DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
81OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
82HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
83LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
84OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
85SUCH DAMAGE.
86
87
88==================
89Berkely DB License
90==================
91
92Copyright (c) 1990-2009
93 Oracle Corporation. All rights reserved.
94
95Redistribution and use in source and binary forms, with or without
96modification, are permitted provided that the following conditions
97are met:
981. Redistributions of source code must retain the above copyright
99 notice, this list of conditions and the following disclaimer.
1002. Redistributions in binary form must reproduce the above copyright
101 notice, this list of conditions and the following disclaimer in the
102 documentation and/or other materials provided with the distribution.
1033. Redistributions in any form must be accompanied by information on
104 how to obtain complete source code for the DB software and any
105 accompanying software that uses the DB software. The source code
106 must either be included in the distribution or be available for no
107 more than the cost of distribution plus a nominal fee, and must be
108 freely redistributable under reasonable conditions. For an
109 executable file, complete source code means the source code for all
110 modules it contains. It does not include source code for modules or
111 files that typically accompany the major components of the operating
112 system on which the executable file runs.
113
114THIS SOFTWARE IS PROVIDED BY ORACLE CORPORATION ``AS IS'' AND ANY EXPRESS
115OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
116WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR
117NON-INFRINGEMENT, ARE DISCLAIMED. IN NO EVENT SHALL ORACLE CORPORATION
118BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
119CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
120SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
121INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
122CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
123ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
124THE POSSIBILITY OF SUCH DAMAGE.
125
126
127Copyright (c) 1990, 1993, 1994, 1995
128 The Regents of the University of California. All rights reserved.
129
130Redistribution and use in source and binary forms, with or without
131modification, are permitted provided that the following conditions
132are met:
1331. Redistributions of source code must retain the above copyright
134 notice, this list of conditions and the following disclaimer.
1352. Redistributions in binary form must reproduce the above copyright
136 notice, this list of conditions and the following disclaimer in the
137 documentation and/or other materials provided with the distribution.
1383. Neither the name of the University nor the names of its contributors
139 may be used to endorse or promote products derived from this software
140 without specific prior written permission.
141
142THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
143ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
144IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
145ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
146FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
147DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
148OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
149HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
150LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
151OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
152SUCH DAMAGE.
153
154
155Copyright (c) 1995, 1996
156 The President and Fellows of Harvard University. All rights reserved.
157
158Redistribution and use in source and binary forms, with or without
159modification, are permitted provided that the following conditions
160are met:
1611. Redistributions of source code must retain the above copyright
162 notice, this list of conditions and the following disclaimer.
1632. Redistributions in binary form must reproduce the above copyright
164 notice, this list of conditions and the following disclaimer in the
165 documentation and/or other materials provided with the distribution.
1663. Neither the name of the University nor the names of its contributors
167 may be used to endorse or promote products derived from this software
168 without specific prior written permission.
169
170THIS SOFTWARE IS PROVIDED BY HARVARD AND ITS CONTRIBUTORS ``AS IS'' AND
171ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
172IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
173ARE DISCLAIMED. IN NO EVENT SHALL HARVARD OR ITS CONTRIBUTORS BE LIABLE
174FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
175DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
176OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
177HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
178LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
179OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
180SUCH DAMAGE.
181
182
183=============
184cairo License
185=============
186
187cairo - a vector graphics library with display and print output
188
189Copyright © 2002-2008 Cairo copyright holders
190
191This library is free software; you can redistribute it and/or
192modify it either under the terms of the GNU Lesser General Public
193License version 2.1 as published by the Free Software Foundation
194(the "LGPL") or, at your option, under the terms of the Mozilla
195Public License Version 1.1 (the "MPL"). If you do not alter this
196notice, a recipient may use your version of this file under either
197the MPL or the LGPL.
198
199You should have received a copy of the LGPL along with this library
200in the file COPYING-LGPL-2.1; if not, write to the Free Software
201Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
202You should have received a copy of the MPL along with this library
203in the file COPYING-MPL-1.1
204
205The contents of this file are subject to the Mozilla Public License
206Version 1.1 (the "License"); you may not use this file except in
207compliance with the License. You may obtain a copy of the License at
208http://www.mozilla.org/MPL/
209
210This software is distributed on an "AS IS" basis, WITHOUT WARRANTY
211OF ANY KIND, either express or implied. See the LGPL or the MPL for
212the specific language governing rights and limitations.
213
214The Original Code is the cairo graphics library.
215
216The Initial Developer of the Original Code is University of Southern
217California.
218
219
220============
221cURL License
222============
223
224COPYRIGHT AND PERMISSION NOTICE
225
226Copyright (c) 1996 - 2002, Daniel Stenberg, <daniel@haxx.se>.
227
228All rights reserved.
229
230Permission to use, copy, modify, and distribute this software for any purpose
231with or without fee is hereby granted, provided that the above copyright
232notice and this permission notice appear in all copies.
233
234THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
235IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
236FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN
237NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
238DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
239OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE
240OR OTHER DEALINGS IN THE SOFTWARE.
241
242Except as contained in this notice, the name of a copyright holder shall not
243be used in advertising or otherwise to promote the sale, use or other dealings
244in this Software without prior written authorization of the copyright holder.
245
246
247=============
248ELFIO License
249=============
250
251ELFIO.h - ELF reader and producer.
252Copyright (C) 2001 Serge Lamikhov-Center <to_serge@users.sourceforge.net>
253
254This library is free software; you can redistribute it and/or
255modify it under the terms of the GNU Lesser General Public
256License as published by the Free Software Foundation; either
257version 2.1 of the License, or (at your option) any later version.
258
259This library is distributed in the hope that it will be useful,
260but WITHOUT ANY WARRANTY; without even the implied warranty of
261MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
262Lesser General Public License for more details.
263
264You should have received a copy of the GNU Lesser General Public
265License along with this library; if not, write to the Free Software
266Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
267
268The GNU Library GPL is available at http://www.gnu.org/copyleft/lesser.html
269
270
271=============
272expat License
273=============
274
275Copyright (c) 1998, 1999, 2000 Thai Open Source Software Center Ltd
276
277Permission is hereby granted, free of charge, to any person obtaining
278a copy of this software and associated documentation files (the
279"Software"), to deal in the Software without restriction, including
280without limitation the rights to use, copy, modify, merge, publish,
281distribute, sublicense, and/or sell copies of the Software, and to
282permit persons to whom the Software is furnished to do so, subject to
283the following conditions:
284
285The above copyright notice and this permission notice shall be included
286in all copies or substantial portions of the Software.
287
288THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
289EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
290MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
291IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
292CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
293TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
294SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
295
296
297============
298FLAC License
299============
300
301Copyright (C) 2000,2001,2002,2003,2004,2005,2006,2007 Josh Coalson
302
303Redistribution and use in source and binary forms, with or without
304modification, are permitted provided that the following conditions
305are met:
306
307- Redistributions of source code must retain the above copyright
308notice, this list of conditions and the following disclaimer.
309
310- Redistributions in binary form must reproduce the above copyright
311notice, this list of conditions and the following disclaimer in the
312documentation and/or other materials provided with the distribution.
313
314- Neither the name of the Xiph.org Foundation nor the names of its
315contributors may be used to endorse or promote products derived from
316this software without specific prior written permission.
317
318THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
319``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
320LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
321A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR
322CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
323EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
324PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
325PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
326LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
327NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
328SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
329
330
331==================
332fontconfig License
333==================
334
335Copyright © 2001,2003 Keith Packard
336
337Permission to use, copy, modify, distribute, and sell this software and its
338documentation for any purpose is hereby granted without fee, provided that
339the above copyright notice appear in all copies and that both that
340copyright notice and this permission notice appear in supporting
341documentation, and that the name of Keith Packard not be used in
342advertising or publicity pertaining to distribution of the software without
343specific, written prior permission. Keith Packard makes no
344representations about the suitability of this software for any purpose. It
345is provided "as is" without express or implied warranty.
346
347THE AUTHOR(S) DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
348INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
349EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY SPECIAL, INDIRECT OR
350CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
351DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
352TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
353PERFORMANCE OF THIS SOFTWARE.
354
355
356================
357FreeType License
358================
359
360Portions of this software are copyright (c) 2003 The FreeType
361Project (www.freetype.org). All rights reserved.
362
363
364==========================
365FSI FontShop International
366==========================
367
368Certain of the fonts in the Meta family of copyrighted typefaces are
369used in Second Life under license from FSI FontShop
370International. Copies of such Meta fonts that are included in the
371Viewer are not themselves open source and are not available under the
372GPL license, and they may not be copied. Developers may use those
373fonts solely to the extent necessary to use or customize the Linden
374Software in Second Life and to develop and distribute content solely
375for use in the Second Life environment, and for no other purposes.
376Second Life developers who wish to make other uses of Meta fonts must
377obtain a license from FSI FontShop International at www.fontfont.com.
378
379
380==========
381GL License
382==========
383
384Mesa 3-D graphics library
385Version: 6.2
386
387Copyright (C) 1999-2004 Brian Paul All Rights Reserved.
388
389Permission is hereby granted, free of charge, to any person obtaining a
390copy of this software and associated documentation files (the "Software"),
391to deal in the Software without restriction, including without limitation
392the rights to use, copy, modify, merge, publish, distribute, sublicense,
393and/or sell copies of the Software, and to permit persons to whom the
394Software is furnished to do so, subject to the following conditions:
395
396The above copyright notice and this permission notice shall be included
397in all copies or substantial portions of the Software.
398
399THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
400OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
401FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
402BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
403AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
404CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
405
406
407============
408GLEW License
409============
410
411The OpenGL Extension Wrangler Library
412Copyright (C) 2002-2007, Milan Ikits <milan ikits[]ieee org>
413Copyright (C) 2002-2007, Marcelo E. Magallon <mmagallo[]debian org>
414Copyright (C) 2002, Lev Povalahev
415All rights reserved.
416
417Redistribution and use in source and binary forms, with or without
418modification, are permitted provided that the following conditions are met:
419
420* Redistributions of source code must retain the above copyright notice,
421 this list of conditions and the following disclaimer.
422* Redistributions in binary form must reproduce the above copyright notice,
423 this list of conditions and the following disclaimer in the documentation
424 and/or other materials provided with the distribution.
425* The name of the author may be used to endorse or promote products
426 derived from this software without specific prior written permission.
427
428THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
429AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
430IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
431ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
432LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
433CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
434SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
435INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
436CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
437ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
438THE POSSIBILITY OF SUCH DAMAGE.
439
440
441Mesa 3-D graphics library
442Version: 7.0
443
444Copyright (C) 1999-2007 Brian Paul All Rights Reserved.
445
446Permission is hereby granted, free of charge, to any person obtaining a
447copy of this software and associated documentation files (the "Software"),
448to deal in the Software without restriction, including without limitation
449the rights to use, copy, modify, merge, publish, distribute, sublicense,
450and/or sell copies of the Software, and to permit persons to whom the
451Software is furnished to do so, subject to the following conditions:
452
453The above copyright notice and this permission notice shall be included
454in all copies or substantial portions of the Software.
455
456THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
457OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
458FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
459BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
460AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
461CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
462
463
464Copyright (c) 2007 The Khronos Group Inc.
465
466Permission is hereby granted, free of charge, to any person obtaining a
467copy of this software and/or associated documentation files (the
468"Materials"), to deal in the Materials without restriction, including
469without limitation the rights to use, copy, modify, merge, publish,
470distribute, sublicense, and/or sell copies of the Materials, and to
471permit persons to whom the Materials are furnished to do so, subject to
472the following conditions:
473
474The above copyright notice and this permission notice shall be included
475in all copies or substantial portions of the Materials.
476
477THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
478EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
479MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
480IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
481CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
482TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
483MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
484
485
486=========================
487glh OpenGL helper library
488=========================
489
490glh - is a platform-indepenedent C++ OpenGL helper library
491
492
493Copyright (c) 2000 Cass Everitt
494 Copyright (c) 2000 NVIDIA Corporation
495All rights reserved.
496
497Redistribution and use in source and binary forms, with or
498 without modification, are permitted provided that the following
499 conditions are met:
500
501 * Redistributions of source code must retain the above
502 copyright notice, this list of conditions and the following
503 disclaimer.
504
505 * Redistributions in binary form must reproduce the above
506 copyright notice, this list of conditions and the following
507 disclaimer in the documentation and/or other materials
508 provided with the distribution.
509
510 * The names of contributors to this software may not be used
511 to endorse or promote products derived from this software
512 without specific prior written permission.
513
514 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
515 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
516 FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
517 REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
518 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
519 BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
520 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
521 CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
522 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
523 ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
524 POSSIBILITY OF SUCH DAMAGE.
525
526
527Cass Everitt - cass@r3.nu
528
529
530============
531GLIB License
532============
533
534GLIB - Library of useful routines for C programming
535Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
536
537This library is free software; you can redistribute it and/or
538modify it under the terms of the GNU Lesser General Public
539License as published by the Free Software Foundation; either
540version 2 of the License, or (at your option) any later version.
541
542This library is distributed in the hope that it will be useful,
543but WITHOUT ANY WARRANTY; without even the implied warranty of
544MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
545Lesser General Public License for more details.
546
547You should have received a copy of the GNU Lesser General Public
548License along with this library; if not, write to the
549Free Software Foundation, Inc., 59 Temple Place - Suite 330,
550Boston, MA 02111-1307, USA.
551
552
553==============
554GNUTLS License
555==============
556
557Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 Simon Josefsson
558Copyright (C) 2001,2003 Nikos Mavrogiannopoulos
559Copyright (C) 2004 Free Software Foundation
560
561The GNUTLS library is free software; you can redistribute it and/or
562modify it under the terms of the GNU Lesser General Public License
563as published by the Free Software Foundation; either version 2.1 of
564the License, or (at your option) any later version.
565
566This library is distributed in the hope that it will be useful, but
567WITHOUT ANY WARRANTY; without even the implied warranty of
568MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
569Lesser General Public License for more details.
570
571You should have received a copy of the GNU Lesser General Public
572License along with this library; if not, write to the Free Software
573Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
574USA
575
576
577=================
578GStreamer License
579=================
580
581Copyright (C) 1999-2009 GStreamer copyright holders
582
583This library is free software; you can redistribute it and/or
584modify it under the terms of the GNU Library General Public
585License as published by the Free Software Foundation; either
586version 2 of the License, or (at your option) any later version.
587
588This library is distributed in the hope that it will be useful,
589but WITHOUT ANY WARRANTY; without even the implied warranty of
590MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
591Library General Public License for more details.
592
593You should have received a copy of the GNU Library General Public
594License along with this library; if not, write to the
595Free Software Foundation, Inc., 59 Temple Place - Suite 330,
596Boston, MA 02111-1307, USA.
597
598
599==================
600gst-ffmpeg License
601==================
602
603gst-ffmpeg is copyright (C) 1999-2009 by its copyright holders.
604
605This library is free software; you can redistribute it and/or
606modify it under the terms of the GNU Library General Public
607License as published by the Free Software Foundation; either
608version 2 of the License, or (at your option) any later version.
609
610This library is distributed in the hope that it will be useful,
611but WITHOUT ANY WARRANTY; without even the implied warranty of
612MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
613Library General Public License for more details.
614
615You should have received a copy of the GNU Library General Public
616License along with this library; if not, write to the
617Free Software Foundation, Inc., 59 Temple Place - Suite 330,
618Boston, MA 02111-1307, USA.
619
620
621gst-ffmpeg contains a version of FFmpeg. The following terms apply
622to that version of FFmpeg:
623
624FFmpeg is copyright (C) 1995-2009 by its copyright holders.
625
626Portions of FFmpeg are licensed under the GNU Lesser General Public
627License. The following terms apply to those portions:
628
629 FFmpeg is free software; you can redistribute it and/or
630 modify it under the terms of the GNU Lesser General Public
631 License as published by the Free Software Foundation; either
632 version 2.1 of the License, or (at your option) any later version.
633
634 FFmpeg is distributed in the hope that it will be useful,
635 but WITHOUT ANY WARRANTY; without even the implied warranty of
636 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
637 Lesser General Public License for more details.
638
639 You should have received a copy of the GNU Lesser General Public
640 License along with FFmpeg; if not, write to the Free Software
641 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
642
643Portions of FFmpeg are licensed under the GNU General Public License.
644The following terms apply to those portions:
645
646 FFmpeg is free software; you can redistribute it and/or modify
647 it under the terms of the GNU General Public License as published by
648 the Free Software Foundation; either version 2 of the License, or
649 (at your option) any later version.
650
651 FFmpeg is distributed in the hope that it will be useful,
652 but WITHOUT ANY WARRANTY; without even the implied warranty of
653 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
654 GNU General Public License for more details.
655
656 You should have received a copy of the GNU General Public License
657 along with FFmpeg; if not, write to the Free Software
658 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
659
660
661============
662GTK+ License
663============
664
665GTK - The GIMP Toolkit
666Copyright (C) 1995-2009 GTK+ copyright holders
667
668This library is free software; you can redistribute it and/or
669modify it under the terms of the GNU Lesser General Public
670License as published by the Free Software Foundation; either
671version 2 of the License, or (at your option) any later version.
672
673This library is distributed in the hope that it will be useful,
674but WITHOUT ANY WARRANTY; without even the implied warranty of
675MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
676Lesser General Public License for more details.
677
678You should have received a copy of the GNU Lesser General Public
679License along with this library; if not, write to the
680Free Software Foundation, Inc., 59 Temple Place - Suite 330,
681Boston, MA 02111-1307, USA.
682
683
684=======================
685JPEG Library 6b License
686=======================
687
688This software is based in part on the work of the Independent JPEG Group
689
690
691==================
692libcharset License
693==================
694
695LIBCHARSET - portable character set determination library
696
697Copyright (C) 2000-2006, 2008-2009 Free Software Foundation, Inc.
698
699This program is free software; you can redistribute it and/or modify it
700under the terms of the GNU Library General Public License as published
701by the Free Software Foundation; either version 2, or (at your option)
702any later version.
703
704This program is distributed in the hope that it will be useful,
705but WITHOUT ANY WARRANTY; without even the implied warranty of
706MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
707Library General Public License for more details.
708
709You should have received a copy of the GNU Library General Public
710License along with this program; if not, write to the Free Software
711Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
712USA.
713
714
715=================
716libgcrypt License
717=================
718
719Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2006
720 2007, 2008, 2009 Free Software Foundation, Inc.
721
722Libgcrypt is free software; you can redistribute it and/or modify
723it under the terms of the GNU Lesser General Public License as
724published by the Free Software Foundation; either version 2.1 of
725the License, or (at your option) any later version.
726
727Libgcrypt is distributed in the hope that it will be useful,
728but WITHOUT ANY WARRANTY; without even the implied warranty of
729MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
730GNU Lesser General Public License for more details.
731
732You should have received a copy of the GNU Lesser General Public
733License along with this program; if not, see <http://www.gnu.org/licenses/>.
734
735
736====================
737libgpg-error License
738====================
739
740Copyright (C) 2003, 2004 g10 Code GmbH
741
742libgpg-error is free software; you can redistribute it and/or
743modify it under the terms of the GNU Lesser General Public License
744as published by the Free Software Foundation; either version 2.1 of
745the License, or (at your option) any later version.
746
747libgpg-error is distributed in the hope that it will be useful, but
748WITHOUT ANY WARRANTY; without even the implied warranty of
749MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
750Lesser General Public License for more details.
751
752You should have received a copy of the GNU Lesser General Public
753License along with libgpg-error; if not, write to the Free
754Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
75502111-1307, USA.
756
757
758===============
759libintl License
760===============
761
762(Not to be confused with proxy-libintl.)
763
764Copyright (C) 1995-1997, 2000-2007 Free Software Foundation, Inc.
765
766This program is free software; you can redistribute it and/or modify it
767under the terms of the GNU Library General Public License as published
768by the Free Software Foundation; either version 2, or (at your option)
769any later version.
770
771This program is distributed in the hope that it will be useful,
772but WITHOUT ANY WARRANTY; without even the implied warranty of
773MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
774Library General Public License for more details.
775
776You should have received a copy of the GNU Library General Public
777License along with this program; if not, write to the Free Software
778Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
779USA.
780
781
782==============
783libmms License
784==============
785
786Copyright (C) 2002-2003 the xine project
787
788This file is part of xine, a free video player.
789
790xine is free software; you can redistribute it and/or modify
791it under the terms of the GNU General Public License as published by
792the Free Software Foundation; either version 2 of the License, or
793(at your option) any later version.
794
795xine is distributed in the hope that it will be useful,
796but WITHOUT ANY WARRANTY; without even the implied warranty of
797MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
798GNU General Public License for more details.
799
800You should have received a copy of the GNU General Public License
801along with this program; if not, write to the Free Software
802Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
803
804
805==================
806libmp3lame License
807==================
808
809LAME MP3 encoding engine
810
811Copyright (c) 1999-2000 Mark Taylor
812Copyright (c) 2000-2005 Takehiro Tominaga
813Copyright (c) 2000-2005 Robert Hegemann
814Copyright (c) 2000-2005 Gabriel Bouvigne
815Copyright (c) 2000-2004 Alexander Leidinger
816
817This library is free software; you can redistribute it and/or
818modify it under the terms of the GNU Lesser General Public
819License as published by the Free Software Foundation; either
820version 2 of the License, or (at your option) any later version.
821
822This library is distributed in the hope that it will be useful,
823but WITHOUT ANY WARRANTY; without even the implied warranty of
824MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
825Library General Public License for more details.
826
827You should have received a copy of the GNU Lesser General Public
828License along with this library; if not, write to the
829Free Software Foundation, Inc., 59 Temple Place - Suite 330,
830Boston, MA 02111-1307, USA.
831
832
833==============
834libOIL License
835==============
836
837The majority of the source code and the collective work is subject
838to the following license:
839
840 Copyright 2002,2003,2004,2005 David A. Schleef <ds@schleef.org>
841 All rights reserved.
842
843 Redistribution and use in source and binary forms, with or without
844 modification, are permitted provided that the following conditions
845 are met:
846 1. Redistributions of source code must retain the above copyright
847 notice, this list of conditions and the following disclaimer.
848 2. Redistributions in binary form must reproduce the above copyright
849 notice, this list of conditions and the following disclaimer in the
850 documentation and/or other materials provided with the distribution.
851
852 THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
853 IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
854 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
855 ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT,
856 INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
857 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
858 SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
859 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
860 STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
861 IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
862 POSSIBILITY OF SUCH DAMAGE.
863
864
865The source code in the liboil/motovec directory is subject to the
866following license:
867
868 Copyright Motorola, Inc. 2003
869 ALL RIGHTS RESERVED
870
871 You are hereby granted a copyright license to use, modify, and
872 distribute the SOFTWARE so long as this entire notice is retained
873 without alteration in any modified and/or redistributed versions,
874 and that such modified versions are clearly identified as such.
875 No licenses are granted by implication, estoppel or otherwise under
876 any patents or trademarks of Motorola, Inc.
877
878 The SOFTWARE is provided on an "AS IS" basis and without warranty.
879 To the maximum extent permitted by applicable law, MOTOROLA DISCLAIMS
880 ALL WARRANTIES WHETHER EXPRESS OR IMPLIED, INCLUDING IMPLIED
881 WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR
882 PURPOSE AND ANY WARRANTY AGAINST INFRINGEMENT WITH
883 REGARD TO THE SOFTWARE (INCLUDING ANY MODIFIED VERSIONS
884 THEREOF) AND ANY ACCOMPANYING WRITTEN MATERIALS.
885
886 To the maximum extent permitted by applicable law, IN NO EVENT SHALL
887 MOTOROLA BE LIABLE FOR ANY DAMAGES WHATSOEVER
888 (INCLUDING WITHOUT LIMITATION, DAMAGES FOR LOSS OF
889 BUSINESS PROFITS, BUSINESS INTERRUPTION, LOSS OF BUSINESS
890 INFORMATION, OR OTHER PECUNIARY LOSS) ARISING OF THE USE OR
891 INABILITY TO USE THE SOFTWARE. Motorola assumes no responsibility
892 for the maintenance and support of the SOFTWARE.
893
894
895The source code implementing the Mersenne Twister algorithm is
896subject to the following license:
897
898 Copyright (C) 1997 - 2002, Makoto Matsumoto and Takuji Nishimura,
899 All rights reserved.
900
901 Redistribution and use in source and binary forms, with or without
902 modification, are permitted provided that the following conditions
903 are met:
904
905 1. Redistributions of source code must retain the above copyright
906 notice, this list of conditions and the following disclaimer.
907
908 2. Redistributions in binary form must reproduce the above copyright
909 notice, this list of conditions and the following disclaimer in the
910 documentation and/or other materials provided with the distribution.
911
912 3. The names of its contributors may not be used to endorse or promote
913 products derived from this software without specific prior written
914 permission.
915
916 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
917 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
918 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
919 FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
920 COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
921 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
922 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
923 SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
924 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
925 STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
926 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
927 OF THE POSSIBILITY OF SUCH DAMAGE.
928
929
930==============
931libpng license
932==============
933
934COPYRIGHT NOTICE, DISCLAIMER, and LICENSE:
935
936If you modify libpng you may insert additional notices immediately following
937this sentence.
938
939libpng versions 1.2.6, August 15, 2004, through 1.2.18, May 15, 2007, are
940Copyright (c) 2004, 2006-2007 Glenn Randers-Pehrson, and are
941distributed according to the same disclaimer and license as libpng-1.2.5
942with the following individual added to the list of Contributing Authors:
943
944 Cosmin Truta
945
946libpng versions 1.0.7, July 1, 2000, through 1.2.5, October 3, 2002, are
947Copyright (c) 2000-2002 Glenn Randers-Pehrson, and are
948distributed according to the same disclaimer and license as libpng-1.0.6
949with the following individuals added to the list of Contributing Authors:
950
951 Simon-Pierre Cadieux
952 Eric S. Raymond
953 Gilles Vollant
954
955and with the following additions to the disclaimer:
956
957 There is no warranty against interference with your enjoyment of the
958 library or against infringement. There is no warranty that our
959 efforts or the library will fulfill any of your particular purposes
960 or needs. This library is provided with all faults, and the entire
961 risk of satisfactory quality, performance, accuracy, and effort is with
962 the user.
963
964libpng versions 0.97, January 1998, through 1.0.6, March 20, 2000, are
965Copyright (c) 1998, 1999, 2000 Glenn Randers-Pehrson, and are
966distributed according to the same disclaimer and license as libpng-0.96,
967with the following individuals added to the list of Contributing Authors:
968
969 Tom Lane
970 Glenn Randers-Pehrson
971 Willem van Schaik
972
973libpng versions 0.89, June 1996, through 0.96, May 1997, are
974Copyright (c) 1996, 1997 Andreas Dilger
975Distributed according to the same disclaimer and license as libpng-0.88,
976with the following individuals added to the list of Contributing Authors:
977
978 John Bowler
979 Kevin Bracey
980 Sam Bushell
981 Magnus Holmgren
982 Greg Roelofs
983 Tom Tanner
984
985libpng versions 0.5, May 1995, through 0.88, January 1996, are
986Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.
987
988For the purposes of this copyright and license, "Contributing Authors"
989is defined as the following set of individuals:
990
991 Andreas Dilger
992 Dave Martindale
993 Guy Eric Schalnat
994 Paul Schmidt
995 Tim Wegner
996
997The PNG Reference Library is supplied "AS IS". The Contributing Authors
998and Group 42, Inc. disclaim all warranties, expressed or implied,
999including, without limitation, the warranties of merchantability and of
1000fitness for any purpose. The Contributing Authors and Group 42, Inc.
1001assume no liability for direct, indirect, incidental, special, exemplary,
1002or consequential damages, which may result from the use of the PNG
1003Reference Library, even if advised of the possibility of such damage.
1004
1005Permission is hereby granted to use, copy, modify, and distribute this
1006source code, or portions hereof, for any purpose, without fee, subject
1007to the following restrictions:
1008
10091. The origin of this source code must not be misrepresented.
1010
10112. Altered versions must be plainly marked as such and
1012must not be misrepresented as being the original source.
1013
10143. This Copyright notice may not be removed or altered from
1015 any source or altered source distribution.
1016
1017The Contributing Authors and Group 42, Inc. specifically permit, without
1018fee, and encourage the use of this source code as a component to
1019supporting the PNG file format in commercial products. If you use this
1020source code in a product, acknowledgment is not required but would be
1021appreciated.
1022
1023
1024===============
1025libsoup License
1026===============
1027
1028Copyright (C) 2000-2003, Ximian, Inc.
1029
1030This program is free software; you can redistribute it and/or modify it
1031under the terms of the GNU Library General Public License as published
1032by the Free Software Foundation; either version 2, or (at your option)
1033any later version.
1034
1035This program is distributed in the hope that it will be useful,
1036but WITHOUT ANY WARRANTY; without even the implied warranty of
1037MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
1038Library General Public License for more details.
1039
1040You should have received a copy of the GNU Library General Public
1041License along with this program; if not, write to the Free Software
1042Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
1043USA.
1044
1045
1046===============
1047libuuid License
1048===============
1049
1050Copyright (C) 1999, 2000, 2003, 2004 by Theodore Ts'o
1051
1052Redistribution and use in source and binary forms, with or without
1053modification, are permitted provided that the following conditions
1054are met:
10551. Redistributions of source code must retain the above copyright
1056 notice, and the entire permission notice in its entirety,
1057 including the disclaimer of warranties.
10582. Redistributions in binary form must reproduce the above copyright
1059 notice, this list of conditions and the following disclaimer in the
1060 documentation and/or other materials provided with the distribution.
10613. The name of the author may not be used to endorse or promote
1062 products derived from this software without specific prior
1063 written permission.
1064
1065THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED
1066WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
1067OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE, ALL OF
1068WHICH ARE HEREBY DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE
1069LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
1070CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
1071OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
1072BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
1073LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1074(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
1075USE OF THIS SOFTWARE, EVEN IF NOT ADVISED OF THE POSSIBILITY OF SUCH
1076DAMAGE.
1077
1078
1079===============
1080libxml2 License
1081===============
1082
1083Except where otherwise noted in the source code (e.g. the files hash.c,
1084list.c and the trio files, which are covered by a similar licence but
1085with different Copyright notices) all the files are:
1086
1087 Copyright (C) 1998-2003 Daniel Veillard. All Rights Reserved.
1088
1089Permission is hereby granted, free of charge, to any person obtaining a copy
1090of this software and associated documentation files (the "Software"), to deal
1091in the Software without restriction, including without limitation the rights
1092to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1093copies of the Software, and to permit persons to whom the Software is fur-
1094nished to do so, subject to the following conditions:
1095
1096The above copyright notice and this permission notice shall be included in
1097all copies or substantial portions of the Software.
1098
1099THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1100IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FIT-
1101NESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1102DANIEL VEILLARD BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
1103IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CON-
1104NECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1105
1106Except as contained in this notice, the name of Daniel Veillard shall not
1107be used in advertising or otherwise to promote the sale, use or other deal-
1108ings in this Software without prior written authorization from him.
1109
1110
1111===============
1112ndofdev License
1113===============
1114
1115Copyright (c) 2008, Jan Ciger (jan.ciger (at) gmail.com)
1116All rights reserved.
1117
1118Redistribution and use in source and binary forms, with or without
1119modification, are permitted provided that the following conditions are met:
1120
1121* Redistributions of source code must retain the above copyright
1122 notice, this list of conditions and the following disclaimer.
1123* Redistributions in binary form must reproduce the above copyright
1124 notice, this list of conditions and the following disclaimer in the
1125 documentation and/or other materials provided with the distribution.
1126* The name of its contributors may not be used to endorse or promote products
1127 derived from this software without specific prior written permission.
1128
1129THIS SOFTWARE IS PROVIDED BY Jan Ciger ''AS IS'' AND ANY
1130EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
1131WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
1132DISCLAIMED. IN NO EVENT SHALL Jan Ciger BE LIABLE FOR ANY
1133DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
1134(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
1135LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
1136ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1137(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
1138SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1139
1140
1141============
1142neon License
1143============
1144
1145neon is Copyright (C) 1999-2008 Joe Orton <joe@manyfish.co.uk>
1146Portions are:
1147Copyright (C) 1999-2000 Tommi Komulainen <Tommi.Komulainen@iki.fi>
1148Copyright (C) 1999-2000 Peter Boos <pedib@colorfullife.com>
1149Copyright (C) 1991, 1995, 1996, 1997 Free Software Foundation, Inc.
1150Copyright (C) 2004 Aleix Conchillo Flaque <aleix@member.fsf.org>
1151Copyright (C) 2004 Jiang Lei <tristone@deluxe.ocn.ne.jp>
1152Copyright (C) 2004-2005 Vladimir Berezniker @ http://public.xdi.org/=vmpn
1153
1154This library is free software; you can redistribute it and/or
1155modify it under the terms of the GNU Library General Public
1156License as published by the Free Software Foundation; either
1157version 2 of the License, or (at your option) any later version.
1158
1159This library is distributed in the hope that it will be useful,
1160but WITHOUT ANY WARRANTY; without even the implied warranty of
1161MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
1162Library General Public License for more details.
1163
1164You should have received a copy of the GNU Library General Public
1165License along with this library; if not, write to the Free
1166Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
1167MA 02111-1307, USA
1168
1169
1170==================
1171ogg/vorbis License
1172==================
1173
1174Copyright (c) 2001, Xiphophorus
1175
1176Redistribution and use in source and binary forms, with or without
1177modification, are permitted provided that the following conditions
1178are met:
1179
1180- Redistributions of source code must retain the above copyright
1181notice, this list of conditions and the following disclaimer.
1182
1183- Redistributions in binary form must reproduce the above copyright
1184notice, this list of conditions and the following disclaimer in the
1185documentation and/or other materials provided with the distribution.
1186
1187- Neither the name of the Xiphophorus nor the names of its contributors
1188may be used to endorse or promote products derived from this software
1189without specific prior written permission.
1190
1191THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1192``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1193LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1194A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR
1195CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
1196EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
1197PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
1198PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
1199LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
1200NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
1201SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1202
1203
1204======================
1205OpenAL (Apple) License
1206======================
1207
1208Copyright (c) 2004, Apple Computer, Inc. All rights reserved.
1209
1210Redistribution and use in source and binary forms, with or without
1211modification, are permitted provided that the following conditions are met:
1212
12131. Redistributions of source code must retain the above copyright notice,
1214 this list of conditions and the following disclaimer.
1215
12162. Redistributions in binary form must reproduce the above copyright
1217 notice, this list of conditions and the following disclaimer in the
1218 documentation and/or other materials provided with the distribution.
1219
12203. Neither the name of Apple Computer, Inc. ("Apple") nor the names of its
1221 contributors may be used to endorse or promote products derived from
1222 this software without specific prior written permission.
1223
1224THIS SOFTWARE IS PROVIDED BY APPLE AND ITS CONTRIBUTORS "AS IS" AND ANY
1225EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
1226WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
1227DISCLAIMED. IN NO EVENT SHALL APPLE OR ITS CONTRIBUTORS BE LIABLE FOR ANY
1228DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
1229(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
1230SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
1231CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1232LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1233OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
1234DAMAGE.
1235
1236
1237===================
1238OpenAL-Soft License
1239===================
1240
1241OpenAL cross platform audio library
1242
1243Copyright (C) 1999-2007 OpenAL-Soft copyright holders.
1244
1245This library is free software; you can redistribute it and/or
1246modify it under the terms of the GNU Library General Public
1247License as published by the Free Software Foundation; either
1248version 2 of the License, or (at your option) any later version.
1249
1250This library is distributed in the hope that it will be useful,
1251but WITHOUT ANY WARRANTY; without even the implied warranty of
1252MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
1253Library General Public License for more details.
1254
1255You should have received a copy of the GNU Library General Public
1256License along with this library; if not, write to the
1257Free Software Foundation, Inc., 59 Temple Place - Suite 330,
1258Boston, MA 02111-1307, USA.
1259Or go to http://www.gnu.org/copyleft/lgpl.html
1260
1261
1262================
1263OpenJPEG License
1264================
1265
1266Copyright (c) 2002-2007, Communications and Remote Sensing Laboratory,
1267 Universite catholique de Louvain (UCL), Belgium
1268Copyright (c) 2002-2007, Professor Benoit Macq
1269Copyright (c) 2001-2003, David Janssens
1270Copyright (c) 2002-2003, Yannick Verschueren
1271Copyright (c) 2003-2007, Francois-Olivier Devaux and Antonin Descampe
1272Copyright (c) 2005, Herve Drolon, FreeImage Team
1273All rights reserved.
1274
1275Redistribution and use in source and binary forms, with or without
1276modification, are permitted provided that the following conditions
1277are met:
1278
12791. Redistributions of source code must retain the above copyright
1280 notice, this list of conditions and the following disclaimer.
12812. Redistributions in binary form must reproduce the above copyright
1282 notice, this list of conditions and the following disclaimer in the
1283 documentation and/or other materials provided with the distribution.
1284
1285THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS `AS IS'
1286AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1287IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1288ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
1289LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
1290CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
1291SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
1292INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
1293CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
1294ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
1295POSSIBILITY OF SUCH DAMAGE.
1296
1297
1298===============
1299OpenSSL License
1300===============
1301
1302Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved.
1303
1304Redistribution and use in source and binary forms, with or without
1305modification, are permitted provided that the following conditions
1306are met:
1307
13081. Redistributions of source code must retain the above copyright
1309 notice, this list of conditions and the following disclaimer.
1310
13112. Redistributions in binary form must reproduce the above copyright
1312 notice, this list of conditions and the following disclaimer in
1313 the documentation and/or other materials provided with the
1314 distribution.
1315
13163. All advertising materials mentioning features or use of this
1317 software must display the following acknowledgment:
1318 "This product includes software developed by the OpenSSL Project
1319 for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
1320
13214. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
1322 endorse or promote products derived from this software without
1323 prior written permission. For written permission, please contact
1324 openssl-core@openssl.org.
1325
13265. Products derived from this software may not be called "OpenSSL"
1327 nor may "OpenSSL" appear in their names without prior written
1328 permission of the OpenSSL Project.
1329
13306. Redistributions of any form whatsoever must retain the following
1331 acknowledgment:
1332 "This product includes software developed by the OpenSSL Project
1333 for use in the OpenSSL Toolkit (http://www.openssl.org/)"
1334
1335THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
1336EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1337IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
1338PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
1339ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1340SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
1341NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
1342LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1343HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
1344STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
1345ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
1346OF THE POSSIBILITY OF SUCH DAMAGE.
1347====================================================================
1348
1349This product includes cryptographic software written by Eric Young
1350(eay@cryptsoft.com). This product includes software written by Tim
1351Hudson (tjh@cryptsoft.com).
1352
1353
1354=======================
1355Original SSLeay License
1356=======================
1357
1358Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
1359All rights reserved.
1360
1361This package is an SSL implementation written
1362by Eric Young (eay@cryptsoft.com).
1363The implementation was written so as to conform with Netscapes SSL.
1364
1365This library is free for commercial and non-commercial use as long as
1366the following conditions are aheared to. The following conditions
1367apply to all code found in this distribution, be it the RC4, RSA,
1368lhash, DES, etc., code; not just the SSL code. The SSL documentation
1369included with this distribution is covered by the same copyright terms
1370except that the holder is Tim Hudson (tjh@cryptsoft.com).
1371
1372Copyright remains Eric Young's, and as such any Copyright notices in
1373the code are not to be removed.
1374If this package is used in a product, Eric Young should be given attribution
1375as the author of the parts of the library used.
1376This can be in the form of a textual message at program startup or
1377in documentation (online or textual) provided with the package.
1378
1379Redistribution and use in source and binary forms, with or without
1380modification, are permitted provided that the following conditions
1381are met:
13821. Redistributions of source code must retain the copyright
1383 notice, this list of conditions and the following disclaimer.
13842. Redistributions in binary form must reproduce the above copyright
1385 notice, this list of conditions and the following disclaimer in the
1386 documentation and/or other materials provided with the distribution.
13873. All advertising materials mentioning features or use of this software
1388 must display the following acknowledgement:
1389 "This product includes cryptographic software written by
1390 Eric Young (eay@cryptsoft.com)"
1391 The word 'cryptographic' can be left out if the rouines from the library
1392 being used are not cryptographic related :-).
13934. If you include any Windows specific code (or a derivative thereof) from
1394 the apps directory (application code) you must include an acknowledgement:
1395 "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
1396
1397THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
1398ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1399IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1400ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
1401FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1402DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1403OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
1404HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
1405LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
1406OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
1407SUCH DAMAGE.
1408
1409The licence and distribution terms for any publically available version or
1410derivative of this code cannot be changed. i.e. this code cannot simply be
1411copied and put under another distribution licence
1412[including the GNU Public Licence.]
1413
1414
1415=============
1416Pango License
1417=============
1418
1419Copyright (C) 1999-2009 Pango copyright holders
1420
1421This library is free software; you can redistribute it and/or
1422modify it under the terms of the GNU Library General Public
1423License as published by the Free Software Foundation; either
1424version 2 of the License, or (at your option) any later version.
1425
1426This library is distributed in the hope that it will be useful,
1427but WITHOUT ANY WARRANTY; without even the implied warranty of
1428MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
1429Library General Public License for more details.
1430
1431You should have received a copy of the GNU Library General Public
1432License along with this library; if not, write to the
1433Free Software Foundation, Inc., 59 Temple Place - Suite 330,
1434Boston, MA 02111-1307, USA.
1435
1436
1437==============
1438pixman License
1439==============
1440
1441Copyright 1987, 1988, 1989, 1998 The Open Group
1442Copyright 1987, 1988, 1989 Digital Equipment Corporation
1443Copyright 1999, 2004, 2008 Keith Packard
1444Copyright 2000 SuSE, Inc.
1445Copyright 2000 Keith Packard, member of The XFree86 Project, Inc.
1446Copyright 2004, 2005, 2007, 2008 Red Hat, Inc.
1447Copyright 2004 Nicholas Miell
1448Copyright 2005 Lars Knoll & Zack Rusin, Trolltech
1449Copyright 2005 Trolltech AS
1450Copyright 2007 Luca Barbato
1451Copyright 2008 Aaron Plattner, NVIDIA Corporation
1452Copyright 2008 Rodrigo Kumpera
1453Copyright 2008 André Tupinambá
1454Copyright 2008 Mozilla Corporation
1455Copyright 2008 Frederic Plourde
1456
1457Permission is hereby granted, free of charge, to any person obtaining a
1458copy of this software and associated documentation files (the "Software"),
1459to deal in the Software without restriction, including without limitation
1460the rights to use, copy, modify, merge, publish, distribute, sublicense,
1461and/or sell copies of the Software, and to permit persons to whom the
1462Software is furnished to do so, subject to the following conditions:
1463
1464The above copyright notice and this permission notice (including the next
1465paragraph) shall be included in all copies or substantial portions of the
1466Software.
1467
1468THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1469IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1470FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
1471THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1472LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
1473FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1474DEALINGS IN THE SOFTWARE.
1475
1476
1477=====================
1478proxy-libintl License
1479=====================
1480
1481Copyright (C) 2008 Tor Lillqvist
1482
1483This library is free software; you can redistribute it and/or
1484modify it under the terms of the GNU Library General Public
1485License as published by the Free Software Foundation; either
1486version 2 of the License, or (at your option) any later version.
1487
1488This library is distributed in the hope that it will be useful,
1489but WITHOUT ANY WARRANTY; without even the implied warranty of
1490MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
1491Library General Public License for more details.
1492
1493You should have received a copy of the GNU Library General Public
1494License along with this library; see the file COPYING.LIB.txt. If
1495not, write to the Free Software Foundation, Inc., 51 Franklin
1496Street, Fifth Floor, Boston, MA 02110-1301, USA.
1497
1498
1499======================
1500pthreads-win32 License
1501======================
1502
1503Pthreads-win32 - POSIX Threads Library for Win32
1504Copyright(C) 1998 John E. Bossom
1505Copyright(C) 1999,2006 Pthreads-win32 contributors
1506
1507The current list of contributors is contained
1508in the file CONTRIBUTORS included with the source
1509code distribution. The current list of CONTRIBUTORS
1510can also be seen at the following WWW location:
1511http://sources.redhat.com/pthreads-win32/contributors.html
1512
1513Pthreads-win32 is open software; you can redistribute it and/or
1514modify it under the terms of the GNU Lesser General Public License
1515as published by the Free Software Foundation version 2.1 of the
1516License.
1517
1518Pthreads-win32 is several binary link libraries, several modules,
1519associated interface definition files and scripts used to control
1520its compilation and installation.
1521
1522Pthreads-win32 is distributed in the hope that it will be useful,
1523but WITHOUT ANY WARRANTY; without even the implied warranty of
1524MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1525GNU Lesser General Public License for more details.
1526
1527A copy of the GNU Lesser General Public License is distributed with
1528pthreads-win32 under the filename:
1529
1530 COPYING.LIB
1531
1532You should have received a copy of the version 2.1 GNU Lesser General
1533Public License with pthreads-win32; if not, write to:
1534
1535 Free Software Foundation, Inc.
1536 59 Temple Place
1537 Suite 330
1538 Boston, MA 02111-1307
1539 USA
1540
1541The contact addresses for pthreads-win32 is as follows:
1542
1543 Web: http://sources.redhat.com/pthreads-win32
1544 Email: Ross Johnson
1545 Please use: Firstname.Lastname@homemail.com.au
1546
1547
1548====================
1549Schroedinger License
1550====================
1551
1552Copyright (C) 2006-2009 David Schleef and others
1553
1554This library is licensed under 4 different licenses and you can choose
1555to use it under the terms of any one of them. The four licenses are
1556the MPL 1.1, the LGPL, the GPL and the MIT license.
1557
1558
1559===========
1560SDL License
1561===========
1562
1563SDL - Simple DirectMedia Layer
1564Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002 Sam Lantinga
1565
1566This library is free software; you can redistribute it and/or
1567modify it under the terms of the GNU Library General Public
1568License as published by the Free Software Foundation; either
1569version 2 of the License, or (at your option) any later version.
1570
1571This library is distributed in the hope that it will be useful,
1572but WITHOUT ANY WARRANTY; without even the implied warranty of
1573MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
1574Library General Public License for more details.
1575
1576You should have received a copy of the GNU Library General Public
1577License along with this library; if not, write to the Free
1578Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
1579
1580Sam Lantinga
1581slouken@libsdl.org
1582
1583The GNU Library GPL is available at http://www.gnu.org/copyleft/lesser.html
1584
1585
1586=============
1587Speex License
1588=============
1589
1590Copyright © 2002-2008, Jean-Marc Valin/Xiph.Org Foundation
1591
1592Redistribution and use in source and binary forms, with or without
1593modification, are permitted provided that the following conditions
1594are met:
1595
1596- Redistributions of source code must retain the above copyright
1597notice, this list of conditions and the following disclaimer.
1598
1599- Redistributions in binary form must reproduce the above copyright
1600notice, this list of conditions and the following disclaimer in the
1601documentation and/or other materials provided with the distribution.
1602
1603- Neither the name of the Xiph.org Foundation nor the names of its
1604contributors may be used to endorse or promote products derived from
1605this software without specific prior written permission.
1606
1607THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1608``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1609LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1610A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION
1611OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1612SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1613LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1614DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1615THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1616(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1617OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1618
1619
1620=================================
1621tcmalloc/Google perftools license
1622=================================
1623
1624Copyright (c) 2005, Google Inc.
1625All rights reserved.
1626
1627Redistribution and use in source and binary forms, with or without
1628modification, are permitted provided that the following conditions are
1629met:
1630
1631 * Redistributions of source code must retain the above copyright
1632notice, this list of conditions and the following disclaimer.
1633 * Redistributions in binary form must reproduce the above
1634copyright notice, this list of conditions and the following disclaimer
1635in the documentation and/or other materials provided with the
1636distribution.
1637 * Neither the name of Google Inc. nor the names of its
1638contributors may be used to endorse or promote products derived from
1639this software without specific prior written permission.
1640
1641THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1642"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1643LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1644A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
1645OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1646SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1647LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1648DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1649THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1650(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1651OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1652
1653
1654==============
1655Theora License
1656==============
1657
1658Copyright (C) 2002-2009 Xiph.org Foundation
1659
1660Redistribution and use in source and binary forms, with or without
1661modification, are permitted provided that the following conditions
1662are met:
1663
1664- Redistributions of source code must retain the above copyright
1665notice, this list of conditions and the following disclaimer.
1666
1667- Redistributions in binary form must reproduce the above copyright
1668notice, this list of conditions and the following disclaimer in the
1669documentation and/or other materials provided with the distribution.
1670
1671- Neither the name of the Xiph.org Foundation nor the names of its
1672contributors may be used to endorse or promote products derived from
1673this software without specific prior written permission.
1674
1675THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
1676``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
1677LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
1678A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION
1679OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
1680SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
1681LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
1682DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
1683THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
1684(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
1685OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1686
1687
1688==================
1689xmlrpc-epi License
1690==================
1691
1692Copyright 2000 Epinions, Inc.
1693
1694Subject to the following 3 conditions, Epinions, Inc. permits you,
1695free of charge, to (a) use, copy, distribute, modify, perform and
1696display this software and associated documentation files (the
1697"Software"), and (b) permit others to whom the Software is furnished
1698to do so as well.
1699
17001) The above copyright notice and this permission notice shall be
1701included without modification in all copies or substantial portions of
1702the Software.
1703
17042) THE SOFTWARE IS PROVIDED "AS IS", WITHOUT ANY WARRANTY OR CONDITION
1705OF ANY KIND, EXPRESS, IMPLIED OR STATUTORY, INCLUDING WITHOUT
1706LIMITATION ANY IMPLIED WARRANTIES OF ACCURACY, MERCHANTABILITY,
1707FITNESS FOR A PARTICULAR PURPOSE OR NONINFRINGEMENT.
1708
17093) IN NO EVENT SHALL EPINIONS, INC. BE LIABLE FOR ANY DIRECT,
1710INDIRECT, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES OR LOST PROFITS
1711ARISING OUT OF OR IN CONNECTION WITH THE SOFTWARE (HOWEVER ARISING,
1712INCLUDING NEGLIGENCE), EVEN IF EPINIONS, INC. IS AWARE OF THE
1713POSSIBILITY OF SUCH DAMAGES.
1714
1715
1716================
1717xvidcore License
1718================
1719
1720Copyright (C) 2001-2009 xvidcore copyright holders
1721
1722This program is free software ; you can redistribute it and/or modify
1723it under the terms of the GNU General Public License as published by
1724the Free Software Foundation ; either version 2 of the License, or
1725(at your option) any later version.
1726
1727This program is distributed in the hope that it will be useful,
1728but WITHOUT ANY WARRANTY ; without even the implied warranty of
1729MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1730GNU General Public License for more details.
1731
1732You should have received a copy of the GNU General Public License
1733along with this program ; if not, write to the Free Software
1734Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
1735
1736
1737============
1738zlib License
1739============
1740
1741'zlib' general purpose compression library version 1.1.4, March 11th, 2002
1742
1743Copyright (C) 1995-2002 Jean-loup Gailly and Mark Adler
1744
1745This software is provided 'as-is', without any express or implied warranty.
1746In no event will the authors be held liable for any damages arising from the
1747use of this software.
1748
1749Permission is granted to anyone to use this software for any purpose,
1750including commercial applications, and to alter it and redistribute it
1751freely, subject to the following restrictions:
1752
1753The origin of this software must not be misrepresented; you must not claim
1754that you wrote the original software. If you use this software in a product,
1755an acknowledgment in the product documentation would be appreciated but is
1756not required.
1757
1758Altered source versions must be plainly marked as such, and must not be
1759misrepresented as being the original software.
1760
1761This notice may not be removed or altered from any source distribution.
1762
1763Jean-loup Gailly
1764jloup@gzip.org
1765
1766Mark Adler
1767madler@alumni.caltech.edu
diff --git a/linden/doc/contributions.txt b/linden/doc/contributions.txt
index 2acb043..64304dc 100644
--- a/linden/doc/contributions.txt
+++ b/linden/doc/contributions.txt
@@ -64,6 +64,7 @@ Alissa Sabre
64 VWR-7086 64 VWR-7086
65 VWR-9190 65 VWR-9190
66 VWR-10728 66 VWR-10728
67 VWR-12620
67Angus Boyd 68Angus Boyd
68 VWR-592 69 VWR-592
69Argent Stonecutter 70Argent Stonecutter
diff --git a/linden/indra/cmake/00-Common.cmake b/linden/indra/cmake/00-Common.cmake
index 8c6ca2d..9b3f423 100644
--- a/linden/indra/cmake/00-Common.cmake
+++ b/linden/indra/cmake/00-Common.cmake
@@ -112,15 +112,16 @@ if (LINUX)
112 endif (NOT ${GXX_VERSION} MATCHES " 4.1.*Red Hat") 112 endif (NOT ${GXX_VERSION} MATCHES " 4.1.*Red Hat")
113 endif (${GXX_VERSION} STREQUAL ${CXX_VERSION}) 113 endif (${GXX_VERSION} STREQUAL ${CXX_VERSION})
114 114
115 # GCC 4.3 introduces a pile of obnoxious new warnings, which we
116 # treat as errors due to -Werror. Quiet the most offensive and
117 # widespread of them.
118 115
119 if (${CXX_VERSION} MATCHES "4.3") 116 # Silence certain types of compiler warnings, to prevent them from
120 add_definitions(-Wno-deprecated -Wno-parentheses) 117 # breaking compile (due to -Werror treating them as errors).
121 endif (${CXX_VERSION} MATCHES "4.3") 118
119 add_definitions(
120 -Wno-deprecated
121 -Wno-parentheses
122 -Wno-unused-variable
123 )
122 124
123 # End of hacks.
124 125
125 add_definitions( 126 add_definitions(
126 -DLL_LINUX=1 127 -DLL_LINUX=1
diff --git a/linden/indra/cmake/GStreamer.cmake b/linden/indra/cmake/GStreamer.cmake
index 992b61e..55a8f43 100644
--- a/linden/indra/cmake/GStreamer.cmake
+++ b/linden/indra/cmake/GStreamer.cmake
@@ -97,6 +97,7 @@ else (WINDOWS)
97 97
98 else (DARWIN) # Linux 98 else (DARWIN) # Linux
99 99
100 use_prebuilt_binary(liboil)
100 use_prebuilt_binary(theora) 101 use_prebuilt_binary(theora)
101 102
102 set(GSTREAMER_LIBRARIES 103 set(GSTREAMER_LIBRARIES
diff --git a/linden/indra/cmake/ViewerMiscLibs.cmake b/linden/indra/cmake/ViewerMiscLibs.cmake
index 68ee881..2a8abda 100644
--- a/linden/indra/cmake/ViewerMiscLibs.cmake
+++ b/linden/indra/cmake/ViewerMiscLibs.cmake
@@ -2,7 +2,6 @@
2include(Prebuilt) 2include(Prebuilt)
3 3
4if (NOT STANDALONE) 4if (NOT STANDALONE)
5 use_prebuilt_binary(libstdc++)
6 use_prebuilt_binary(libuuid) 5 use_prebuilt_binary(libuuid)
7 use_prebuilt_binary(vivox) 6 use_prebuilt_binary(vivox)
8 use_prebuilt_binary(fontconfig) 7 use_prebuilt_binary(fontconfig)
diff --git a/linden/indra/llmedia/llmediaimplgstreamervidplug.cpp b/linden/indra/llmedia/llmediaimplgstreamervidplug.cpp
index 0fa2800..df62470 100644
--- a/linden/indra/llmedia/llmediaimplgstreamervidplug.cpp
+++ b/linden/indra/llmedia/llmediaimplgstreamervidplug.cpp
@@ -79,10 +79,10 @@ static void
79gst_slvideo_base_init (gpointer gclass) 79gst_slvideo_base_init (gpointer gclass)
80{ 80{
81 static GstElementDetails element_details = { 81 static GstElementDetails element_details = {
82 "PluginTemplate", 82 (gchar*)"PluginTemplate",
83 "Generic/PluginTemplate", 83 (gchar*)"Generic/PluginTemplate",
84 "Generic Template Element", 84 (gchar*)"Generic Template Element",
85 "Linden Lab" 85 (gchar*)"Linden Lab"
86 }; 86 };
87 GstElementClass *element_class = GST_ELEMENT_CLASS (gclass); 87 GstElementClass *element_class = GST_ELEMENT_CLASS (gclass);
88 88
@@ -440,14 +440,14 @@ void gst_slvideo_init_class (void)
440{ 440{
441 gst_plugin_register_static( GST_VERSION_MAJOR, 441 gst_plugin_register_static( GST_VERSION_MAJOR,
442 GST_VERSION_MINOR, 442 GST_VERSION_MINOR,
443 "private-slvideoplugin", 443 (const gchar *)"private-slvideoplugin",
444 "SL Video sink plugin", 444 (gchar *)"SL Video sink plugin",
445 plugin_init, 445 plugin_init,
446 "0.1", 446 (const gchar *)"0.1",
447 GST_LICENSE_UNKNOWN, 447 GST_LICENSE_UNKNOWN,
448 "Second Life", 448 (const gchar *)"Second Life",
449 "Second Life", 449 (const gchar *)"Second Life",
450 "http://www.secondlife.com/" ); 450 (const gchar *)"http://www.secondlife.com/" );
451} 451}
452 452
453///#endif // LL_GSTREAMER_ENABLED 453///#endif // LL_GSTREAMER_ENABLED
diff --git a/linden/indra/llmessage/lltemplatemessagereader.cpp b/linden/indra/llmessage/lltemplatemessagereader.cpp
index 7a7d3bb..12ffcfa 100644
--- a/linden/indra/llmessage/lltemplatemessagereader.cpp
+++ b/linden/indra/llmessage/lltemplatemessagereader.cpp
@@ -675,8 +675,7 @@ BOOL LLTemplateMessageReader::decodeData(const U8* buffer, const LLHost& sender
675 675
676 // default to 0s. 676 // default to 0s.
677 U32 size = mvci.getSize(); 677 U32 size = mvci.getSize();
678 std::vector<U8> data(size); 678 std::vector<U8> data(size, 0);
679 memset(&(data[0]), 0, size);
680 cur_data_block->addData(mvci.getName(), &(data[0]), 679 cur_data_block->addData(mvci.getName(), &(data[0]),
681 size, mvci.getType()); 680 size, mvci.getType());
682 } 681 }
diff --git a/linden/indra/llwindow/llwindowsdl.cpp b/linden/indra/llwindow/llwindowsdl.cpp
index 5209e6f..c3427d6 100644
--- a/linden/indra/llwindow/llwindowsdl.cpp
+++ b/linden/indra/llwindow/llwindowsdl.cpp
@@ -2273,6 +2273,7 @@ BOOL LLWindowSDL::dialog_color_picker ( F32 *r, F32 *g, F32 *b)
2273 GtkColorSelection *colorsel = GTK_COLOR_SELECTION (GTK_COLOR_SELECTION_DIALOG(win)->colorsel); 2273 GtkColorSelection *colorsel = GTK_COLOR_SELECTION (GTK_COLOR_SELECTION_DIALOG(win)->colorsel);
2274 2274
2275 GdkColor color, orig_color; 2275 GdkColor color, orig_color;
2276 orig_color.pixel = 0;
2276 orig_color.red = guint16(65535 * *r); 2277 orig_color.red = guint16(65535 * *r);
2277 orig_color.green= guint16(65535 * *g); 2278 orig_color.green= guint16(65535 * *g);
2278 orig_color.blue = guint16(65535 * *b); 2279 orig_color.blue = guint16(65535 * *b);
diff --git a/linden/indra/newview/llvosky.h b/linden/indra/newview/llvosky.h
index 25c075e..efe5ef9 100644
--- a/linden/indra/newview/llvosky.h
+++ b/linden/indra/newview/llvosky.h
@@ -146,7 +146,7 @@ protected:
146 146
147 static S32 getResolution() { return sResolution; } 147 static S32 getResolution() { return sResolution; }
148 static S32 getCurrent() { return sCurrent; } 148 static S32 getCurrent() { return sCurrent; }
149 static S32 stepCurrent() { return (sCurrent = ++sCurrent % 2); } 149 static S32 stepCurrent() { return (sCurrent = (sCurrent+1) % 2); }
150 static S32 getNext() { return ((sCurrent+1) % 2); } 150 static S32 getNext() { return ((sCurrent+1) % 2); }
151 static S32 getWhich(const BOOL curr) { return curr ? sCurrent : getNext(); } 151 static S32 getWhich(const BOOL curr) { return curr ? sCurrent : getNext(); }
152 152
diff --git a/linden/indra/newview/skins/default/xui/de/floater_about.xml b/linden/indra/newview/skins/default/xui/de/floater_about.xml
index 601d115..f7b6e70 100644
--- a/linden/indra/newview/skins/default/xui/de/floater_about.xml
+++ b/linden/indra/newview/skins/default/xui/de/floater_about.xml
@@ -1,50 +1,5 @@
1<?xml version="1.0" encoding="utf-8" standalone="yes" ?> 1<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
2<floater name="floater_about" title="Über Second Life"> 2<floater name="floater_about" title="Über Second Life">
3 <text_editor name="credits_editor">
4 The Imprudence Viewer was rocked hard by:
5 Jacek Antonelli, McCabe Maxsted, and Armin Weatherwax.
6 http://www.imprudenceviewer.org
7
8 Imprudence is so awesome thanks to contributions from many generous people:
9
10 For their patches and code contributions, we thank Aimee Trescothick, Aleric Inglewood, Alissa Sabre, Angus Boyd, Asuka Neely, Balp Allen, Carjay McGinnis, Dale Glass, Felix Duesenburg, Henri Beauchamp, Kitty Barnett, Latif Khalifa, Mana Janus, Matthew Dowd, Michelle2 Zenovka, Nicholaz Beresford, Paul Churchill, Peter Lameth, Robin Cornelius, Stephen Zenith, Thomas Shikami, Vadim Bigbear, Zi Ree, and Zwagoth Klaar.
11
12 For their WindLight presets, we thank Ana Lutetia, CodeBastard Redgrave, and Torley Linden.
13
14 Thanks also to the developers of the Green Life Emerald Viewer, Hippo Viewer, and Meerkat Viewer for viewer enhancements we have incorporated. Special thanks to the folks at Linden Lab for releasing the viewer source, without which this endeavor would have been impossible.
15
16 For a complete list of who did what, read the release notes!
17
18
19 Second Life Copyright (C) 1999-2009 Linden Research Inc.
20
21 Second Life wird Ihnen präsentiert von Philip, Tessa, Andrew, Cory, James, Ben, Char, Charlie, Colin, Dan, Daniel, Doug, Eric, Hamlet, Haney, Eve, Hunter, Ian, Jeff, Jennifer, Jim, John, Lee, Mark, Peter, Phoenix, Richard, Robin, Xenon, Steve, Tanya, Eddie, Avi, Frank, Bruce, Aaron, Alice, Bob, Debra, Eileen, Helen, Janet, Louie, Leviathania, Stefan, Ray, Kevin, Tom, Mikeb, MikeT, Burgess, Elena, Tracy, Bill, Todd, Ryan, Zach, Sarah, Nova, Tim, Stephanie, Michael, Evan, Nicolas, Catherine, Rachelle, Dave, Holly, Bub, Kelly, Magellan, Ramzi, Don, Sabin, Jill, Rheya, Jeska, Torley, Kona, Callum, Charity, Ventrella, Jack, Vektor, Iris, Chris, Nicole, Mick, Reuben, Blue, Babbage, Yedwab, Deana, Lauren, Brent, Pathfinder, Chadrick, Altruima, Jesse, Teeny, Monroe, Icculus, David, Tess, Lizzie, Patsy, Isaac, Lawrence, Cyn, Bo, Gia, Annette, Marius, Tbone, Jonathan, Karen, Ginsu, Satoko, Yuko, Makiko, Thomas, Harry, Seth, Alexei, Brian, Guy, Runitai, Ethan, Data, Cornelius, Kenny, Swiss, Zero, Natria, Wendy, Stephen, Teeple, Thumper, Lucy, Dee, Mia, Liana, Warren, Branka, Aura, beez, Milo, Hermia, Red, Thrax, Joe, Sally, Magenta, Mogura, Paul, Jose, Rejean, Henrik, Lexie, Amber, Logan, Xan, Nora, Morpheus, Donovan, Leyla, MichaelFrancis, Beast, Cube, Bucky, Joshua, Stryfe, Harmony, Teresa, Claudia, Walker, Glenn, Fritz, Fordak, June, Cleopetra, Jean, Ivy, Betsy, Roosevelt, Spike, Ken, Which, Tofu, Chiyo, Rob, Zee, dustin, George, Del, Matthew, Cat, Jacqui, Lightfoot, Adrian, Viola, Alfred, Noel, Irfan, Sunil, Yool, Rika, Jane, Xtreme, Frontier, a2, Neo, Siobhan, Yoz, Justin, Elle, Qarl, Benjamin, Isabel, Gulliver, Everett, Christopher, Izzy, Stephany, Garry, Sejong, Sean, Tobin, Iridium, Meta, Anthony, Jeremy, JP, Jake, Maurice, Madhavi, Leopard, Kyle, Joon, Kari, Bert, Belinda, Jon, Kristi, Bridie, Pramod, KJ, Socrates, Maria, Ivan, Aric, Yamasaki, Adreanne, Jay, MitchK, Ceren, Coco, Durl, Jenny, Periapse, Kartic, Storrs, Lotte, Sandy, Rohn, Colossus, Zen, BigPapi, Brad, Pastrami, Kurz, Mani, Neuro, Jaime, MJ, Rowan, Sgt, Elvis, Gecko, Samuel, Sardonyx, Leo, Bryan, Niko, Soft, Poppy, Rachel, Aki, Angelo, Banzai, Alexa, Sue, CeeLo, Bender, CG, Gillian, Pelle, Nick, Echo, Zara, Christine, Shamiran, Emma, Blake, Keiko, Plexus, Joppa, Sidewinder, Erica, Ashlei, Twilight, Kristen, Brett, Q, Enus, Simon, Bevis, Kraft, Kip, Chandler, Ron, LauraP, Ram, KyleJM, Scouse, Prospero, Melissa, Marty, Nat, Hamilton, Kend, Lordan, Jimmy, Kosmo, Seraph, Green, Ekim, Wiggo, JT, Rome, Doris, Miz, Benoc, Whump, Trinity, Patch, Kate, TJ, Bao, Joohwan, Christy, Sofia, Matias, Cogsworth, Johan, Oreh, Cheah, Angela, Brandy, Mango, Lan, Aleks, Gloria, Heidy, Mitchell, Space, Colton, Bambers, Einstein, Maggie, Malbers, Rose, Winnie, Stella, Milton, Rothman, Niall, Marin, Allison, Katie, Dawn, Katt, Dusty, Kalpana, Judy, Andrea, Ambroff, Infinity, Gail, Rico, Raymond, Yi, William, Christa, M, Teagan, Scout, Molly, Dante, Corr, Dynamike, Usi, Kaylee, Vidtuts, Lil, Danica, Sascha, Kelv, Jacob, Nya, Rodney, Brandon, Elsie, Blondin, Grant, Katrin, Nyx, Gabriel, Locklainn, Claire, Devin, Minerva, Monty, Austin, Bradford, Si, Keira, H, Caitlin, Dita, Makai, Jenn, Ann, Meredith, Clare, Joy, Praveen, Cody, Edmund, Ruthe, Sirena, Gayathri, Spider, FJ, Davidoff, Tian, Jennie, Louise, Oskar, Landon, Noelle, Jarv, Ingrid, Al, Sommer, Doc, Aria, Huin, Gray, Lili, Vir, DJ, Yang, T, Simone, Maestro, Scott, Charlene, Quixote, Amanda, Susan, Zed, Anne, Enkidu, Esbee, Joroan, Katelin, Roxie, Tay, Scarlet, Kevin, Johnny, Wolfgang, Andren, Bob, Howard, Merov, Rand, Ray, Michon, Newell, Galen, Dessie, Les und vielen anderen.
22
23Vielen Dank den folgenden Einwohnern, die uns geholfen haben, dies zur bisher besten Version zu machen: afon shepherd, Aimee Trescothick, Alexandrea Fride, Alissa Sabre, Amber DeCuir, Asuka Neely, Auron Forcella, Blue Revolution, Bocan Undercroft, Boroondas Gupte, Brandon Shinobu, Bri Gufler, Buckaroo Mu, Celierra Darling, Christos Atlantis, Coder Kas, Cummere Mayo, dakota schwade, Dirk Talamasca, Dizzy Banjo, Drew Dwi, Duckling Kwak, Ellla McMahon, Erikah Jameson, Erinyse Planer, Eyana Yohkoh, Ezian Ecksol, Faron Karu, Fenoe Lowey, Fox Hwasung, Francisca Biedermann, Gally Young, Gellan Glenelg, Geneko Nemeth, Glenn Rotaru, Hagar Qinan, Harleen Gretzky, Holger Gilruth, hotrodjohnny gears, IAm Zabelin, Inigo Catteneo, Iustinian Tomsen, Jacek Antonell, James Benedek, Jim Kupferberg, Joeseph Albanese, JPT62089 Agnon, Kardargo Adamczyk, Kirstenlee Cinquetti, Latif Khalifa, lea Parnall, Lex Neva, Lillith Anatine, Lilly Zenovka, Lim Catteneo, Lindal Kidd, Mark Rosenbaum, MasterJ Chaplin, McCabe Maxsted, Melvin Starbrook, Meni Kaiousei, Mero Collas, Minakothegothicgeisha Kamachi, Moon Metty, neofilo aabye, Neutron Chesnokov, Nomad Ingwer, norritt Xi, Opensource Obscure, Oracle Weatherwax, Ourasi Ferraris, Pabl0 Roffo, Peyton Aleixandre, Phli Foxchase, Psi Merlin, r2d2 Wunderlich, Regi Yifu, Saijanai Kuhn, Sandor Balczo, Sarkan Dreamscape, Scree Raymaker, Sedona Mills, Selena Beale, Sheet Spotter, Shibari Twine, Silver Key, Simon Kline, SLB Wirefly, Stacy Wombat, Sugarcult Dagger, Tayra Dagostino, Tetsuryu Vlodovic, ThaBiGGDoGG Richez, Timo Gufler, tx Oh, wayfinder wishbringer, Wizzytoe McCullough, Wundur Primbee, Yann Dufaux, Yuu Nakamichi, Aminom Marvin, Andred Qinan, arminasx saiman, caroline apollo, Iskar Ariantho, Jenika Connolly, Maghnus Balogh, Nefertiti Nefarious, RodneyLee Jessop
24
253Dconnexion SDK Copyright (C) 1992-2007 3Dconnexion
26APR Copyright (C) 2000-2004 The Apache Software Foundation
27cURL Copyright (C) 1996-2002, Daniel Stenberg, (daniel@haxx.se)
28expat Copyright (C) 1998, 1999, 2000 Thai Open Source Software Center Ltd.
29FreeType Copyright (C) 1996-2002, The FreeType Project (www.freetype.org).
30GL Copyright (C) 1999-2004 Brian Paul.
31Havok.com(TM) Copyright (C) 1999-2001, Telekinesys Research Limited.
32jpeg2000 Copyright (C) 2001, David Taubman, The University of New South Wales (UNSW)
33jpeglib Copyright (C) 1991-1998, Thomas G. Lane.
34ogg/vorbis Copyright (C) 2001, Xiphophorus
35OpenSSL Copyright (C) 1998-2002 The OpenSSL Project.
36SDL Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002 Sam Lantinga
37SSLeay Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
38xmlrpc-epi Copyright (C) 2000 Epinions, Inc.
39zlib Copyright (C) 1995-2002 Jean-loup Gailly und Mark Adler.
40
41Alle Rechte vorbehalten. Details siehe licenses.txt.
42
43Voice-Chat-Audiocoding: Polycom(R) Siren14(TM) (ITU-T Empf.G.722.1 Anhang C)
44
45
46I get by with a little help from my friends. (etwa: Ich überlebe mit ein bisschen Unterstützung von meinen Freunden.) --Richard Starkey
47 </text_editor>
48 <text name="you_are_at"> 3 <text name="you_are_at">
49 Sie befinden sich in [POSITION] 4 Sie befinden sich in [POSITION]
50 </text> 5 </text>
diff --git a/linden/indra/newview/skins/default/xui/fr/floater_about.xml b/linden/indra/newview/skins/default/xui/fr/floater_about.xml
index 1f19d8f..0f53750 100644
--- a/linden/indra/newview/skins/default/xui/fr/floater_about.xml
+++ b/linden/indra/newview/skins/default/xui/fr/floater_about.xml
@@ -1,50 +1,5 @@
1<?xml version="1.0" encoding="utf-8" standalone="yes"?> 1<?xml version="1.0" encoding="utf-8" standalone="yes"?>
2<floater name="floater_about" title="A propos de Second Life"> 2<floater name="floater_about" title="A propos de Second Life">
3 <text_editor name="credits_editor">
4 The Imprudence Viewer was rocked hard by:
5 Jacek Antonelli, McCabe Maxsted, and Armin Weatherwax.
6 http://www.imprudenceviewer.org
7
8 Imprudence is so awesome thanks to contributions from many generous people:
9
10 For their patches and code contributions, we thank Aimee Trescothick, Aleric Inglewood, Alissa Sabre, Angus Boyd, Asuka Neely, Balp Allen, Carjay McGinnis, Dale Glass, Felix Duesenburg, Henri Beauchamp, Kitty Barnett, Latif Khalifa, Mana Janus, Matthew Dowd, Michelle2 Zenovka, Nicholaz Beresford, Paul Churchill, Peter Lameth, Robin Cornelius, Stephen Zenith, Thomas Shikami, Vadim Bigbear, Zi Ree, and Zwagoth Klaar.
11
12 For their WindLight presets, we thank Ana Lutetia, CodeBastard Redgrave, and Torley Linden.
13
14 Thanks also to the developers of the Green Life Emerald Viewer, Hippo Viewer, and Meerkat Viewer for viewer enhancements we have incorporated. Special thanks to the folks at Linden Lab for releasing the viewer source, without which this endeavor would have been impossible.
15
16 For a complete list of who did what, read the release notes!
17
18
19 Second Life Copyright (C) 1999-2009 Linden Research Inc.
20
21 Second Life existe grâce aux efforts de Philip, Tessa, Andrew, Cory, James, Ben, Char, Charlie, Colin, Dan, Daniel, Doug, Eric, Hamlet, Haney, Eve, Hunter, Ian, Jeff, Jennifer, Jim, John, Lee, Mark, Peter, Phoenix, Richard, Robin, Xenon, Steve, Tanya, Eddie, Avi, Frank, Bruce, Aaron, Alice, Bob, Debra, Eileen, Helen, Janet, Louie, Leviathania, Stefan, Ray, Kevin, Tom, Mikeb, MikeT, Burgess, Elena, Tracy, Bill, Todd, Ryan, Zach, Sarah, Nova, Tim, Stephanie, Michael, Evan, Nicolas, Catherine, Rachelle, Dave, Holly, Bub, Kelly, Magellan, Ramzi, Don, Sabin, Jill, Rheya, Jeska, Torley, Kona, Callum, Charity, Ventrella, Jack, Vektor, Iris, Chris, Nicole, Mick, Reuben, Blue, Babbage, Yedwab, Deana, Lauren, Brent, Pathfinder, Chadrick, Altruima, Jesse, Teeny, Monroe, Icculus, David, Tess, Lizzie, Patsy, Isaac, Lawrence, Cyn, Bo, Gia, Annette, Marius, Tbone, Jonathan, Karen, Ginsu, Satoko, Yuko, Makiko, Thomas, Harry, Seth, Alexei, Brian, Guy, Runitai, Ethan, Data, Cornelius, Kenny, Swiss, Zero, Natria, Wendy, Stephen, Teeple, Thumper, Lucy, Dee, Mia, Liana, Warren, Branka, Aura, beez, Milo, Hermia, Red, Thrax, Joe, Sally, Magenta, Mogura, Paul, Jose, Rejean, Henrik, Lexie, Amber, Logan, Xan, Nora, Morpheus, Donovan, Leyla, MichaelFrancis, Beast, Cube, Bucky, Joshua, Stryfe, Harmony, Teresa, Claudia, Walker, Glenn, Fritz, Fordak, June, Cleopetra, Jean, Ivy, Betsy, Roosevelt, Spike, Ken, Which, Tofu, Chiyo, Rob, Zee, dustin, George, Del, Matthew, Cat, Jacqui, Lightfoot, Adrian, Viola, Alfred, Noel, Irfan, Sunil, Yool, Rika, Jane, Xtreme, Frontier, a2, Neo, Siobhan, Yoz, Justin, Elle, Qarl, Benjamin, Isabel, Gulliver, Everett, Christopher, Izzy, Stephany, Garry, Sejong, Sean, Tobin, Iridium, Meta, Anthony, Jeremy, JP, Jake, Maurice, Madhavi, Leopard, Kyle, Joon, Kari, Bert, Belinda, Jon, Kristi, Bridie, Pramod, KJ, Socrates, Maria, Ivan, Aric, Yamasaki, Adreanne, Jay, MitchK, Ceren, Coco, Durl, Jenny, Periapse, Kartic, Storrs, Lotte, Sandy, Rohn, Colossus, Zen, BigPapi, Brad, Pastrami, Kurz, Mani, Neuro, Jaime, MJ, Rowan, Sgt, Elvis, Gecko, Samuel, Sardonyx, Leo, Bryan, Niko, Soft, Poppy, Rachel, Aki, Angelo, Banzai, Alexa, Sue, CeeLo, Bender, CG, Gillian, Pelle, Nick, Echo, Zara, Christine, Shamiran, Emma, Blake, Keiko, Plexus, Joppa, Sidewinder, Erica, Ashlei, Twilight, Kristen, Brett, Q, Enus, Simon, Bevis, Kraft, Kip, Chandler, Ron, LauraP, Ram, KyleJM, Scouse, Prospero, Melissa, Marty, Nat, Hamilton, Kend, Lordan, Jimmy, Kosmo, Seraph, Green, Ekim, Wiggo, JT, Rome, Doris, Miz, Benoc, Whump, Trinity, Patch, Kate, TJ, Bao, Joohwan, Christy, Sofia, Matias, Cogsworth, Johan, Oreh, Cheah, Angela, Brandy, Mango, Lan, Aleks, Gloria, Heidy, Mitchell, Space, Colton, Bambers, Einstein, Maggie, Malbers, Rose, Winnie, Stella, Milton, Rothman, Niall, Marin, Allison, Katie, Dawn, Katt, Dusty, Kalpana, Judy, Andrea, Ambroff, Infinity, Gail, Rico, Raymond, Yi, William, Christa, M, Teagan, Scout, Molly, Dante, Corr, Dynamike, Usi, Kaylee, Vidtuts, Lil, Danica, Sascha, Kelv, Jacob, Nya, Rodney, Brandon, Elsie, Blondin, Grant, Katrin, Nyx, Gabriel, Locklainn, Claire, Devin, Minerva, Monty, Austin, Bradford, Si, Keira, H, Caitlin, Dita, Makai, Jenn, Ann, Meredith, Clare, Joy, Praveen, Cody, Edmund, Ruthe, Sirena, Gayathri, Spider, FJ, Davidoff, Tian, Jennie, Louise, Oskar, Landon, Noelle, Jarv, Ingrid, Al, Sommer, Doc, Aria, Huin, Gray, Lili, Vir, DJ, Yang, T, Simone, Maestro, Scott, Charlene, Quixote, Amanda, Susan, Zed, Anne, Enkidu, Esbee, Joroan, Katelin, Roxie, Tay, Scarlet, Kevin, Johnny, Wolfgang, Andren, Bob, Howard, Merov, Rand, Ray, Michon, Newell, Galen, Dessie, Les et de nombreuses autres personnes.
22
23 Tous nos remerciements aux résidents suivants pour avoir testé cette version (la meilleure qui soit jusqu&apos;à présent) : afon shepherd, Aimee Trescothick, Alexandrea Fride, Alissa Sabre, Amber DeCuir, Asuka Neely, Auron Forcella, Blue Revolution, Bocan Undercroft, Boroondas Gupte, Brandon Shinobu, Bri Gufler, Buckaroo Mu, Celierra Darling, Christos Atlantis, Coder Kas, Cummere Mayo, dakota schwade, Dirk Talamasca, Dizzy Banjo, Drew Dwi, Duckling Kwak, Ellla McMahon, Erikah Jameson, Erinyse Planer, Eyana Yohkoh, Ezian Ecksol, Faron Karu, Fenoe Lowey, Fox Hwasung, Francisca Biedermann, Gally Young, Gellan Glenelg, Geneko Nemeth, Glenn Rotaru, Hagar Qinan, Harleen Gretzky, Holger Gilruth, hotrodjohnny gears, IAm Zabelin, Inigo Catteneo, Iustinian Tomsen, Jacek Antonell, James Benedek, Jim Kupferberg, Joeseph Albanese, JPT62089 Agnon, Kardargo Adamczyk, Kirstenlee Cinquetti, Latif Khalifa, lea Parnall, Lex Neva, Lillith Anatine, Lilly Zenovka, Lim Catteneo, Lindal Kidd, Mark Rosenbaum, MasterJ Chaplin, McCabe Maxsted, Melvin Starbrook, Meni Kaiousei, Mero Collas, Minakothegothicgeisha Kamachi, Moon Metty, neofilo aabye, Neutron Chesnokov, Nomad Ingwer, norritt Xi, Opensource Obscure, Oracle Weatherwax, Ourasi Ferraris, Pabl0 Roffo, Peyton Aleixandre, Phli Foxchase, Psi Merlin, r2d2 Wunderlich, Regi Yifu, Saijanai Kuhn, Sandor Balczo, Sarkan Dreamscape, Scree Raymaker, Sedona Mills, Selena Beale, Sheet Spotter, Shibari Twine, Silver Key, Simon Kline, SLB Wirefly, Stacy Wombat, Sugarcult Dagger, Tayra Dagostino, Tetsuryu Vlodovic, ThaBiGGDoGG Richez, Timo Gufler, tx Oh, wayfinder wishbringer, Wizzytoe McCullough, Wundur Primbee, Yann Dufaux, Yuu Nakamichi, Aminom Marvin, Andred Qinan, arminasx saiman, caroline apollo, Iskar Ariantho, Jenika Connolly, Maghnus Balogh, Nefertiti Nefarious, RodneyLee Jessop
24
25 3Dconnexion SDK Copyright (C) 1992-2007 3Dconnexion
26 APR Copyright (C) 2000-2004 The Apache Software Foundation
27 cURL Copyright (C) 1996-2002, Daniel Stenberg, (daniel@haxx.se)
28 expat Copyright (C) 1998, 1999, 2000 Thai Open Source Software Center Ltd.
29 FreeType Copyright (C) 1996-2002, The FreeType Project (www.freetype.org).
30 GL Copyright (C) 1999-2004 Brian Paul.
31 Havok.com(TM) Copyright (C) 1999-2001, Telekinesys Research Limited.
32 jpeg2000 Copyright (C) 2001, David Taubman, The University of New South Wales (UNSW)
33 jpeglib Copyright (C) 1991-1998, Thomas G. Lane.
34 ogg/vorbis Copyright (C) 2001, Xiphophorus
35 OpenSSL Copyright (C) 1998-2002 The OpenSSL Project.
36 SDL Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002 Sam Lantinga
37 SSLeay Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
38 xmlrpc-epi Copyright (C) 2000 Epinions, Inc.
39 zlib Copyright (C) 1995-2002 Jean-loup Gailly et Mark Adler.
40
41 Tous droits réservés. Voir licenses.txt pour plus de détails.
42
43 Codage Audio du chat vocal : Polycom(R) Siren14(TM) (ITU-T Rec. G.722.1 Annex C)
44
45
46 Je m&apos;en sors avec un peu d&apos;aide de mes amis. --Richard Starkey
47 </text_editor>
48 <string name="you_are_at"> 3 <string name="you_are_at">
49 Votre position : [POSITION] 4 Votre position : [POSITION]
50 </string> 5 </string>
diff --git a/linden/indra/newview/skins/default/xui/ja/floater_about.xml b/linden/indra/newview/skins/default/xui/ja/floater_about.xml
index 16a07b6..4339cc0 100644
--- a/linden/indra/newview/skins/default/xui/ja/floater_about.xml
+++ b/linden/indra/newview/skins/default/xui/ja/floater_about.xml
@@ -1,50 +1,5 @@
1<?xml version="1.0" encoding="utf-8" standalone="yes" ?> 1<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
2<floater name="floater_about" title="Second Lifeについて"> 2<floater name="floater_about" title="Second Lifeについて">
3 <text_editor name="credits_editor">
4 The Imprudence Viewer was rocked hard by:
5 Jacek Antonelli, McCabe Maxsted, and Armin Weatherwax.
6 http://www.imprudenceviewer.org
7
8 Imprudence is so awesome thanks to contributions from many generous people:
9
10 For their patches and code contributions, we thank Aimee Trescothick, Aleric Inglewood, Alissa Sabre, Angus Boyd, Asuka Neely, Balp Allen, Carjay McGinnis, Dale Glass, Felix Duesenburg, Henri Beauchamp, Kitty Barnett, Latif Khalifa, Mana Janus, Matthew Dowd, Michelle2 Zenovka, Nicholaz Beresford, Paul Churchill, Peter Lameth, Robin Cornelius, Stephen Zenith, Thomas Shikami, Vadim Bigbear, Zi Ree, and Zwagoth Klaar.
11
12 For their WindLight presets, we thank Ana Lutetia, CodeBastard Redgrave, and Torley Linden.
13
14 Thanks also to the developers of the Green Life Emerald Viewer, Hippo Viewer, and Meerkat Viewer for viewer enhancements we have incorporated. Special thanks to the folks at Linden Lab for releasing the viewer source, without which this endeavor would have been impossible.
15
16 For a complete list of who did what, read the release notes!
17
18
19 Second Life Copyright (C) 1999-2009 Linden Research Inc.
20
21 Second Lifeは、 Philip、Tessa、Andrew、Cory、James、Ben、Char、Charlie、Colin、Dan、Daniel、Doug、Eric、Hamlet、Haney、Eve、Hunter、Ian、Jeff、Jennifer、Jim、John、Lee、Mark、Peter、Phoenix、Richard、Robin、Xenon、Steve、Tanya、Eddie、Avi、Frank、Bruce、Aaron、Alice、Bob、Debra、Eileen、Helen、Janet、Louie、Leviathania、Stefan、Ray、Kevin、Tom、Mikeb、MikeT、Burgess、Elena、Tracy、Bill、Todd、Ryan、Zach、Sarah、Nova、Tim、Stephanie、Michael、Evan、Nicolas、Catherine、Rachelle、Dave、Holly、Bub、Kelly、Magellan、Ramzi、Don、Sabin、Jill、Rheya、Jeska、Torley、Kona、Callum、Charity、Ventrella、Jack、Vektor、Iris、Chris、Nicole、Mick、Reuben、Blue、Babbage、Yedwab、Deana、Lauren、Brent、Pathfinder、Chadrick、Altruima、Jesse、Teeny、Monroe、Icculus、David、Tess、Lizzie、Patsy、Isaac、Lawrence、Cyn、Bo、Gia、Annette、Marius、Tbone、Jonathan、Karen、Ginsu、Satoko、Yuko、Makiko、Thomas、Harry、Seth、Alexei、Brian、Guy、Runitai、Ethan、Data、Cornelius、Kenny、Swiss、Zero、Natria、Wendy、Stephen、Teeple、Thumper、Lucy、Dee、Mia、Liana、Warren、Branka、Aura、beez、Milo、Hermia、Red、Thrax、Joe、Sally、Magenta、Mogura、Paul、Jose、Rejean、Henrik、Lexie、Amber、Logan、Xan、Nora、Morpheus、Donovan、Leyla、MichaelFrancis、Beast、Cube、Bucky、Joshua、Stryfe、Harmony、Teresa、Claudia、Walker、Glenn、Fritz、Fordak、June、Cleopetra、Jean、Ivy、Betsy、Roosevelt、Spike、Ken、Which、Tofu、Chiyo、Rob、Zee、dustin、George、Del、Matthew、Cat、Jacqui、Lightfoot、Adrian、Viola、Alfred、Noel、Irfan、Sunil、Yool、Rika、Jane、Xtreme、Frontier、a2、Neo、Siobhan、Yoz、Justin、Elle、Qarl、Benjamin、Isabel、Gulliver、Everett、Christopher、Izzy、Stephany、Garry、Sejong、Sean、Tobin、Iridium、Meta、Anthony、Jeremy、JP、Jake、Maurice、Madhavi、Leopard、Kyle、Joon、Kari、Bert、Belinda、Jon、Kristi、Bridie、Pramod、KJ、Socrates、Maria、Ivan、Aric、Yamasaki、Adreanne、Jay、MitchK、Ceren、Coco、Durl、Jenny、Periapse、Kartic、Storrs、Lotte、Sandy、Rohn、Colossus、Zen、BigPapi、Brad、Pastrami、Kurz、Mani、Neuro、Jaime、MJ、Rowan、Sgt、Elvis、Gecko、Samuel、Sardonyx、Leo、Bryan、Niko、Soft、Poppy、Rachel、Aki、Angelo、Banzai、Alexa、Sue、CeeLo、Bender、CG、Gillian、Pelle、Nick、Echo、Zara、Christine、Shamiran、Emma、Blake、Keiko、Plexus、Joppa、Sidewinder、Erica、Ashlei、Twilight、Kristen、Brett、Q、Enus、Simon、Bevis、Kraft、Kip、Chandler、Ron、LauraP、Ram、KyleJM、Scouse、Prospero、Melissa、Marty、Nat、Hamilton、Kend、Lordan、Jimmy、Kosmo、Seraph、Green、Ekim、Wiggo、JT、Rome、Doris、Miz、Benoc、Whump、Trinity、Patch、Kate、TJ、Bao、Joohwan、Christy、Sofia、Matias、Cogsworth、Johan、Oreh、Cheah、Angela、Brandy、Mango、Lan、Aleks、Gloria、Heidy、Mitchell、Space、Colton、Bambers、Einstein、Maggie、Malbers、Rose、Winnie、Stella、Milton、Rothman、Niall、Marin、Allison、Katie、Dawn、Katt、Dusty、Kalpana、Judy、Andrea、Ambroff、Infinity、Gail、Rico、Raymond、Yi、William、Christa、M、Teagan、Scout、Molly、Dante、Corr、Dynamike、Usi、Kaylee、Vidtuts、Lil、Danica、Sascha、Kelv、Jacob、Nya、Rodney、Brandon、Elsie、Blondin、Grant、Katrin、Nyx、Gabriel、Locklainn、Claire、Devin、Minerva、Monty、Austin、Bradford、Si、Keira、H、Caitlin、Dita、Makai、Jenn、Ann、Meredith、Clare、Joy、Praveen、Cody、Edmund、Ruthe、Sirena、Gayathri、Spider、FJ、Davidoff、Tian、Jennie、Louise、Oskar、Landon、Noelle、Jarv、Ingrid、Al、Sommer、Doc、Aria、Huin、Gray、Lili、Vir、DJ、Yang、T、Simone、Maestro、Scott、Charlene、Quixote、Amanda、Susan、Zed、Anne、Enkidu、Esbee、Joroan、Katelin、Roxie、Tay、Scarlet、Kevin、Johnny、Wolfgang、Andren、Bob、Howard、Merov、Rand、Ray、Michon、Newell、Galen、Dessie、Lesと、その他多数の人達によって作成されました。
22
23 このバージョンをこれまでで最高のものになるようご協力をいただいた以下の住人の皆様に深く感謝いたします。 afon shepherd、Aimee Trescothick、Alexandrea Fride、Alissa Sabre、Amber DeCuir、Asuka Neely、Auron Forcella、Blue Revolution、Bocan Undercroft、Boroondas Gupte、Brandon Shinobu、Bri Gufler、Buckaroo Mu、Celierra Darling、Christos Atlantis、Coder Kas、Cummere Mayo、dakota schwade、Dirk Talamasca、Dizzy Banjo、Drew Dwi、Duckling Kwak、Ellla McMahon、Erikah Jameson、Erinyse Planer、Eyana Yohkoh、Ezian Ecksol、Faron Karu、Fenoe Lowey、Fox Hwasung、Francisca Biedermann、Gally Young、Gellan Glenelg、Geneko Nemeth、Glenn Rotaru、Hagar Qinan、Harleen Gretzky、Holger Gilruth、hotrodjohnny gears、IAm Zabelin、Inigo Catteneo、Iustinian Tomsen、Jacek Antonell、James Benedek、Jim Kupferberg、Joeseph Albanese、JPT62089 Agnon、Kardargo Adamczyk、Kirstenlee Cinquetti、Latif Khalifa、lea Parnall、Lex Neva、Lillith Anatine、Lilly Zenovka、Lim Catteneo、Lindal Kidd、Mark Rosenbaum、MasterJ Chaplin、McCabe Maxsted、Melvin Starbrook、Meni Kaiousei、Mero Collas、Minakothegothicgeisha Kamachi、Moon Metty、neofilo aabye、Neutron Chesnokov、Nomad Ingwer、norritt Xi、Opensource Obscure、Oracle Weatherwax、Ourasi Ferraris、Pabl0 Roffo、Peyton Aleixandre、Phli Foxchase、Psi Merlin、r2d2 Wunderlich、Regi Yifu、Saijanai Kuhn、Sandor Balczo、Sarkan Dreamscape、Scree Raymaker、Sedona Mills、Selena Beale、Sheet Spotter、Shibari Twine、Silver Key、Simon Kline、SLB Wirefly、Stacy Wombat、Sugarcult Dagger、Tayra Dagostino、Tetsuryu Vlodovic、ThaBiGGDoGG Richez、Timo Gufler、tx Oh、wayfinder wishbringer、Wizzytoe McCullough、Wundur Primbee、Yann Dufaux、Yuu Nakamichi、Aminom Marvin、Andred Qinan、arminasx saiman、caroline apollo、Iskar Ariantho、Jenika Connolly、Maghnus Balogh、Nefertiti Nefarious、RodneyLee Jessop
24
25 3Dconnexion SDK Copyright (C) 1992-2007 3Dconnexion
26 APR Copyright (C) 2000-2004 The Apache Software Foundation
27 cURL Copyright (C) 1996-2002, Daniel Stenberg, (daniel@haxx.se)
28 expat Copyright (C) 1998, 1999, 2000 Thai Open Source Software Center Ltd.
29 FreeType Copyright (C) 1996-2002, The FreeType Project (www.freetype.org).
30 GL Copyright (C) 1999-2004 Brian Paul.
31 Havok.com(TM) Copyright (C) 1999-2001, Telekinesys Research Limited.
32 jpeg2000 Copyright (C) 2001, David Taubman, The University of New South Wales (UNSW)
33 jpeglib Copyright (C) 1991-1998, Thomas G. Lane.
34 ogg/vorbis Copyright (C) 2001, Xiphophorus
35 OpenSSL Copyright (C) 1998-2002 The OpenSSL Project.
36 SDL Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002 Sam Lantinga
37 SSLeay Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
38 xmlrpc-epi Copyright (C) 2000 Epinions, Inc.
39 zlib Copyright (C) 1995-2002 Jean-loup Gailly and Mark Adler.
40
41 無断転写、複製、転載を禁じます。 詳細はlicenses.txtを参照してください。
42
43 Voice chat Audio coding: Polycom(R) Siren14(TM) (ITU-T Rec. G.722.1 Annex C)
44
45
46 友達の助けがあれば何とかやっていける --リチャード・スターキー
47 </text_editor>
48 <text name="you_are_at"> 3 <text name="you_are_at">
49 [POSITION] 4 [POSITION]
50 </text> 5 </text>
diff --git a/linden/indra/newview/skins/default/xui/ko/floater_about.xml b/linden/indra/newview/skins/default/xui/ko/floater_about.xml
index eb2a7f7..621fbe6 100644
--- a/linden/indra/newview/skins/default/xui/ko/floater_about.xml
+++ b/linden/indra/newview/skins/default/xui/ko/floater_about.xml
@@ -1,50 +1,5 @@
1<?xml version="1.0" encoding="utf-8" standalone="yes" ?> 1<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
2<floater name="floater_about" title="세컨드라이프 정보"> 2<floater name="floater_about" title="세컨드라이프 정보">
3 <text_editor name="credits_editor">
4 The Imprudence Viewer was rocked hard by:
5 Jacek Antonelli, McCabe Maxsted, and Armin Weatherwax.
6 http://www.imprudenceviewer.org
7
8 Imprudence is so awesome thanks to contributions from many generous people:
9
10 For their patches and code contributions, we thank Aimee Trescothick, Aleric Inglewood, Alissa Sabre, Angus Boyd, Asuka Neely, Balp Allen, Carjay McGinnis, Dale Glass, Felix Duesenburg, Henri Beauchamp, Kitty Barnett, Latif Khalifa, Mana Janus, Matthew Dowd, Michelle2 Zenovka, Nicholaz Beresford, Paul Churchill, Peter Lameth, Robin Cornelius, Stephen Zenith, Thomas Shikami, Vadim Bigbear, Zi Ree, and Zwagoth Klaar.
11
12 For their WindLight presets, we thank Ana Lutetia, CodeBastard Redgrave, and Torley Linden.
13
14 Thanks also to the developers of the Green Life Emerald Viewer, Hippo Viewer, and Meerkat Viewer for viewer enhancements we have incorporated. Special thanks to the folks at Linden Lab for releasing the viewer source, without which this endeavor would have been impossible.
15
16 For a complete list of who did what, read the release notes!
17
18
19 Second Life Copyright (C) 1999-2009 Linden Research Inc.
20
21 세컨드라이프 제작자들: Philip, Tessa, Andrew, Cory, James, Ben, Char, Charlie, Colin, Dan, Daniel, Doug, Eric, Hamlet, Haney, Eve, Hunter, Ian, Jeff, Jennifer, Jim, John, Lee, Mark, Peter, Phoenix, Richard, Robin, Xenon, Steve, Tanya, Eddie, Avi, Frank, Bruce, Aaron, Alice, Bob, Debra, Eileen, Helen, Janet, Louie, Leviathania, Stefan, Ray, Kevin, Tom, Mikeb, MikeT, Burgess, Elena, Tracy, Bill, Todd, Ryan, Zach, Sarah, Nova, Tim, Stephanie, Michael, Evan, Nicolas, Catherine, Rachelle, Dave, Holly, Bub, Kelly, Magellan, Ramzi, Don, Sabin, Jill, Rheya, Jeska, Torley, Kona, Callum, Charity, Ventrella, Jack, Vektor, Iris, Chris, Nicole, Mick, Reuben, Blue, Babbage, Yedwab, Deana, Lauren, Brent, Pathfinder, Chadrick, Altruima, Jesse, Teeny, Monroe, Icculus, David, Tess, Lizzie, Patsy, Isaac, Lawrence, Cyn, Bo, Gia, Annette, Marius, Tbone, Jonathan, Karen, Ginsu, Satoko, Yuko, Makiko, Thomas, Harry, Seth, Alexei, Brian, Guy, Runitai, Ethan, Data, Cornelius, Kenny, Swiss, Zero, Natria, Wendy, Stephen, Teeple, Thumper, Lucy, Dee, Mia, Liana, Warren, Branka, Aura, beez, Milo, Hermia, Red, Thrax, Joe, Sally, Magenta, Mogura, Paul, Jose, Rejean, Henrik, Lexie, Amber, Logan, Xan, Nora, Morpheus, Donovan, Leyla, MichaelFrancis, Beast, Cube, Bucky, Joshua, Stryfe, Harmony, Teresa, Claudia, Walker, Glenn, Fritz, Fordak, June, Cleopetra, Jean, Ivy, Betsy, Roosevelt, Spike, Ken, Which, Tofu, Chiyo, Rob, Zee, dustin, George, Del, Matthew, Cat, Jacqui, Lightfoot, Adrian, Viola, Alfred, Noel, Irfan, Sunil, Yool, Rika, Jane, Xtreme, Frontier, a2, Neo, Siobhan, Yoz, Justin, Elle, Qarl, Benjamin, Isabel, Gulliver, Everett, Christopher, Izzy, Stephany, Garry, Sejong, Sean, Tobin, Iridium, Meta, Anthony, Jeremy, JP, Jake, Maurice, Madhavi, Leopard, Kyle, Joon, Kari, Bert, Belinda, Jon, Kristi, Bridie, Pramod, KJ, Socrates, Maria, Ivan, Aric, Yamasaki, Adreanne, Jay, MitchK, Ceren, Coco, Durl, Jenny, Periapse, Kartic, Storrs, Lotte, Sandy, Rohn, Colossus, Zen, BigPapi, Brad, Pastrami, Kurz, Mani, Neuro, Jaime, MJ, Rowan, Sgt, Elvis, Gecko, Samuel, Sardonyx, Leo, Bryan, Niko, Soft, Poppy, Rachel, Aki, Angelo, Banzai, Alexa, Sue, CeeLo, Bender, CG, Gillian, Pelle, Nick, Echo, Zara, Christine, Shamiran, Emma, Blake, Keiko, Plexus, Joppa, Sidewinder, Erica, Ashlei, Twilight, Kristen, Brett, Q, Enus, Simon, Bevis, Kraft, Kip, Chandler, Ron, LauraP, Ram, KyleJM, Scouse, Prospero, Melissa, Marty, Nat, Hamilton, Kend, Lordan, Jimmy, Kosmo, Seraph, Green, Ekim, Wiggo, JT, Rome, Doris, Miz, Benoc, Whump, Trinity, Patch, Kate, TJ, Bao, Joohwan, Christy, Sofia, Matias, Cogsworth, Johan, Oreh, Cheah, Angela, Brandy, Mango, Lan, Aleks, Gloria, Heidy, Mitchell, Space, Colton, Bambers, Einstein, Maggie, Malbers, Rose, Winnie, Stella, Milton, Rothman, Niall, Marin, Allison, Katie, Dawn, Katt, Dusty, Kalpana, Judy, Andrea, Ambroff, Infinity, Gail, Rico, Raymond, Yi, William, Christa, M, Teagan, Scout, Molly, Dante, Corr, Dynamike, Usi, Kaylee, Vidtuts, Lil, Danica, Sascha, Kelv, Jacob, Nya, Rodney, Brandon, Elsie, Blondin, Grant, Katrin, Nyx, Gabriel, Locklainn, Claire, Devin, Minerva, Monty, Austin, Bradford, Si, Keira, H, Caitlin, Dita, Makai, Jenn, Ann, Meredith, Clare, Joy, Praveen, Cody, Edmund, Ruthe, Sirena, Gayathri, Spider, FJ, Davidoff, Tian, Jennie, Louise, Oskar, Landon, Noelle, Jarv, Ingrid, Al, Sommer, Doc, Aria, Huin, Gray, Lili, Vir, DJ, Yang, T, Simone, Maestro, Scott, Charlene, Quixote, Amanda, Susan, Zed, Anne, Enkidu, Esbee, Joroan, Katelin, Roxie, Tay, Scarlet, Kevin, Johnny, Wolfgang, Andren, Bob, Howard, Merov, Rand, Ray, Michon, Newell, Galen, Dessie, Les, 그 외에 많은 분들이 수고해 주셨습니다.
22
23 현재 버전이 최상의 버전이 될 수 있도록 도와주신 여러분께 감사드립니다: afon shepherd, Aimee Trescothick, Alexandrea Fride, Alissa Sabre, Amber DeCuir, Asuka Neely, Auron Forcella, Blue Revolution, Bocan Undercroft, Boroondas Gupte, Brandon Shinobu, Bri Gufler, Buckaroo Mu, Celierra Darling, Christos Atlantis, Coder Kas, Cummere Mayo, dakota schwade, Dirk Talamasca, Dizzy Banjo, Drew Dwi, Duckling Kwak, Ellla McMahon, Erikah Jameson, Erinyse Planer, Eyana Yohkoh, Ezian Ecksol, Faron Karu, Fenoe Lowey, Fox Hwasung, Francisca Biedermann, Gally Young, Gellan Glenelg, Geneko Nemeth, Glenn Rotaru, Hagar Qinan, Harleen Gretzky, Holger Gilruth, hotrodjohnny gears, IAm Zabelin, Inigo Catteneo, Iustinian Tomsen, Jacek Antonell, James Benedek, Jim Kupferberg, Joeseph Albanese, JPT62089 Agnon, Kardargo Adamczyk, Kirstenlee Cinquetti, Latif Khalifa, lea Parnall, Lex Neva, Lillith Anatine, Lilly Zenovka, Lim Catteneo, Lindal Kidd, Mark Rosenbaum, MasterJ Chaplin, McCabe Maxsted, Melvin Starbrook, Meni Kaiousei, Mero Collas, Minakothegothicgeisha Kamachi, Moon Metty, neofilo aabye, Neutron Chesnokov, Nomad Ingwer, norritt Xi, Opensource Obscure, Oracle Weatherwax, Ourasi Ferraris, Pabl0 Roffo, Peyton Aleixandre, Phli Foxchase, Psi Merlin, r2d2 Wunderlich, Regi Yifu, Saijanai Kuhn, Sandor Balczo, Sarkan Dreamscape, Scree Raymaker, Sedona Mills, Selena Beale, Sheet Spotter, Shibari Twine, Silver Key, Simon Kline, SLB Wirefly, Stacy Wombat, Sugarcult Dagger, Tayra Dagostino, Tetsuryu Vlodovic, ThaBiGGDoGG Richez, Timo Gufler, tx Oh, wayfinder wishbringer, Wizzytoe McCullough, Wundur Primbee, Yann Dufaux, Yuu Nakamichi, Aminom Marvin, Andred Qinan, arminasx saiman, caroline apollo, Iskar Ariantho, Jenika Connolly, Maghnus Balogh, Nefertiti Nefarious, RodneyLee Jessop
24
25 3Dconnexion SDK Copyright (C) 1992-2007 3Dconnexion
26 APR Copyright (C) 2000-2004 The Apache Software Foundation
27 cURL Copyright (C) 1996-2002, Daniel Stenberg, (daniel@haxx.se)
28 expat Copyright (C) 1998, 1999, 2000 Thai Open Source Software Center Ltd.
29 FreeType Copyright (C) 1996-2002, The FreeType Project (www.freetype.org).
30 GL Copyright (C) 1999-2004 Brian Paul.
31 Havok.com(TM) Copyright (C) 1999-2001, Telekinesys Research Limited.
32 jpeg2000 Copyright (C) 2001, David Taubman, The University of New South Wales (UNSW)
33 jpeglib Copyright (C) 1991-1998, Thomas G. Lane.
34 ogg/vorbis Copyright (C) 2001, Xiphophorus
35 OpenSSL Copyright (C) 1998-2002 The OpenSSL Project.
36 SDL Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002 Sam Lantinga
37 SSLeay Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
38 xmlrpc-epi Copyright (C) 2000 Epinions, Inc.
39 zlib Copyright (C) 1995-2002 Jean-loup Gailly and Mark Adler.
40
41 저작권 보유. 자세한 내용은 licenses.txt를 참조하십시오.
42
43 음성 채팅 오디오 코딩: Polycom(R) Siren14(TM) (ITU-T Rec. G.722.1 Annex C)
44
45
46 우리는 단지 근거리를 보지만 또한 해야할 많은 일들을 근거리에서 볼 수 있다. -- 알란 튜링
47 </text_editor>
48 <text name="you_are_at"> 3 <text name="you_are_at">
49 [POSITION]에 있습니다. 4 [POSITION]에 있습니다.
50 </text> 5 </text>
diff --git a/linden/indra/newview/skins/default/xui/zh/floater_about.xml b/linden/indra/newview/skins/default/xui/zh/floater_about.xml
index 1cba66a..b14f06f 100644
--- a/linden/indra/newview/skins/default/xui/zh/floater_about.xml
+++ b/linden/indra/newview/skins/default/xui/zh/floater_about.xml
@@ -1,51 +1,5 @@
1<?xml version="1.0" encoding="utf-8" standalone="yes" ?> 1<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
2<floater name="floater_about" title="关于第二人生"> 2<floater name="floater_about" title="关于第二人生">
3 <text_editor name="credits_editor">
4 The Imprudence Viewer was rocked hard by:
5 Jacek Antonelli, McCabe Maxsted, and Armin Weatherwax.
6 http://www.imprudenceviewer.org
7
8 Imprudence is so awesome thanks to contributions from many generous people:
9
10 For their patches and code contributions, we thank Aimee Trescothick, Aleric Inglewood, Alissa Sabre, Angus Boyd, Asuka Neely, Balp Allen, Carjay McGinnis, Dale Glass, Felix Duesenburg, Henri Beauchamp, Kitty Barnett, Latif Khalifa, Mana Janus, Matthew Dowd, Michelle2 Zenovka, Nicholaz Beresford, Paul Churchill, Peter Lameth, Robin Cornelius, Stephen Zenith, Thomas Shikami, Vadim Bigbear, Zi Ree, and Zwagoth Klaar.
11
12 For their WindLight presets, we thank Ana Lutetia, CodeBastard Redgrave, and Torley Linden.
13
14 Thanks also to the developers of the Green Life Emerald Viewer, Hippo Viewer, and Meerkat Viewer for viewer enhancements we have incorporated. Special thanks to the folks at Linden Lab for releasing the viewer source, without which this endeavor would have been impossible.
15
16 For a complete list of who did what, read the release notes!
17
18
19 Second Life Copyright (C) 1999-2009 Linden Research Inc.
20
21 第二人生的推出应感谢以下人物的贡献: Philip, Tessa, Andrew, Cory, James, Ben, Char, Charlie, Colin, Dan, Daniel, Doug, Eric, Hamlet, Haney, Eve, Hunter, Ian, Jeff, Jennifer, Jim, John, Lee, Mark, Peter, Phoenix, Richard, Robin, Xenon, Steve, Tanya, Eddie, Avi, Frank, Bruce, Aaron, Alice, Bob, Debra, Eileen, Helen, Janet, Louie, Leviathania, Stefan, Ray, Kevin, Tom, Mikeb, MikeT, Burgess, Elena, Tracy, Bill, Todd, Ryan, Zach, Sarah, Nova, Tim, Stephanie, Michael, Evan, Nicolas, Catherine, Rachelle, Dave, Holly, Bub, Kelly, Magellan, Ramzi, Don, Sabin, Jill, Rheya, Jeska, Torley, Kona, Callum, Charity, Ventrella, Jack, Vektor, Iris, Chris, Nicole, Mick, Reuben, Blue, Babbage, Yedwab, Deana, Lauren, Brent, Pathfinder, Chadrick, Altruima, Jesse, Teeny, Monroe, Icculus, David, Tess, Lizzie, Patsy, Isaac, Lawrence, Cyn, Bo, Gia, Annette, Marius, Tbone, Jonathan, Karen, Ginsu, Satoko, Yuko, Makiko, Thomas, Harry, Seth, Alexei, Brian, Guy, Runitai, Ethan, Data, Cornelius, Kenny, Swiss, Zero, Natria, Wendy, Stephen, Teeple, Thumper, Lucy, Dee, Mia, Liana, Warren, Branka, Aura, beez, Milo, Hermia, Red, Thrax, Joe, Sally, Magenta, Mogura, Paul, Jose, Rejean, Henrik, Lexie, Amber, Logan, Xan, Nora, Morpheus, Donovan, Leyla, MichaelFrancis, Beast, Cube, Bucky, Joshua, Stryfe, Harmony, Teresa, Claudia, Walker, Glenn, Fritz, Fordak, June, Cleopetra, Jean, Ivy, Betsy, Roosevelt, Spike, Ken, Which, Tofu, Chiyo, Rob, Zee, dustin, George, Del, Matthew, Cat, Jacqui, Lightfoot, Adrian, Viola, Alfred, Noel, Irfan, Sunil, Yool, Rika, Jane, Xtreme, Frontier, a2, Neo, Siobhan, Yoz, Justin, Elle, Qarl, Benjamin, Isabel, Gulliver, Everett, Christopher, Izzy, Stephany, Garry, Sejong, Sean, Tobin, Iridium, Meta, Anthony, Jeremy, JP, Jake, Maurice, Madhavi, Leopard, Kyle, Joon, Kari, Bert, Belinda, Jon, Kristi, Bridie, Pramod, KJ, Socrates, Maria, Ivan, Aric, Yamasaki, Adreanne, Jay, MitchK, Ceren, Coco, Durl, Jenny, Periapse, Kartic, Storrs, Lotte, Sandy, Rohn, Colossus, Zen, BigPapi, Brad, Pastrami, Kurz, Mani, Neuro, Jaime, MJ, Rowan, Sgt, Elvis, Gecko, Samuel, Sardonyx, Leo, Bryan, Niko, Soft, Poppy, Rachel, Aki, Angelo, Banzai, Alexa, Sue, CeeLo, Bender, CG, Gillian, Pelle, Nick, Echo, Zara, Christine, Shamiran, Emma, Blake, Keiko, Plexus, Joppa, Sidewinder, Erica, Ashlei, Twilight, Kristen, Brett, Q, Enus, Simon, Bevis, Kraft, Kip, Chandler, Ron, LauraP, Ram, KyleJM, Scouse, Prospero, Melissa, Marty, Nat, Hamilton, Kend, Lordan, Jimmy, Kosmo, Seraph, Green, Ekim, Wiggo, JT, Rome, Doris, Miz, Benoc, Whump, Trinity, Patch, Kate, TJ, Bao, Joohwan, Christy, Sofia, Matias, Cogsworth, Johan, Oreh, Cheah, Angela, Brandy, Mango, Lan, Aleks, Gloria, Heidy, Mitchell, Space, Colton, Bambers, Einstein, Maggie, Malbers, Rose, Winnie, Stella, Milton, Rothman, Niall, Marin, Allison, Katie, Dawn, Katt, Dusty, Kalpana, Judy, Andrea, Ambroff, Infinity, Gail, Rico, Raymond, Yi, William, Christa, M, Teagan, Scout, Molly, Dante, Corr, Dynamike, Usi, Kaylee, Vidtuts, Lil, Danica, Sascha, Kelv, Jacob, Nya, Rodney, Brandon, Elsie, Blondin, Grant, Katrin, Nyx, Gabriel, Locklainn, Claire, Devin, Minerva, Monty, Austin, Bradford, Si, Keira, H, Caitlin, Dita, Makai, Jenn, Ann, Meredith, Clare, Joy, Praveen, Cody, Edmund, Ruthe, Sirena, Gayathri, Spider, FJ, Davidoff, Tian, Jennie, Louise, Oskar, Landon, Noelle, Jarv, Ingrid, Al, Sommer, Doc, Aria, Huin, Gray, Lili, Vir, DJ, Yang, T, Simone, Maestro, Scott, Charlene, Quixote, Amanda, Susan, Zed, Anne, Enkidu, Esbee, Joroan, Katelin, Roxie, Tay, Scarlet, Kevin, Johnny, Wolfgang, Andren, Bob, Howard, Merov, Rand, Ray, Michon, Newell, Galen, Dessie, Les 以及更多人。
22
23感谢以下居民,他们的帮助保证了这次第二人生的版本是有史以来最出色的: afon shepherd, Aimee Trescothick, Alexandrea Fride, Alissa Sabre, Amber DeCuir, Asuka Neely, Auron Forcella, Blue Revolution, Bocan Undercroft, Boroondas Gupte, Brandon Shinobu, Bri Gufler, Buckaroo Mu, Celierra Darling, Christos Atlantis, Coder Kas, Cummere Mayo, dakota schwade, Dirk Talamasca, Dizzy Banjo, Drew Dwi, Duckling Kwak, Ellla McMahon, Erikah Jameson, Erinyse Planer, Eyana Yohkoh, Ezian Ecksol, Faron Karu, Fenoe Lowey, Fox Hwasung, Francisca Biedermann, Gally Young, Gellan Glenelg, Geneko Nemeth, Glenn Rotaru, Hagar Qinan, Harleen Gretzky, Holger Gilruth, hotrodjohnny gears, IAm Zabelin, Inigo Catteneo, Iustinian Tomsen, Jacek Antonell, James Benedek, Jim Kupferberg, Joeseph Albanese, JPT62089 Agnon, Kardargo Adamczyk, Kirstenlee Cinquetti, Latif Khalifa, lea Parnall, Lex Neva, Lillith Anatine, Lilly Zenovka, Lim Catteneo, Lindal Kidd, Mark Rosenbaum, MasterJ Chaplin, McCabe Maxsted, Melvin Starbrook, Meni Kaiousei, Mero Collas, Minakothegothicgeisha Kamachi, Moon Metty, neofilo aabye, Neutron Chesnokov, Nomad Ingwer, norritt Xi, Opensource Obscure, Oracle Weatherwax, Ourasi Ferraris, Pabl0 Roffo, Peyton Aleixandre, Phli Foxchase, Psi Merlin, r2d2 Wunderlich, Regi Yifu, Saijanai Kuhn, Sandor Balczo, Sarkan Dreamscape, Scree Raymaker, Sedona Mills, Selena Beale, Sheet Spotter, Shibari Twine, Silver Key, Simon Kline, SLB Wirefly, Stacy Wombat, Sugarcult Dagger, Tayra Dagostino, Tetsuryu Vlodovic, ThaBiGGDoGG Richez, Timo Gufler, tx Oh, wayfinder wishbringer, Wizzytoe McCullough, Wundur Primbee, Yann Dufaux, Yuu Nakamichi, Aminom Marvin, Andred Qinan, arminasx saiman, caroline apollo, Iskar Ariantho, Jenika Connolly, Maghnus Balogh, Nefertiti Nefarious, RodneyLee Jessop
24
25
26 3Dconnexion SDK Copyright © 1992-2007 3Dconnexion
27 APR Copyright © 2000-2004 The Apache Software Foundation
28 cURL Copyright © 1996-2002, Daniel Stenberg, (daniel@haxx.se)
29 DBus/dbus-glib Copyright © 2002, 2003 CodeFactory AB / Copyright © 2003, 2004 Red Hat, Inc.
30 expat Copyright © 1998, 1999, 2000 Thai Open Source Software Center Ltd.
31 FreeType Copyright © 1996-2002, The FreeType Project (www.freetype.org).
32 GL Copyright © 1999-2004 Brian Paul.
33 Havok.com(TM) Copyright © 1999-2001, Telekinesys Research Limited.
34 jpeg2000 Copyright © 2001, David Taubman, The University of New South Wales (UNSW)
35 jpeglib Copyright © 1991-1998, Thomas G. Lane.
36 ogg/vorbis Copyright © 2001, Xiphophorus
37 OpenSSL Copyright © 1998-2002 The OpenSSL Project.
38 SDL Copyright © 1997, 1998, 1999, 2000, 2001, 2002 Sam Lantinga
39 SSLeay Copyright © 1995-1998 Eric Young (eay@cryptsoft.com)
40 xmlrpc-epi Copyright © 2000 Epinions, Inc.
41 zlib Copyright © 1995-2002 Jean-loup Gailly and Mark Adler.
42
43 All rights reserved. 查看licenses.txt获取细节.
44
45 语音聊天音频编码: Polycom® Siren14(TM) (ITU-T Rec. G.722.1 Annex C)
46
47吾所能见之途虽近,而所见需做之事已多矣。—— 亚兰·图灵
48 </text_editor>
49 <string name="you_are_at"> 3 <string name="you_are_at">
50 您现在位于 [POSITION] 4 您现在位于 [POSITION]
51 </string> 5 </string>
diff --git a/linden/indra/newview/viewer_manifest.py b/linden/indra/newview/viewer_manifest.py
index 98398f9..e729db0 100755
--- a/linden/indra/newview/viewer_manifest.py
+++ b/linden/indra/newview/viewer_manifest.py
@@ -197,7 +197,7 @@ class WindowsManifest(ViewerManifest):
197 self.gather_documents() 197 self.gather_documents()
198 198
199 if self.prefix("../..", dst="doc"): 199 if self.prefix("../..", dst="doc"):
200 self.path("LICENSE-libraries-win32.txt") 200 self.path("LICENSE-libraries.txt")
201 self.end_prefix("../..") 201 self.end_prefix("../..")
202 202
203 203
@@ -490,7 +490,7 @@ class DarwinManifest(ViewerManifest):
490 490
491 # From the linden directory 491 # From the linden directory
492 if self.prefix("../..", dst="doc"): 492 if self.prefix("../..", dst="doc"):
493 self.path("LICENSE-libraries-mac.txt") 493 self.path("LICENSE-libraries.txt")
494 self.end_prefix("../..") 494 self.end_prefix("../..")
495 495
496 self.gather_documents() 496 self.gather_documents()
@@ -715,7 +715,7 @@ class LinuxManifest(ViewerManifest):
715 715
716 # From the linden directory 716 # From the linden directory
717 if self.prefix("../..", dst="doc"): 717 if self.prefix("../..", dst="doc"):
718 self.path("LICENSE-libraries-linux.txt") 718 self.path("LICENSE-libraries.txt")
719 self.end_prefix("../..") 719 self.end_prefix("../..")
720 720
721 # Create an appropriate gridargs.dat for this package, denoting required grid. 721 # Create an appropriate gridargs.dat for this package, denoting required grid.
@@ -839,6 +839,7 @@ class Linux_i686Manifest(LinuxManifest):
839 self.path("libtheora.so.0") 839 self.path("libtheora.so.0")
840 self.path("libvorbis.so.0") 840 self.path("libvorbis.so.0")
841 self.path("libvorbisenc.so.2") 841 self.path("libvorbisenc.so.2")
842 self.path("liboil-0.3.so.0")
842 843
843 # Gstreamer plugins 844 # Gstreamer plugins
844 if self.prefix("gstreamer-plugins"): 845 if self.prefix("gstreamer-plugins"):
diff --git a/linden/install.xml b/linden/install.xml
index ca21e19..877aca9 100644
--- a/linden/install.xml
+++ b/linden/install.xml
@@ -209,9 +209,9 @@
209 <key>linux</key> 209 <key>linux</key>
210 <map> 210 <map>
211 <key>md5sum</key> 211 <key>md5sum</key>
212 <string>b9a943052e5525da5417d6f471d70bc5</string> 212 <string>6dc6b926a06e18342a083952cc3f65d6</string>
213 <key>url</key> 213 <key>url</key>
214 <uri>http://s3.amazonaws.com/viewer-source-downloads/install_pkgs/boost-1.32.0-linux-20080812.tar.bz2</uri> 214 <uri>http://imprudenceviewer.org/download/libs/boost-1.39.0-linux-20091118.tar.bz2</uri>
215 </map> 215 </map>
216 <key>linux32</key> 216 <key>linux32</key>
217 <map> 217 <map>
@@ -543,9 +543,9 @@
543 <key>linux</key> 543 <key>linux</key>
544 <map> 544 <map>
545 <key>md5sum</key> 545 <key>md5sum</key>
546 <string>674b2a79cef8ddd28f53b28b44dcffe2</string> 546 <string>2b0e8b6a17db9398475b1d40a4563bdf</string>
547 <key>url</key> 547 <key>url</key>
548 <uri>http://imprudenceviewer.org/download/libs/glib-2.20.5-linux-20091009.tar.bz2</uri> 548 <uri>http://imprudenceviewer.org/download/libs/glib-2.20.5-linux-20091115.tar.bz2</uri>
549 </map> 549 </map>
550 <key>windows</key> 550 <key>windows</key>
551 <map> 551 <map>
@@ -587,9 +587,9 @@
587 <key>linux</key> 587 <key>linux</key>
588 <map> 588 <map>
589 <key>md5sum</key> 589 <key>md5sum</key>
590 <string>591900261bddbe3d1e579f7e6070081a</string> 590 <string>605ecd92affb57ed3c70f7564b8bc6b5</string>
591 <key>url</key> 591 <key>url</key>
592 <uri>http://imprudenceviewer.org/download/libs/gstreamer-0.10.24-linux-20091005.tar.bz2</uri> 592 <uri>http://imprudenceviewer.org/download/libs/gstreamer-0.10.24-linux-20091115.tar.bz2</uri>
593 </map> 593 </map>
594 <key>windows</key> 594 <key>windows</key>
595 <map> 595 <map>
@@ -616,9 +616,9 @@
616 <key>linux</key> 616 <key>linux</key>
617 <map> 617 <map>
618 <key>md5sum</key> 618 <key>md5sum</key>
619 <string>2cce992f4506fbc11f827aa80eb499f4</string> 619 <string>627aef3c307aed6d2c013bdfa11bb0af</string>
620 <key>url</key> 620 <key>url</key>
621 <uri>http://imprudenceviewer.org/download/libs/gstreamer-plugins-linux-20091008.tar.bz2</uri> 621 <uri>http://imprudenceviewer.org/download/libs/gstreamer-plugins-linux-20091115.tar.bz2</uri>
622 </map> 622 </map>
623 <key>windows</key> 623 <key>windows</key>
624 <map> 624 <map>
@@ -646,9 +646,9 @@ cairo: Copyright © 2002 University of Southern California, Copyright © 2005 Re
646 <key>linux</key> 646 <key>linux</key>
647 <map> 647 <map>
648 <key>md5sum</key> 648 <key>md5sum</key>
649 <string>143844d33c5075bf30f8af1fd86a6f09</string> 649 <string>47b7c6261940bcedf86e681bd93ec2cc</string>
650 <key>url</key> 650 <key>url</key>
651 <uri>http://imprudenceviewer.org/download/libs/gtk-etc-linux-20091008.tar.bz2</uri> 651 <uri>http://imprudenceviewer.org/download/libs/gtk-etc-linux-20091115.tar.bz2</uri>
652 </map> 652 </map>
653 </map> 653 </map>
654 </map> 654 </map>
@@ -822,6 +822,13 @@ Portions copyright (C) 1997 - 2002, Makoto Matsumoto and Takuji Nishimura
822 <key>url</key> 822 <key>url</key>
823 <uri>http://imprudenceviewer.org/download/libs/liboil-0.3.15-darwin-20091107.tar.bz2</uri> 823 <uri>http://imprudenceviewer.org/download/libs/liboil-0.3.15-darwin-20091107.tar.bz2</uri>
824 </map> 824 </map>
825 <key>linux</key>
826 <map>
827 <key>md5sum</key>
828 <string>5ab0f986317b1a5c4f1682ad1972c318</string>
829 <key>url</key>
830 <uri>http://imprudenceviewer.org/download/libs/liboil-0.3.16-linux-20091118.tar.bz2</uri>
831 </map>
825 </map> 832 </map>
826 </map> 833 </map>
827 <key>libpng</key> 834 <key>libpng</key>
@@ -871,39 +878,6 @@ Portions copyright (C) 1997 - 2002, Makoto Matsumoto and Takuji Nishimura
871 </map> 878 </map>
872 </map> 879 </map>
873 </map> 880 </map>
874 <key>libstdc++</key>
875 <map>
876 <key>copyright</key>
877 <string>Copyright (C) 2007 Free Software Foundation, Inc. &lt;http://fsf.org/&gt;</string>
878 <key>description</key>
879 <string>Bundled library.</string>
880 <key>license</key>
881 <string>gpl</string>
882 <key>packages</key>
883 <map>
884 <key>linux</key>
885 <map>
886 <key>md5sum</key>
887 <string>1464a75ec87ee28e3b4f7840e9af41e3</string>
888 <key>url</key>
889 <uri>http://s3.amazonaws.com/viewer-source-downloads/install_pkgs/libstdc++-6.0-linux-20080812.tar.bz2</uri>
890 </map>
891 <key>linux32</key>
892 <map>
893 <key>md5sum</key>
894 <string>1218347dd70c3b471530793d0fc09b69</string>
895 <key>url</key>
896 <uri>http://s3.amazonaws.com/viewer-source-downloads/install_pkgs/libstdc++-6.4.1-linux-i686-gcc-4.1-20080915.tar.bz2</uri>
897 </map>
898 <key>linux64</key>
899 <map>
900 <key>md5sum</key>
901 <string>9a191dc453017b19c5803b046d82f32a</string>
902 <key>url</key>
903 <uri>http://s3.amazonaws.com/viewer-source-downloads/install_pkgs/libstdc++-6.4.1-linux64-20080909.tar.bz2</uri>
904 </map>
905 </map>
906 </map>
907 <key>libuuid</key> 881 <key>libuuid</key>
908 <map> 882 <map>
909 <key>copyright</key> 883 <key>copyright</key>
@@ -946,9 +920,9 @@ Portions copyright (C) 1997 - 2002, Makoto Matsumoto and Takuji Nishimura
946 <key>linux</key> 920 <key>linux</key>
947 <map> 921 <map>
948 <key>md5sum</key> 922 <key>md5sum</key>
949 <string>cec4328f5808b49836c467831a5f285e</string> 923 <string>922f4bc6a8091d07a988b983cafe7a5a</string>
950 <key>url</key> 924 <key>url</key>
951 <uri>http://imprudenceviewer.org/download/libs/libxml2-2.7.4-r1-linux-20091005.tar.bz2</uri> 925 <uri>http://imprudenceviewer.org/download/libs/libxml2-2.7.4-r1-linux-20091115.tar.bz2</uri>
952 </map> 926 </map>
953 <key>linux32</key> 927 <key>linux32</key>
954 <map> 928 <map>
@@ -1099,9 +1073,9 @@ Copyright (C) 2004-2005 Vladimir Berezniker @ http://public.xdi.org/=vmpn
1099 <key>darwin</key> 1073 <key>darwin</key>
1100 <map> 1074 <map>
1101 <key>md5sum</key> 1075 <key>md5sum</key>
1102 <string>06fbae603d942f22445b265009e65d10</string> 1076 <string>c8582be73def7f40fdc236ba9e33b4ac</string>
1103 <key>url</key> 1077 <key>url</key>
1104 <uri>http://imprudenceviewer.org/download/libs/neon-darwin-20091108.tar.bz2</uri> 1078 <uri>http://imprudenceviewer.org/download/libs/neon-0.28.4-darwin-20091109.tar.bz2</uri>
1105 </map> 1079 </map>
1106 </map> 1080 </map>
1107 </map> 1081 </map>
@@ -1158,9 +1132,9 @@ Copyright (C) 2004-2005 Vladimir Berezniker @ http://public.xdi.org/=vmpn
1158 <key>linux</key> 1132 <key>linux</key>
1159 <map> 1133 <map>
1160 <key>md5sum</key> 1134 <key>md5sum</key>
1161 <string>92c614b34fc283588625805076d58e93</string> 1135 <string>72bde567859934024c8a4a70b97b24f5</string>
1162 <key>url</key> 1136 <key>url</key>
1163 <uri>http://imprudenceviewer.org/download/libs/ogg-vorbis-linux-20091003.tar.bz2</uri> 1137 <uri>http://imprudenceviewer.org/download/libs/ogg-vorbis-linux-20091115.tar.bz2</uri>
1164 </map> 1138 </map>
1165 <key>linux64</key> 1139 <key>linux64</key>
1166 <map> 1140 <map>
@@ -1191,16 +1165,16 @@ Copyright (C) 2004-2005 Vladimir Berezniker @ http://public.xdi.org/=vmpn
1191 <key>darwin</key> 1165 <key>darwin</key>
1192 <map> 1166 <map>
1193 <key>md5sum</key> 1167 <key>md5sum</key>
1194 <string>f20924232e2ecc8ba351e3819b178e6e</string> 1168 <string>dfa26aab94c6f1ec09ce432777e18d2f</string>
1195 <key>url</key> 1169 <key>url</key>
1196 <uri>http://imprudenceviewer.org/download/libs/openal-darwin-20091107.tar.bz2</uri> 1170 <uri>http://imprudenceviewer.org/download/libs/openal-darwin-20091118.tar.bz2</uri>
1197 </map> 1171 </map>
1198 <key>linux</key> 1172 <key>linux</key>
1199 <map> 1173 <map>
1200 <key>md5sum</key> 1174 <key>md5sum</key>
1201 <string>6f69d70ec18a3c3c2dee81bf6331c784</string> 1175 <string>5017e0c2b24c6c31956ce7e33b0443af</string>
1202 <key>url</key> 1176 <key>url</key>
1203 <uri>http://imprudenceviewer.org/download/libs/openal-linux-20091009.tar.bz2</uri> 1177 <uri>http://imprudenceviewer.org/download/libs/openal-linux-20091115.tar.bz2</uri>
1204 </map> 1178 </map>
1205 <key>windows</key> 1179 <key>windows</key>
1206 <map> 1180 <map>
@@ -1366,9 +1340,9 @@ Copyright (C) 2004-2005 Vladimir Berezniker @ http://public.xdi.org/=vmpn
1366 <key>linux</key> 1340 <key>linux</key>
1367 <map> 1341 <map>
1368 <key>md5sum</key> 1342 <key>md5sum</key>
1369 <string>a6e6e250efaf3f25db4699d9b5dfec4b</string> 1343 <string>e01af61872bc77d74eb0620a9f4c9f4e</string>
1370 <key>url</key> 1344 <key>url</key>
1371 <uri>http://imprudenceviewer.org/download/libs/theora-linux-20091003.tar.bz2</uri> 1345 <uri>http://imprudenceviewer.org/download/libs/theora-linux-20091115.tar.bz2</uri>
1372 </map> 1346 </map>
1373 </map> 1347 </map>
1374 </map> 1348 </map>