forked from soerennb/extplorer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
copyright
259 lines (206 loc) · 11 KB
/
copyright
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
This package was debianized by Thomas Goirand <[email protected]> on
Wed, 07 Oct 2009 10:45:22 +0800
It was downloaded from:
http://extplorer.sourceforge.net/
Upstream Author:
Soeren Eberhardt <[email protected]>
Other licenses:
eXtplorer embeds loads of libraries in its original upstream source
package. Some packages were even some PHP pear packages carying some
licenses that are usable in Debian only for PHP itself. That means
that, even if the license PHP 2.02 could work for a PEAR package in
the Debian distribution, this couldn't even in the Debian source
package of eXtplorer.
For this reason, the maintainers of this package decided to create a
+dfsg version of the upstream code deleting unwanted libraries. All
the libraries that could be packaged separately, outside of
eXtplorer have been totally removed using the available shell script
debian/create_dfsg_from_upstream that is to be run right after
extraction of the upstream binary.
Here is a list of what has been removed from the upstream source,
once scripts.tar.gz has been extracted, together with the
corresponding Debian package:
scripts/editarea: libjs-edit-are
scripts/extjs3: libjs-extjs
scripts/yui: libjs-yui
libraries/Auth, libraries/HTTP: php-auth-http
libraries/Console, libraries/PEAR.php, libraries/Tar.php
libraries/System.php: php-pear
libraries/geshi: php-geshi
libraries/compat.php41x.php, libraries/compat.php42x.php
libraries/compat.php50x.php: php-compat
libraries/JSON.php: php-services-json
libraries/MIME: php-mime-type
libraries/FTP.php, libraries/FTP: php-net-ftp
Files: debian/*, Makefile
Copyright: (c) 2009, Thomas Goirand <[email protected]>
License: LGPL
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 (LGPL) may be found in /usr/share/common-licenses/LGPL.
Files: libraries/SSH2.php
Copyright: (c) 2008, Bas Weermann http://www.php.net/manual/de/function.ssh2-sftp.php#83174
(c) 2009, Soeren Eberhardt <[email protected]>
License: GPL-2, MPL 1.1
This file is derived from the work of Bas Weermann as published at:
http://www.php.net/manual/de/function.ssh2-sftp.php#83174
Copyright notice for the MPL 1.1:
The contents of this file are subject to the Mozilla Public License
Version 1.1 (the "License"); you may not use this file except in
compliance with the License.
Software distributed under the License is distributed on an "AS IS"
basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
License for the specific language governing rights and limitations
under the License.
You may obtain a copy of the License at http://www.mozilla.org/MPL/
Copyright notice for the GPL-2:
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
(GPL v2) may be found in /usr/share/common-licenses/GPL-2.
Files: libraries/Archive/path.php, libraries/Archive/folder.php,
libraries/Archive/file.php, libraries/Archive/archive.php,
libraries/Archive/adapter/zip.php
Copyright: (C) 2005 - 2008 Open Source Matters. All rights reserved.
(c) 2009, Soeren Eberhardt <[email protected]>
License: GPL
These files are modified versions of the Joomla! Framework.
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.
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
File: libraries/inputfilter.php
Copyright: (c) Daniel Morris <[email protected]> with contribution from:
(c) Gianpaolo Racca
(c) Ghislain Picard
(c) Marco Wandschneider
(c) Chris Tobin and Andrew Eddie
(c) Louis Landry
(c) 2007-2009, Soeren Eberhardt <[email protected]>
License: GPL
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.
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
(GPL) may be found in /usr/share/common-licenses/GPL.
Files: webdav.php, webdav_authenticate.php
Copyright: (c) 2008-2009, Soeren Eberhardt <[email protected]>
(c) 2008-2009, Vincent JAULIN <[email protected]>
License: GPL-2
This is based on what can bind found here:
http://blog.keyphrene.com/keyphrene/index.php/2006/09/16/9-how-to-install-a-webdav-server-in-php
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
(GPL v2) may be found in /usr/share/common-licenses/GPL-2.
Files: libraries/lib_zip.php, include/admin.php, include/archive.php,
include/bookmarks.php, include/chmod.php, include/copy_move.php,
include/delete.php, include/download.php, include/edit.php,
include/extract.php, include/ftp_authentication.php, include/functions.php,
include/header.php, include/init.php, include/list.php,
include/login.php, include/mkitem.php, include/rename.php,
include/result.class.php, include/search.php, include/upload.php,
include/users.php, include/authentication/extplorer.php,
include/authentication/ftp.php, include/authentication/ssh2.php
admin.extplorer.php, extplorer.php, extplorer.init.php,
extplorer.list.php, index.php
Copyright: (c) 2003 The QuiX project <[email protected]>
(c) 2009, Soeren Eberhardt <[email protected]>
License: MPL, GPL
The Initial Developer of the Original Code is The QuiX project, and is
released into a dual license. So eXtplorer is released under a dual-license:
You can choose wether you want to use eXtplorer under the Mozilla Public
License (MPL 1.1) or under the GNU General Public License (GNU/GPL).
MPL 1.1:
The contents of this file are subject to the Mozilla Public License
Version 1.1 (the "License"); you may not use this file except in
compliance with the License.
Software distributed under the License is distributed on an "AS IS"
basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
License for the specific language governing rights and limitations
under the License.
You may obtain a copy of the License at http://www.mozilla.org/MPL/, or in
this package in /usr/share/doc/extplorer/LICENSE_MPL.txt
Copyright notice for GPL:
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.
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
Files: *
Copyright: (c) 2009, Soeren Eberhardt <[email protected]>
License: GPL-2, MPL 1.1
eXtplorer is released under a dual-license: You can choose wether you want to
use eXtplorer under the Mozilla Public License (MPL 1.1) or under the GNU
General Public License (GNU/GPL).
MPL 1.1:
The contents of this file are subject to the Mozilla Public License
Version 1.1 (the "License"); you may not use this file except in
compliance with the License.
Software distributed under the License is distributed on an "AS IS"
basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
License for the specific language governing rights and limitations
under the License.
You may obtain a copy of the License at http://www.mozilla.org/MPL/, or in
this package in /usr/share/doc/extplorer/LICENSE_MPL.txt
GPL-2:
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
(GPL v2) may be found in /usr/share/common-licenses/GPL-2.