]> git.saurik.com Git - wxWidgets.git/blame - docs/doxygen/mainpages/copyright.h
moved translations list to the doxygen manual
[wxWidgets.git] / docs / doxygen / mainpages / copyright.h
CommitLineData
4514447c
FM
1/////////////////////////////////////////////////////////////////////////////
2// Name: copyright.h
0f660b35 3// Purpose: Copyright and license page of the Doxygen manual
4514447c
FM
4// Author: wxWidgets team
5// RCS-ID: $Id$
6// Licence: wxWindows license
7/////////////////////////////////////////////////////////////////////////////
8
9
880efa2a 10/**
4514447c 11
0f660b35 12@page page_copyright Copyright and license
4514447c 13
928f1a07
FM
14<center>
15Copyright (c) 1992-2008 Julian Smart, Robert Roebling, Vadim Zeitlin and other
16members of the wxWidgets team
4514447c 17
928f1a07
FM
18Portions (c) 1996 Artificial Intelligence Applications Institute
19</center>
4514447c 20
928f1a07
FM
21Please also see the wxWindows license files (preamble.txt, lgpl.txt, gpl.txt,
22licence.txt, licendoc.txt) for conditions of software and documentation use.
23Note that we use the old name wxWindows in the license, pending
24recognition of the new name by OSI.
4514447c 25
928f1a07
FM
26@li @subpage page_copyright_wxlicense
27@li @subpage page_copyright_gnulicense
4514447c
FM
28
29*/
30
31
880efa2a 32/**
4514447c 33
928f1a07 34@page page_copyright_wxlicense wxWindows Library License, Version 3.1
4514447c 35
928f1a07 36<!--
4514447c 37
928f1a07
FM
38NB: this is exact copy of docs/licence.txt file. DO NOT modify this
39 section, it MUST be identical to docs/licence.txt!
4514447c 40
928f1a07 41-->
4514447c 42
928f1a07 43Copyright (c) 1998-2008 Julian Smart, Robert Roebling et al
4514447c 44
928f1a07
FM
45Everyone is permitted to copy and distribute verbatim copies
46of this licence document, but changing it is not allowed.
4514447c 47
928f1a07
FM
48<center>
49WXWINDOWS LIBRARY LICENCE
4514447c 50
928f1a07
FM
51TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
52</center>
4514447c 53
928f1a07
FM
54This library is free software; you can redistribute it and/or modify it
55under the terms of the GNU Library General Public Licence as published by
56the Free Software Foundation; either version 2 of the Licence, or (at
57your option) any later version.
4514447c 58
928f1a07
FM
59This library is distributed in the hope that it will be useful, but
60WITHOUT ANY WARRANTY; without even the implied warranty of
61MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library
62General Public Licence for more details.
4514447c 63
928f1a07
FM
64You should have received a copy of the GNU Library General Public Licence
65along with this software, usually in a file named COPYING.LIB. If not,
66write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330,
67Boston, MA 02111-1307 USA.
4514447c
FM
68
69
928f1a07 70EXCEPTION NOTICE
4514447c 71
928f1a07
FM
721. As a special exception, the copyright holders of this library give
73permission for additional uses of the text contained in this release of
74the library as licenced under the wxWindows Library Licence, applying
75either version 3.1 of the Licence, or (at your option) any later version of
76the Licence as published by the copyright holders of version 3.1 of the
77Licence document.
4514447c 78
928f1a07
FM
792. The exception is that you may use, copy, link, modify and distribute
80under your own terms, binary object code versions of works based
81on the Library.
4514447c 82
928f1a07
FM
833. If you copy code from files distributed under the terms of the GNU
84General Public Licence or the GNU Library General Public Licence into a
85copy of this library, as this licence permits, the exception does not
86apply to the code that you add in this way. To avoid misleading anyone as
87to the status of such modified files, you must delete this exception
88notice from such code and/or adjust the licensing conditions notice
89accordingly.
4514447c 90
928f1a07
FM
914. If you write modifications of your own for this library, it is your
92choice whether to permit this exception to apply to your modifications.
93If you do not wish that, you must delete the exception notice from such
94code and/or adjust the licensing conditions notice accordingly.
4514447c
FM
95
96*/
97
98
880efa2a 99/**
4514447c 100
928f1a07
FM
101@page page_copyright_gnulicense GNU Library General Public License, Version 2
102
103Copyright (C) 1991 Free Software Foundation, Inc.
104675 Mass Ave, Cambridge, MA 02139, USA
105
106Everyone is permitted to copy and distribute verbatim copies
107of this license document, but changing it is not allowed.
108
109[This is the first released version of the library GPL. It is
110numbered 2 because it goes with version 2 of the ordinary GPL.]
111
112@section page_copyright_gnulicense_preamble Preamble
113
114The licenses for most software are designed to take away your
115freedom to share and change it. By contrast, the GNU General Public
116Licenses are intended to guarantee your freedom to share and change
117free software -- to make sure the software is free for all its users.
118
119This license, the Library General Public License, applies to some
120specially designated Free Software Foundation software, and to any
121other libraries whose authors decide to use it. You can use it for
122your libraries, too.
123
124When we speak of free software, we are referring to freedom, not
125price. Our General Public Licenses are designed to make sure that you
126have the freedom to distribute copies of free software (and charge for
127this service if you wish), that you receive source code or can get it
128if you want it, that you can change the software or use pieces of it
129in new free programs; and that you know you can do these things.
130
131To protect your rights, we need to make restrictions that forbid
132anyone to deny you these rights or to ask you to surrender the rights.
133These restrictions translate to certain responsibilities for you if
134you distribute copies of the library, or if you modify it.
135
136For example, if you distribute copies of the library, whether gratis
137or for a fee, you must give the recipients all the rights that we gave
138you. You must make sure that they, too, receive or can get the source
139code. If you link a program with the library, you must provide
140complete object files to the recipients so that they can relink them
141with the library, after making changes to the library and recompiling
142it. And you must show them these terms so they know their rights.
143
144Our method of protecting your rights has two steps: (1) copyright
145the library, and (2) offer you this license which gives you legal
146permission to copy, distribute and/or modify the library.
147
148Also, for each distributor's protection, we want to make certain
149that everyone understands that there is no warranty for this free
150library. If the library is modified by someone else and passed on, we
151want its recipients to know that what they have is not the original
152version, so that any problems introduced by others will not reflect on
153the original authors' reputations.
154
155Finally, any free program is threatened constantly by software
156patents. We wish to avoid the danger that companies distributing free
157software will individually obtain patent licenses, thus in effect
158transforming the program into proprietary software. To prevent this,
159we have made it clear that any patent must be licensed for everyone's
160free use or not licensed at all.
161
162Most GNU software, including some libraries, is covered by the ordinary
163GNU General Public License, which was designed for utility programs. This
164license, the GNU Library General Public License, applies to certain
165designated libraries. This license is quite different from the ordinary
166one; be sure to read it in full, and don't assume that anything in it is
167the same as in the ordinary license.
168
169The reason we have a separate public license for some libraries is that
170they blur the distinction we usually make between modifying or adding to a
171program and simply using it. Linking a program with a library, without
172changing the library, is in some sense simply using the library, and is
173analogous to running a utility program or application program. However, in
174a textual and legal sense, the linked executable is a combined work, a
175derivative of the original library, and the ordinary General Public License
176treats it as such.
177
178Because of this blurred distinction, using the ordinary General
179Public License for libraries did not effectively promote software
180sharing, because most developers did not use the libraries. We
181concluded that weaker conditions might promote sharing better.
182
183However, unrestricted linking of non-free programs would deprive the
184users of those programs of all benefit from the free status of the
185libraries themselves. This Library General Public License is intended to
186permit developers of non-free programs to use free libraries, while
187preserving your freedom as a user of such programs to change the free
188libraries that are incorporated in them. (We have not seen how to achieve
189this as regards changes in header files, but we have achieved it as regards
190changes in the actual functions of the Library.) The hope is that this
191will lead to faster development of free libraries.
192
193The precise terms and conditions for copying, distribution and
194modification follow. Pay close attention to the difference between a
195"work based on the library" and a "work that uses the library". The
196former contains code derived from the library, while the latter only
197works together with the library.
198
199Note that it is possible for a library to be covered by the ordinary
200General Public License rather than by this special one.
201
202<center>
203 GNU LIBRARY GENERAL PUBLIC LICENSE
204
205TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
206</center>
207
2080. This License Agreement applies to any software library which
209contains a notice placed by the copyright holder or other authorized
210party saying it may be distributed under the terms of this Library
211General Public License (also called "this License"). Each licensee is
212addressed as "you".
213
214A "library" means a collection of software functions and/or data
215prepared so as to be conveniently linked with application programs
216(which use some of those functions and data) to form executables.
217
218The "Library", below, refers to any such software library or work
219which has been distributed under these terms. A "work based on the
220Library" means either the Library or any derivative work under
221copyright law: that is to say, a work containing the Library or a
222portion of it, either verbatim or with modifications and/or translated
223straightforwardly into another language. (Hereinafter, translation is
224included without limitation in the term "modification".)
225
226"Source code" for a work means the preferred form of the work for
227making modifications to it. For a library, complete source code means
228all the source code for all modules it contains, plus any associated
229interface definition files, plus the scripts used to control compilation
230and installation of the library.
231
232Activities other than copying, distribution and modification are not
233covered by this License; they are outside its scope. The act of
234running a program using the Library is not restricted, and output from
235such a program is covered only if its contents constitute a work based
236on the Library (independent of the use of the Library in a tool for
237writing it). Whether that is true depends on what the Library does
238and what the program that uses the Library does.
239
2401. You may copy and distribute verbatim copies of the Library's
241complete source code as you receive it, in any medium, provided that
242you conspicuously and appropriately publish on each copy an
243appropriate copyright notice and disclaimer of warranty; keep intact
244all the notices that refer to this License and to the absence of any
245warranty; and distribute a copy of this License along with the
246Library.
247
248You may charge a fee for the physical act of transferring a copy,
249and you may at your option offer warranty protection in exchange for a
250fee.
251
2522. You may modify your copy or copies of the Library or any portion
253of it, thus forming a work based on the Library, and copy and
254distribute such modifications or work under the terms of Section 1
255above, provided that you also meet all of these conditions:
256
257a) The modified work must itself be a software library.
258
259b) You must cause the files modified to carry prominent notices
260stating that you changed the files and the date of any change.
261
262c) You must cause the whole of the work to be licensed at no
263charge to all third parties under the terms of this License.
264
265d) If a facility in the modified Library refers to a function or a
266table of data to be supplied by an application program that uses
267the facility, other than as an argument passed when the facility
268is invoked, then you must make a good faith effort to ensure that,
269in the event an application does not supply such function or
270table, the facility still operates, and performs whatever part of
271its purpose remains meaningful.
272
273(For example, a function in a library to compute square roots has
274a purpose that is entirely well-defined independent of the
275application. Therefore, Subsection 2d requires that any
276application-supplied function or table used by this function must
277be optional: if the application does not supply it, the square
278root function must still compute square roots.)
279
280These requirements apply to the modified work as a whole. If
281identifiable sections of that work are not derived from the Library,
282and can be reasonably considered independent and separate works in
283themselves, then this License, and its terms, do not apply to those
284sections when you distribute them as separate works. But when you
285distribute the same sections as part of a whole which is a work based
286on the Library, the distribution of the whole must be on the terms of
287this License, whose permissions for other licensees extend to the
288entire whole, and thus to each and every part regardless of who wrote
289it.
290
291Thus, it is not the intent of this section to claim rights or contest
292your rights to work written entirely by you; rather, the intent is to
293exercise the right to control the distribution of derivative or
294collective works based on the Library.
295
296In addition, mere aggregation of another work not based on the Library
297with the Library (or with a work based on the Library) on a volume of
298a storage or distribution medium does not bring the other work under
299the scope of this License.
300
3013. You may opt to apply the terms of the ordinary GNU General Public
302License instead of this License to a given copy of the Library. To do
303this, you must alter all the notices that refer to this License, so
304that they refer to the ordinary GNU General Public License, version 2,
305instead of to this License. (If a newer version than version 2 of the
306ordinary GNU General Public License has appeared, then you can specify
307that version instead if you wish.) Do not make any other change in
308these notices.
309
310Once this change is made in a given copy, it is irreversible for
311that copy, so the ordinary GNU General Public License applies to all
312subsequent copies and derivative works made from that copy.
313
314This option is useful when you wish to copy part of the code of
315the Library into a program that is not a library.
316
3174. You may copy and distribute the Library (or a portion or
318derivative of it, under Section 2) in object code or executable form
319under the terms of Sections 1 and 2 above provided that you accompany
320it with the complete corresponding machine-readable source code, which
321must be distributed under the terms of Sections 1 and 2 above on a
322medium customarily used for software interchange.
323
324If distribution of object code is made by offering access to copy
325from a designated place, then offering equivalent access to copy the
326source code from the same place satisfies the requirement to
327distribute the source code, even though third parties are not
328compelled to copy the source along with the object code.
329
3305. A program that contains no derivative of any portion of the
331Library, but is designed to work with the Library by being compiled or
332linked with it, is called a "work that uses the Library". Such a
333work, in isolation, is not a derivative work of the Library, and
334therefore falls outside the scope of this License.
335
336However, linking a "work that uses the Library" with the Library
337creates an executable that is a derivative of the Library (because it
338contains portions of the Library), rather than a "work that uses the
339library". The executable is therefore covered by this License.
340Section 6 states terms for distribution of such executables.
341
342When a "work that uses the Library" uses material from a header file
343that is part of the Library, the object code for the work may be a
344derivative work of the Library even though the source code is not.
345Whether this is true is especially significant if the work can be
346linked without the Library, or if the work is itself a library. The
347threshold for this to be true is not precisely defined by law.
348
349If such an object file uses only numerical parameters, data
350structure layouts and accessors, and small macros and small inline
351functions (ten lines or less in length), then the use of the object
352file is unrestricted, regardless of whether it is legally a derivative
353work. (Executables containing this object code plus portions of the
354Library will still fall under Section 6.)
355
356Otherwise, if the work is a derivative of the Library, you may
357distribute the object code for the work under the terms of Section 6.
358Any executables containing that work also fall under Section 6,
359whether or not they are linked directly with the Library itself.
360
3616. As an exception to the Sections above, you may also compile or
362link a "work that uses the Library" with the Library to produce a
363work containing portions of the Library, and distribute that work
364under terms of your choice, provided that the terms permit
365modification of the work for the customer's own use and reverse
366engineering for debugging such modifications.
367
368You must give prominent notice with each copy of the work that the
369Library is used in it and that the Library and its use are covered by
370this License. You must supply a copy of this License. If the work
371during execution displays copyright notices, you must include the
372copyright notice for the Library among them, as well as a reference
373directing the user to the copy of this License. Also, you must do one
374of these things:
375
376a) Accompany the work with the complete corresponding
377machine-readable source code for the Library including whatever
378changes were used in the work (which must be distributed under
379Sections 1 and 2 above); and, if the work is an executable linked
380with the Library, with the complete machine-readable "work that
381uses the Library", as object code and/or source code, so that the
382user can modify the Library and then relink to produce a modified
383executable containing the modified Library. (It is understood
384that the user who changes the contents of definitions files in the
385Library will not necessarily be able to recompile the application
386to use the modified definitions.)
387
388b) Accompany the work with a written offer, valid for at
389least three years, to give the same user the materials
390specified in Subsection 6a, above, for a charge no more
391than the cost of performing this distribution.
392
393c) If distribution of the work is made by offering access to copy
394from a designated place, offer equivalent access to copy the above
395specified materials from the same place.
396
397d) Verify that the user has already received a copy of these
398materials or that you have already sent this user a copy.
399
400For an executable, the required form of the "work that uses the
401Library" must include any data and utility programs needed for
402reproducing the executable from it. However, as a special exception,
403the source code distributed need not include anything that is normally
404distributed (in either source or binary form) with the major
405components (compiler, kernel, and so on) of the operating system on
406which the executable runs, unless that component itself accompanies
407the executable.
408
409It may happen that this requirement contradicts the license
410restrictions of other proprietary libraries that do not normally
411accompany the operating system. Such a contradiction means you cannot
412use both them and the Library together in an executable that you
413distribute.
414
4157. You may place library facilities that are a work based on the
416Library side-by-side in a single library together with other library
417facilities not covered by this License, and distribute such a combined
418library, provided that the separate distribution of the work based on
419the Library and of the other library facilities is otherwise
420permitted, and provided that you do these two things:
421
422a) Accompany the combined library with a copy of the same work
423based on the Library, uncombined with any other library
424facilities. This must be distributed under the terms of the
425Sections above.
426
427b) Give prominent notice with the combined library of the fact
428that part of it is a work based on the Library, and explaining
429where to find the accompanying uncombined form of the same work.
430
4318. You may not copy, modify, sublicense, link with, or distribute
432the Library except as expressly provided under this License. Any
433attempt otherwise to copy, modify, sublicense, link with, or
434distribute the Library is void, and will automatically terminate your
435rights under this License. However, parties who have received copies,
436or rights, from you under this License will not have their licenses
437terminated so long as such parties remain in full compliance.
438
4399. You are not required to accept this License, since you have not
440signed it. However, nothing else grants you permission to modify or
441distribute the Library or its derivative works. These actions are
442prohibited by law if you do not accept this License. Therefore, by
443modifying or distributing the Library (or any work based on the
444Library), you indicate your acceptance of this License to do so, and
445all its terms and conditions for copying, distributing or modifying
446the Library or works based on it.
447
44810. Each time you redistribute the Library (or any work based on the
449Library), the recipient automatically receives a license from the
450original licensor to copy, distribute, link with or modify the Library
451subject to these terms and conditions. You may not impose any further
452restrictions on the recipients' exercise of the rights granted herein.
453You are not responsible for enforcing compliance by third parties to
454this License.
455
45611. If, as a consequence of a court judgment or allegation of patent
457infringement or for any other reason (not limited to patent issues),
458conditions are imposed on you (whether by court order, agreement or
459otherwise) that contradict the conditions of this License, they do not
460excuse you from the conditions of this License. If you cannot
461distribute so as to satisfy simultaneously your obligations under this
462License and any other pertinent obligations, then as a consequence you
463may not distribute the Library at all. For example, if a patent
464license would not permit royalty-free redistribution of the Library by
465all those who receive copies directly or indirectly through you, then
466the only way you could satisfy both it and this License would be to
467refrain entirely from distribution of the Library.
468
469If any portion of this section is held invalid or unenforceable under any
470particular circumstance, the balance of the section is intended to apply,
471and the section as a whole is intended to apply in other circumstances.
472
473It is not the purpose of this section to induce you to infringe any
474patents or other property right claims or to contest validity of any
475such claims; this section has the sole purpose of protecting the
476integrity of the free software distribution system which is
477implemented by public license practices. Many people have made
478generous contributions to the wide range of software distributed
479through that system in reliance on consistent application of that
480system; it is up to the author/donor to decide if he or she is willing
481to distribute software through any other system and a licensee cannot
482impose that choice.
483
484This section is intended to make thoroughly clear what is believed to
485be a consequence of the rest of this License.
486
48712. If the distribution and/or use of the Library is restricted in
488certain countries either by patents or by copyrighted interfaces, the
489original copyright holder who places the Library under this License may add
490an explicit geographical distribution limitation excluding those countries,
491so that distribution is permitted only in or among countries not thus
492excluded. In such case, this License incorporates the limitation as if
493written in the body of this License.
494
49513. The Free Software Foundation may publish revised and/or new
496versions of the Library General Public License from time to time.
497Such new versions will be similar in spirit to the present version,
498but may differ in detail to address new problems or concerns.
499
500Each version is given a distinguishing version number. If the Library
501specifies a version number of this License which applies to it and
502"any later version", you have the option of following the terms and
503conditions either of that version or of any later version published by
504the Free Software Foundation. If the Library does not specify a
505license version number, you may choose any version ever published by
506the Free Software Foundation.
507
50814. If you wish to incorporate parts of the Library into other free
509programs whose distribution conditions are incompatible with these,
510write to the author to ask for permission. For software which is
511copyrighted by the Free Software Foundation, write to the Free
512Software Foundation; we sometimes make exceptions for this. Our
513decision will be guided by the two goals of preserving the free status
514of all derivatives of our free software and of promoting the sharing
515and reuse of software generally.
516
517<center>
518NO WARRANTY
519</center>
520
52115. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
522WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
523EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
524OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY
525KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
526IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
527PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
528LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
529THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
530
53116. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
532WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
533AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
534FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
535CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
536LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
537RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
538FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
539SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
540DAMAGES.
541
542
543<center>
544END OF TERMS AND CONDITIONS
545</center>
546
547@section page_copyright_gnulicense_appendix Appendix: How to Apply These Terms to Your New Libraries
548
549If you develop a new library, and you want it to be of the greatest
550possible use to the public, we recommend making it free software that
551everyone can redistribute and change. You can do so by permitting
552redistribution under these terms (or, alternatively, under the terms of the
553ordinary General Public License).
554
555To apply these terms, attach the following notices to the library. It is
556safest to attach them to the start of each source file to most effectively
557convey the exclusion of warranty; and each file should have at least the
558"copyright" line and a pointer to where the full notice is found.
559
560@verbatim
561<one line to give the library's name and a brief idea of what it does.>
562Copyright (C) <year> <name of author>
563
564This library is free software; you can redistribute it and/or
565modify it under the terms of the GNU Library General Public
566License as published by the Free Software Foundation; either
567version 2 of the License, or (at your option) any later version.
568
569This library is distributed in the hope that it will be useful,
570but WITHOUT ANY WARRANTY; without even the implied warranty of
571MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
572Library General Public License for more details.
573
574You should have received a copy of the GNU Library General Public
575License along with this library; if not, write to the Free
576Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
577@endverbatim
578
579
580Also add information on how to contact you by electronic and paper mail.
581
582You should also get your employer (if you work as a programmer) or your
583school, if any, to sign a "copyright disclaimer" for the library, if
584necessary. Here is a sample; alter the names:
585
586@verbatim
587Yoyodyne, Inc., hereby disclaims all copyright interest in the
588library `Frob' (a library for tweaking knobs) written by James Random Hacker.
589
590<signature of Ty Coon>, 1 April 1990
591Ty Coon, President of Vice
592@endverbatim
593
594
595That's all there is to it!
596
4514447c 597*/