]> git.mxchange.org Git - friendica.git/blob - LICENSE
like the jquery license but better
[friendica.git] / LICENSE
1 Friendika - Copyright 2010, 2011 the Friendika Project
2
3 Friendika is released under six licenses: Public Domain, Anarchy, Beerware, 
4 MIT, BSD, and GPL. You may pick the license that best suits your needs. You do 
5 not need to do anything special to choose one license or another and you do 
6 not need inform anybody of your decision. 
7
8 Components packaged with this software may fall under different license terms.
9
10 cropper      - BSD
11 TwitterOAuth - BSD
12 markdown     - BSD
13 slinky       - BSD
14 ajax-upload  - MIT
15 simplepie    - MIT
16 LightOpenID  - MIT
17 HTML5        - MIT
18 jQuery       - MIT
19 TinyMCE      - LGPL
20 phpsec       - LGPL
21 HTMLPurifer  - LGPL
22 Facebook SDK - Apache
23
24 Addons, plugins, and themes may also be provided under their own license terms.
25
26
27 The text of all appropriate Friendika Project licenses are provided below.
28
29 ----
30 Public Domain
31 ----
32
33 This work is released into the public domain.
34
35
36 ----
37 Anarchy license
38 ----
39
40 The Friendika project is distributed under the following license terms:
41
42 * This software is provided for any use with no license terms or restrictions.
43
44 No guarantee is provided. Use at your own risk.
45
46
47 ----
48 Beerware License
49 ----
50
51 Mike Macgirvin wrote a lot of this stuff. He had help from other people
52 "the Friendika Project" who also wrote stuff. As long as you retain this 
53 notice you can do whatever you want with this stuff. If we meet some day, 
54 and you think this stuff is worth it, you can buy Mike Macgirvin or any 
55 other people in the Friendika Project a beer in return.
56
57 [Mike prefers dopplebocks.]
58
59
60 ----
61 MIT License
62 ----
63
64 Copyright (c) 2010, 2011 the Friendika Project
65
66 Permission is hereby granted, free of charge, to any person obtaining a copy
67 of this software and associated documentation files (the "Software"), to deal
68 in the Software without restriction, including without limitation the rights
69 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
70 copies of the Software, and to permit persons to whom the Software is
71 furnished to do so, subject to the following conditions:
72
73 The above copyright notice and this permission notice shall be included in
74 all copies or substantial portions of the Software.
75
76 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
77 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
78 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
79 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
80 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
81 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
82 THE SOFTWARE.
83
84 ----
85 BSD License
86 ----
87
88 Copyright (c) 2010,2011 the Friendika Project
89
90 All rights reserved.
91
92 Redistribution and use in source and binary forms, with or without
93 modification, are permitted provided that the following conditions are met:
94     * Redistributions of source code must retain the above copyright
95       notice, this list of conditions and the following disclaimer.
96     * Redistributions in binary form must reproduce the above copyright
97       notice, this list of conditions and the following disclaimer in the
98       documentation and/or other materials provided with the distribution.
99     * Neither the name of the <organization> nor the
100       names of its contributors may be used to endorse or promote products
101       derived from this software without specific prior written permission.
102
103 THIS SOFTWARE IS PROVIDED BY the Friendika Project ''AS IS'' AND ANY
104 EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
105 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
106 DISCLAIMED. IN NO EVENT SHALL <copyright holder> BE LIABLE FOR ANY
107 DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
108 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
109 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
110 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
111 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
112 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
113
114
115 ----
116 GPL License
117 ----
118
119                     GNU GENERAL PUBLIC LICENSE
120                        Version 2, June 1991
121
122  Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
123  51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
124  Everyone is permitted to copy and distribute verbatim copies
125  of this license document, but changing it is not allowed.
126
127                             Preamble
128
129   The licenses for most software are designed to take away your
130 freedom to share and change it.  By contrast, the GNU General Public
131 License is intended to guarantee your freedom to share and change free
132 software--to make sure the software is free for all its users.  This
133 General Public License applies to most of the Free Software
134 Foundation's software and to any other program whose authors commit to
135 using it.  (Some other Free Software Foundation software is covered by
136 the GNU Lesser General Public License instead.)  You can apply it to
137 your programs, too.
138
139   When we speak of free software, we are referring to freedom, not
140 price.  Our General Public Licenses are designed to make sure that you
141 have the freedom to distribute copies of free software (and charge for
142 this service if you wish), that you receive source code or can get it
143 if you want it, that you can change the software or use pieces of it
144 in new free programs; and that you know you can do these things.
145
146   To protect your rights, we need to make restrictions that forbid
147 anyone to deny you these rights or to ask you to surrender the rights.
148 These restrictions translate to certain responsibilities for you if you
149 distribute copies of the software, or if you modify it.
150
151   For example, if you distribute copies of such a program, whether
152 gratis or for a fee, you must give the recipients all the rights that
153 you have.  You must make sure that they, too, receive or can get the
154 source code.  And you must show them these terms so they know their
155 rights.
156
157   We protect your rights with two steps: (1) copyright the software, and
158 (2) offer you this license which gives you legal permission to copy,
159 distribute and/or modify the software.
160
161   Also, for each author's protection and ours, we want to make certain
162 that everyone understands that there is no warranty for this free
163 software.  If the software is modified by someone else and passed on, we
164 want its recipients to know that what they have is not the original, so
165 that any problems introduced by others will not reflect on the original
166 authors' reputations.
167
168   Finally, any free program is threatened constantly by software
169 patents.  We wish to avoid the danger that redistributors of a free
170 program will individually obtain patent licenses, in effect making the
171 program proprietary.  To prevent this, we have made it clear that any
172 patent must be licensed for everyone's free use or not licensed at all.
173
174   The precise terms and conditions for copying, distribution and
175 modification follow.
176
177                     GNU GENERAL PUBLIC LICENSE
178    TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
179
180   0. This License applies to any program or other work which contains
181 a notice placed by the copyright holder saying it may be distributed
182 under the terms of this General Public License.  The "Program", below,
183 refers to any such program or work, and a "work based on the Program"
184 means either the Program or any derivative work under copyright law:
185 that is to say, a work containing the Program or a portion of it,
186 either verbatim or with modifications and/or translated into another
187 language.  (Hereinafter, translation is included without limitation in
188 the term "modification".)  Each licensee is addressed as "you".
189
190 Activities other than copying, distribution and modification are not
191 covered by this License; they are outside its scope.  The act of
192 running the Program is not restricted, and the output from the Program
193 is covered only if its contents constitute a work based on the
194 Program (independent of having been made by running the Program).
195 Whether that is true depends on what the Program does.
196
197   1. You may copy and distribute verbatim copies of the Program's
198 source code s you receive it, in any medium, provided that you
199 conspicuously and appropriately publish on each copy an appropriate
200 copyright notice and disclaimer of warranty; keep intact all the
201 notices that refer to this License and to the absence of any warranty;
202 and give any other recipients of the Program a copy of this License
203 along with the Program.
204
205 You may charge a fee for the physical act of transferring a copy, and
206 you may at your option offer warranty protection in exchange for a fee.
207
208   2. You may modify your copy or copies of the Program or any portion
209 of it, thus forming a work based on the Program, and copy and
210 distribute such modifications or work under the terms of Section 1
211 above, provided that you also meet all of these conditions:
212
213     a) You must cause the modified files to carry prominent notices
214     stating that you changed the files and the date of any change.
215
216     b) You must cause any work that you distribute or publish, that in
217     whole or in part contains or is derived from the Program or any
218     part thereof, to be licensed as a whole at no charge to all third
219     parties under the terms of this License.
220
221     c) If the modified program normally reads commands interactively
222     when run, you must cause it, when started running for such
223     interactive use in the most ordinary way, to print or display an
224     announcement including an appropriate copyright notice and a
225     notice that there is no warranty (or else, saying that you provide
226     a warranty) and that users may redistribute the program under
227     these conditions, and telling the user how to view a copy of this
228     License.  (Exception: if the Program itself is interactive but
229     does not normally print such an announcement, your work based on
230     the Program is not required to print an announcement.)
231
232 These requirements apply to the modified work as a whole.  If
233 identifiable sections of that work are not derived from the Program,
234 and can be reasonably considered independent and separate works in
235 themselves, then this License, and its terms, do not apply to those
236 sections when you distribute them as separate works.  But when you
237 distribute the same sections as part of a whole which is a work based
238 on the Program, the distribution of the whole must be on the terms of
239 this License, whose permissions for other licensees extend to the
240 entire whole, and thus to each and every part regardless of who wrote it.
241
242 Thus, it is not the intent of this section to claim rights or contest
243 your rights to work written entirely by you; rather, the intent is to
244 exercise the right to control the distribution of derivative or
245 collective works based on the Program.
246
247 In addition, mere aggregation of another work not based on the Program
248 with the Program (or with a work based on the Program) on a volume of
249 a storage or distribution medium does not bring the other work under
250 the scope of this License.
251
252   3. You may copy and distribute the Program (or a work based on it,
253 under Section 2) in object code or executable form under the terms of
254 Sections 1 and 2 above provided that you also do one of the following:
255
256     a) Accompany it with the complete corresponding machine-readable
257     source code, which must be distributed under the terms of Sections
258     1 and 2 above on a medium customarily used for software interchange; or,
259
260     b) Accompany it with a written offer, valid for at least three
261     years, to give any third party, for a charge no more than your
262     cost of physically performing source distribution, a complete
263     machine-readable copy of the corresponding source code, to be
264     distributed under the terms of Sections 1 and 2 above on a medium
265     customarily used for software interchange; or,
266
267     c) Accompany it with the information you received as to the offer
268     to distribute corresponding source code.  (This alternative is
269     allowed only for noncommercial distribution and only if you
270     received the program in object code or executable form with such
271     an offer, in accord with Subsection b above.)
272
273 The source code for a work means the preferred form of the work for
274 making modifications to it.  For an executable work, complete source
275 code means all the source code for all modules it contains, plus any
276 associated interface definition files, plus the scripts used to
277 control compilation and installation of the executable.  However, as a
278 special exception, the source code distributed need not include
279 anything that is normally distributed (in either source or binary
280 form) with the major components (compiler, kernel, and so on) of the
281 operating system on which the executable runs, unless that component
282 itself accompanies the executable.
283
284 If distribution of executable or object code is made by offering
285 access to copy from a designated place, then offering equivalent
286 access to copy the source code from the same place counts as
287 distribution of the source code, even though third parties are not
288 compelled to copy the source along with the object code.
289
290   4. You may not copy, modify, sublicense, or distribute the Program
291 except as expressly provided under this License.  Any attempt
292 otherwise to copy, modify, sublicense or distribute the Program is
293 void, and will automatically terminate your rights under this License.
294 However, parties who have received copies, or rights, from you under
295 this License will not have their licenses terminated so long as such
296 parties remain in full compliance.
297
298   5. You are not required to accept this License, since you have not
299 signed it.  However, nothing else grants you permission to modify or
300 distribute the Program or its derivative works.  These actions are
301 prohibited by law if you do not accept this License.  Therefore, by
302 modifying or distributing the Program (or any work based on the
303 Program), you indicate your acceptance of this License to do so, and
304 all its terms and conditions for copying, distributing or modifying
305 the Program or works based on it.
306
307   6. Each time you redistribute the Program (or any work based on the
308 Program), the recipient automatically receives a license from the
309 original licensor to copy, distribute or modify the Program subject to
310 these terms and conditions.  You may not impose any further
311 restrictions on the recipients' exercise of the rights granted herein.
312 You are not responsible for enforcing compliance by third parties to
313 this License.
314
315   7. If, as a consequence of a court judgment or allegation of patent
316 infringement or for any other reason (not limited to patent issues),
317 conditions are imposed on you (whether by court order, agreement or
318 otherwise) that contradict the conditions of this License, they do not
319 excuse you from the conditions of this License.  If you cannot
320 distribute so as to satisfy simultaneously your obligations under this
321 License and any other pertinent obligations, then as a consequence you
322 may not distribute the Program at all.  For example, if a patent
323 license would not permit royalty-free redistribution of the Program by
324 all those who receive copies directly or indirectly through you, then
325 the only way you could satisfy both it and this License would be to
326 refrain entirely from distribution of the Program.
327
328 If any portion of this section is held invalid or unenforceable under
329 any particular circumstance, the balance of the section is intended to
330 apply and the section as a whole is intended to apply in other
331 circumstances.
332
333 It is not the purpose of this section to induce you to infringe any
334 patents or other property right claims or to contest validity of any
335 such claims; this section has the sole purpose of protecting the
336 integrity of the free software distribution system, which is
337 implemented by public license practices.  Many people have made
338 generous contributions to the wide range of software distributed
339 through that system in reliance on consistent application of that
340 system; it is up to the author/donor to decide if he or she is willing
341 to distribute software through any other system and a licensee cannot
342 impose that choice.
343
344 This section is intended to make thoroughly clear what is believed to
345 be a consequence of the rest of this License.
346
347   8. If the distribution and/or use of the Program is restricted in
348 certain countries either by patents or by copyrighted interfaces, the
349 original copyright holder who places the Program under this License
350 may add an explicit geographical distribution limitation excluding
351 those countries, so that distribution is permitted only in or among
352 countries not thus excluded.  In such case, this License incorporates
353 the limitation as if written in the body of this License.
354
355   9. The Free Software Foundation may publish revised and/or new versions
356 of the General Public License from time to time.  Such new versions will
357 be similar in spirit to the present version, but may differ in detail to
358 address new problems or concerns.
359
360 Each version is given a distinguishing version number.  If the Program
361 specifies a version number of this License which applies to it and "any
362 later version", you have the option of following the terms and conditions
363 either of that version or of any later version published by the Free
364 Software Foundation.  If the Program does not specify a version number of
365 this License, you may choose any version ever published by the Free Software
366 Foundation.
367
368   10. If you wish to incorporate parts of the Program into other free
369 programs whose distribution conditions are different, write to the author
370 to ask for permission.  For software which is copyrighted by the Free
371 Software Foundation, write to the Free Software Foundation; we sometimes
372 make exceptions for this.  Our decision will be guided by the two goals
373 of preserving the free status of all derivatives of our free software and
374 of promoting the sharing and reuse of software generally.
375
376                             NO WARRANTY
377
378   11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
379 FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
380 OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
381 PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
382 OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
383 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS
384 TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE
385 PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
386 REPAIR OR CORRECTION.
387
388   12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
389 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
390 REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
391 INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
392 OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
393 TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
394 YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
395 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
396 POSSIBILITY OF SUCH DAMAGES.