Package: typo3-src / 4.3.9+dfsg1-1+squeeze9

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
This package was debianized by Michael Stucki <mundaun@gmx.ch> on
Sat, 22 Feb 2003 17:16:24 +0100.

It was downloaded from <http://http://typo3.org/download/packages/>.

Copyright Holder: Kasper Skaarhoj (kasperYYYY@typo3.com)

License (except typo3/sysext/adodb/adodb and typo3/sysext/rtehtmlarea/rtehtmlarea,
		 t3lib/fonts/nimbus.ttf, typo3/sysext/t3editor,
		 typo3/sysext/t3editor/jslib/codemirror):

	Copyright (C) 2003-2006 Kaspar Skaarhoj <http://typo3.org/>

	This program is free software; you can redistribute it and/or modify
	it under the terms of the GNU General Public License as published by
	the Free Software Foundation; either version 2 of the License, or
	(at your option) any later version.

	This program is distributed in the hope that it will be useful,
	but WITHOUT ANY WARRANTY; without even the implied warranty of
	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
	GNU General Public License for more details.

	You should have received a copy of the GNU General Public License
	along with this program; if not, write to the Free Software
	Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA

On Debian systems, the complete text of the GNU General Public License
can be found in /usr/share/common-licenses/GPL file.

Typo3 includes adodb which is dual-licensed under the revised BSD license,
and the GNU Lesser General Public License.
 
License (BSD: typo3/sysext/adodb/adodb):

	Copyright (C) 2000-2004 John Lim
	All rights reserved.

	Redistribution and use in source and binary forms, with or without
	modification, are permitted provided that the following conditions are
	met:

	1. Redistributions of source code must retain the above copyright
	   notice, this list of conditions and the following disclaimer.

	2. Redistributions in binary form must reproduce the above copyright
	   notice, this list of conditions and the following disclaimer in the
	   documentation and/or other materials provided with the distribution.

	3. Neither the name of the University nor the names of its contributors
	   may be used to endorse or promote products derived from this software
	   without specific prior written permission.

	THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
	ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
	IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
	PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE
	LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
	CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
	SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
	INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
	CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
	ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
	THE POSSIBILITY OF SUCH DAMAGE.

License (LGPL: typo3/sysext/adodb/adodb):

	Copyright (C) 1987-2006 Carnegie Mellon University <coda@cs.cmu.edu>

	This library is free software; you can redistribute it and/or
	modify it under the terms of the GNU Lesser General Public
	License as published by the Free Software Foundation; either
	version 2.1 of the License, or (at your option) any later version.

	This library is distributed in the hope that it will be useful,
	but WITHOUT ANY WARRANTY; without even the implied warranty of
	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
	Lesser General Public License for more details.

	You should have received a copy of the GNU Lesser General Public
	License along with this library; if not, write to the Free Software
	Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301-USA

On Debian systems, the complete text of the GNU Lesser General Public License
can be found in /usr/share/common-licenses/LGPL file.

License (typo3/sysext/rtehtmlarea/rtehtmlarea):

	htmlArea License (based on BSD license)
	Copyright (C) 2002-2004 interactivetools.com, inc.
	Copyright (C) 2003-2004 dynarch.com
	All rights reserved.

	Redistribution and use in source and binary forms, with or without
	modification, are permitted provided that the following conditions are
	met:

	1) Redistributions of source code must retain the above copyright
	   notice, this list of conditions and the following disclaimer.

	2. Redistributions in binary form must reproduce the above copyright
	   notice, this list of conditions and the following disclaimer in the
	   documentation and/or other materials provided with the distribution.

	3. Neither the name of interactivetools.com, inc. nor the names of its
	   contributors may be used to endorse or promote products derived from
	   this software without specific prior written permission.

	THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
	IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
	TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
	PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER
	OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
	EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
	PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
	PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
	LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
	NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
	SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

License (t3lib/fonts/nimbus.ttf):

nimbus.ttf was downloaded as n019003l.ttf from 
<ftp://ftp.gnome.ru/fonts/urw/release/urw-fonts-1.0.7pre18-ttf.tar.bz2>.
nimbus.sfd.gz was downladed as NimbusSansL-Regu.sfd from
<ftp://ftp.gnome.ru/fonts/sources/urw-fonts-1.0.7pre40-src.tar.bz2>

	Copyright (URW)++,Copyright 1999 by (URW)++ Design & Development;
	Cyrillic glyphs added by Valek Filippov (C) 2001-2002

	This program is free software; you can redistribute it and/or modify
	it under the terms of the GNU General Public License as published by
	the Free Software Foundation; either version 2 of the License, or
	(at your option) any later version.

	This program is distributed in the hope that it will be useful,
	but WITHOUT ANY WARRANTY; without even the implied warranty of
	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
	GNU General Public License for more details.

	You should have received a copy of the GNU General Public License
	along with this program; if not, write to the Free Software
	Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
	02110-1301, USA.

On Debian systems, the complete text of the GNU General
Public License can be found in `/usr/share/common-licenses/GPL'.

License (typo3/sysext/t3editor):

	t3editor is written by Tobias Liebig (mail(at)etobi.de)

	Many thanks for help on the conceptual work, testing, feedback and providing
	several patches to Vitaly Dutchak, Thomas Hempel and all the other people.

	t3editor uses the CodeMirror by Marijn Haverbeke 
	(http://marijn.haverbeke.de/codemirror/)

    Copyright (C) 2007-2008  Tobias Liebig

    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation; either version 2 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License along
    with this program; if not, write to the Free Software Foundation, Inc.,
    51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.

On Debian systems, the complete text of the GNU General Public License
can be found in /usr/share/common-licenses/GPL file.

License (typo3/sysext/t3editor/jslib/codemirror):

	Copyright (c) 2007 Marijn Haverbeke

	This software is provided 'as-is', without any express or implied
	warranty. In no event will the authors be held liable for any
	damages arising from the use of this software.

	Permission is granted to anyone to use this software for any
	purpose, including commercial applications, and to alter it and
	redistribute it freely, subject to the following restrictions:

	1. The origin of this software must not be misrepresented; you must
	   not claim that you wrote the original software. If you use this
	   software in a product, an acknowledgment in the product
	   documentation would be appreciated but is not required.

	2. Altered source versions must be plainly marked as such, and must
	   not be misrepresented as being the original software.

	3. This notice may not be removed or altered from any source
	   distribution.

License (typo3/sysext/openid/lib/php-openid)

	Apache License
	Version 2.0, January 2004
	http://www.apache.org/licenses/

On Debian systems, the complete text of the Apache License 2.0
can be found in /usr/share/common-licenses/Apache-2.0 file.

License (typo3/gfx/magnifier.png,typo3/gfx/lightning.png)

	These icons are retrieved from the "Silk" icon set of Mark James, which
	can be found at http://famfamfam.com/lab/icons/silk/.
	This set is distributed under a Creative Commons Attribution 3.0 License.
	The license can be found at http://creativecommons.org/licenses/by/3.0/.

License (typo3/contrib/extjs)

	Ext JS - JavaScript Library
	Copyright (c) 2006-2008, Ext JS, LLC
	All rights reserved.
	licensing@extjs.com

	http://extjs.com/license

	Open Source License
	------------------------------------------------------------------------------------------
	Ext is licensed under the terms of the Open Source GPL 3.0 license.
	http://www.gnu.org/licenses/gpl.html

	There are several FLOSS exceptions available for use with this release for
	open source applications that are distributed under a license other than the GPL.

	TYPO3 makes use of this FLOSS exception.
	* Open Source License Exception for Applications
	  http://extjs.com/products/floss-exception.php
	* Open Source License Exception for Development
	  http://extjs.com/products/ux-exception.php

	Commercial License
	------------------------------------------------------------------------------------------
	This is the appropriate option if you are creating proprietary applications and you are 
	not prepared to distribute and share the source code of your application under the 
	GPL v3 license. Please visit http://extjs.com/license for more details.

	OEM / Reseller License
	------------------------------------------------------------------------------------------
	For more details, please visit: http://extjs.com/license.
	--
	This library is distributed in the hope that it will be useful,
	but WITHOUT ANY WARRANTY; without even the implied warranty of
	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
	General Public License for more details.

License (typo3/contrib/swfupload/plugins/)

	SWFObject v2.0 rc4 <http://code.google.com/p/swfobject/>
	Copyright (c) 2007 Geoff Stearns, Michael Williams, and Bobby van der Sluis
	This software is released under the MIT License <http://www.opensource.org/licenses/mit-license.php>

License (typo3/contrib/flashmedia/qtobject/)

	Copyright (c) 2004 Geoff Stearns
	This software is released under the MIT License <http://www.opensource.org/licenses/mit-license.php>

	For futher information take a look into http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=602250

License (typo3/contrib/swfupload/)

	SWFUpload: http://www.swfupload.org, http://swfupload.googlecode.com

	mmSWFUpload 1.0: Flash upload dialog - http://profandesign.se/swfupload/,  http://www.vinterwebb.se/

	SWFUpload is (c) 2006-2007 Lars Huring, Olov Nilzén and Mammon Media and is released under the MIT License:
	http://www.opensource.org/licenses/mit-license.php

	SWFUpload 2 is (c) 2007-2008 Jake Roberts and is released under the MIT License:
	http://www.opensource.org/licenses/mit-license.php

License (typo3/sysext/rsaauth/resources/jsbn/)

This software is covered under the following copyright:

	Copyright (c) 2003-2005  Tom Wu
	All Rights Reserved.

	Permission is hereby granted, free of charge, to any person obtaining
	a copy of this software and associated documentation files (the
	"Software"), to deal in the Software without restriction, including
	without limitation the rights to use, copy, modify, merge, publish,
	distribute, sublicense, and/or sell copies of the Software, and to
	permit persons to whom the Software is furnished to do so, subject to
	the following conditions:

	The above copyright notice and this permission notice shall be
	included in all copies or substantial portions of the Software.

	THE SOFTWARE IS PROVIDED "AS-IS" AND WITHOUT WARRANTY OF ANY KIND, 
	EXPRESS, IMPLIED OR OTHERWISE, INCLUDING WITHOUT LIMITATION, ANY 
	WARRANTY OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.  

	IN NO EVENT SHALL TOM WU BE LIABLE FOR ANY SPECIAL, INCIDENTAL,
	INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND, OR ANY DAMAGES WHATSOEVER
	RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER OR NOT ADVISED OF
	THE POSSIBILITY OF DAMAGE, AND ON ANY THEORY OF LIABILITY, ARISING OUT
	OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

	In addition, the following condition applies:

	All redistributions must retain an intact copy of this copyright notice
	and disclaimer.

	Address all questions regarding this license to:

	  Tom Wu
	  tjw@cs.Stanford.EDU

License (typo3/contrib/flashmedia/player.swf)

	File: player.swf
	Plugin Name: Audio player
	Plugin URI: http://www.1pixelout.net/code/audio-player-wordpress-plugin/
	Description: Highly configurable single track mp3 player
	Version: 1.2
	Author: Martin Laine
	Author URI: http://www.1pixelout.net

	Copyright 2005-2006  Martin Laine  (email : martin@1pixelout.net)

	This program is free software; you can redistribute it and/or modify
	it under the terms of the GNU General Public License as published by
	the Free Software Foundation; either version 2 of the License, or
	any later version.

	This program is distributed in the hope that it will be useful,
	but WITHOUT ANY WARRANTY; without even the implied warranty of
	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
	GNU General Public License for more details.

	You should have received a copy of the GNU General Public License
	along with this program; if not, write to the Free Software
	Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA

On Debian systems, the complete text of the GNU General
Public License can be found in `/usr/share/common-licenses/GPL'.