diff options
Diffstat (limited to 'ThirdPartyLicenses')
33 files changed, 1532 insertions, 0 deletions
diff --git a/ThirdPartyLicenses/Aurora-Sim.txt b/ThirdPartyLicenses/Aurora-Sim.txt new file mode 100644 index 0000000..162d552 --- /dev/null +++ b/ThirdPartyLicenses/Aurora-Sim.txt | |||
@@ -0,0 +1,26 @@ | |||
1 | /* | ||
2 | * Copyright (c) Contributors, http://aurora-sim.org/ | ||
3 | * See CONTRIBUTORS.TXT for a full list of copyright holders. | ||
4 | * | ||
5 | * Redistribution and use in source and binary forms, with or without | ||
6 | * modification, are permitted provided that the following conditions are met: | ||
7 | * * Redistributions of source code must retain the above copyright | ||
8 | * notice, this list of conditions and the following disclaimer. | ||
9 | * * Redistributions in binary form must reproduce the above copyright | ||
10 | * notice, this list of conditions and the following disclaimer in the | ||
11 | * documentation and/or other materials provided with the distribution. | ||
12 | * * Neither the name of the Aurora-Sim Project nor the | ||
13 | * names of its contributors may be used to endorse or promote products | ||
14 | * derived from this software without specific prior written permission. | ||
15 | * | ||
16 | * THIS SOFTWARE IS PROVIDED BY THE DEVELOPERS ``AS IS'' AND ANY | ||
17 | * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED | ||
18 | * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE | ||
19 | * DISCLAIMED. IN NO EVENT SHALL THE CONTRIBUTORS BE LIABLE FOR ANY | ||
20 | * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES | ||
21 | * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; | ||
22 | * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND | ||
23 | * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | ||
24 | * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS | ||
25 | * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||
26 | */ | ||
diff --git a/ThirdPartyLicenses/Axiom.txt b/ThirdPartyLicenses/Axiom.txt new file mode 100644 index 0000000..fe97db2 --- /dev/null +++ b/ThirdPartyLicenses/Axiom.txt | |||
@@ -0,0 +1,141 @@ | |||
1 | GNU LESSER GENERAL PUBLIC LICENSE | ||
2 | Version 2.1, February 1999 | ||
3 | |||
4 | |||
5 | Copyright (C) 1991, 1999 Free Software Foundation, Inc. | ||
6 | 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
7 | Everyone is permitted to copy and distribute verbatim copies | ||
8 | of this license document, but changing it is not allowed. | ||
9 | |||
10 | [This is the first released version of the Lesser GPL. It also counts | ||
11 | as the successor of the GNU Library Public License, version 2, hence | ||
12 | the version number 2.1.] | ||
13 | |||
14 | Preamble | ||
15 | The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU General Public Licenses are intended to guarantee your freedom to share and change free software--to make sure the software is free for all its users. | ||
16 | |||
17 | This license, the Lesser General Public License, applies to some specially designated software packages--typically libraries--of the Free Software Foundation and other authors who decide to use it. You can use it too, but we suggest you first think carefully about whether this license or the ordinary General Public License is the better strategy to use in any particular case, based on the explanations below. | ||
18 | |||
19 | When we speak of free software, we are referring to freedom of use, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for this service if you wish); that you receive source code or can get it if you want it; that you can change the software and use pieces of it in new free programs; and that you are informed that you can do these things. | ||
20 | |||
21 | To protect your rights, we need to make restrictions that forbid distributors to deny you these rights or to ask you to surrender these rights. These restrictions translate to certain responsibilities for you if you distribute copies of the library or if you modify it. | ||
22 | |||
23 | For example, if you distribute copies of the library, whether gratis or for a fee, you must give the recipients all the rights that we gave you. You must make sure that they, too, receive or can get the source code. If you link other code with the library, you must provide complete object files to the recipients, so that they can relink them with the library after making changes to the library and recompiling it. And you must show them these terms so they know their rights. | ||
24 | |||
25 | We protect your rights with a two-step method: (1) we copyright the library, and (2) we offer you this license, which gives you legal permission to copy, distribute and/or modify the library. | ||
26 | |||
27 | To protect each distributor, we want to make it very clear that there is no warranty for the free library. Also, if the library is modified by someone else and passed on, the recipients should know that what they have is not the original version, so that the original author's reputation will not be affected by problems that might be introduced by others. | ||
28 | |||
29 | Finally, software patents pose a constant threat to the existence of any free program. We wish to make sure that a company cannot effectively restrict the users of a free program by obtaining a restrictive license from a patent holder. Therefore, we insist that any patent license obtained for a version of the library must be consistent with the full freedom of use specified in this license. | ||
30 | |||
31 | Most GNU software, including some libraries, is covered by the ordinary GNU General Public License. This license, the GNU Lesser General Public License, applies to certain designated libraries, and is quite different from the ordinary General Public License. We use this license for certain libraries in order to permit linking those libraries into non-free programs. | ||
32 | |||
33 | When a program is linked with a library, whether statically or using a shared library, the combination of the two is legally speaking a combined work, a derivative of the original library. The ordinary General Public License therefore permits such linking only if the entire combination fits its criteria of freedom. The Lesser General Public License permits more lax criteria for linking other code with the library. | ||
34 | |||
35 | We call this license the "Lesser" General Public License because it does Less to protect the user's freedom than the ordinary General Public License. It also provides other free software developers Less of an advantage over competing non-free programs. These disadvantages are the reason we use the ordinary General Public License for many libraries. However, the Lesser license provides advantages in certain special circumstances. | ||
36 | |||
37 | For example, on rare occasions, there may be a special need to encourage the widest possible use of a certain library, so that it becomes a de-facto standard. To achieve this, non-free programs must be allowed to use the library. A more frequent case is that a free library does the same job as widely used non-free libraries. In this case, there is little to gain by limiting the free library to free software only, so we use the Lesser General Public License. | ||
38 | |||
39 | In other cases, permission to use a particular library in non-free programs enables a greater number of people to use a large body of free software. For example, permission to use the GNU C Library in non-free programs enables many more people to use the whole GNU operating system, as well as its variant, the GNU/Linux operating system. | ||
40 | |||
41 | Although the Lesser General Public License is Less protective of the users' freedom, it does ensure that the user of a program that is linked with the Library has the freedom and the wherewithal to run that program using a modified version of the Library. | ||
42 | |||
43 | The precise terms and conditions for copying, distribution and modification follow. Pay close attention to the difference between a "work based on the library" and a "work that uses the library". The former contains code derived from the library, whereas the latter must be combined with the library in order to run. | ||
44 | |||
45 | |||
46 | TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION | ||
47 | 0. This License Agreement applies to any software library or other program which contains a notice placed by the copyright holder or other authorized party saying it may be distributed under the terms of this Lesser General Public License (also called "this License"). Each licensee is addressed as "you". | ||
48 | |||
49 | A "library" means a collection of software functions and/or data prepared so as to be conveniently linked with application programs (which use some of those functions and data) to form executables. | ||
50 | |||
51 | The "Library", below, refers to any such software library or work which has been distributed under these terms. A "work based on the Library" means either the Library or any derivative work under copyright law: that is to say, a work containing the Library or a portion of it, either verbatim or with modifications and/or translated straightforwardly into another language. (Hereinafter, translation is included without limitation in the term "modification".) | ||
52 | |||
53 | "Source code" for a work means the preferred form of the work for making modifications to it. For a library, complete source code means all the source code for all modules it contains, plus any associated interface definition files, plus the scripts used to control compilation and installation of the library. | ||
54 | |||
55 | Activities other than copying, distribution and modification are not covered by this License; they are outside its scope. The act of running a program using the Library is not restricted, and output from such a program is covered only if its contents constitute a work based on the Library (independent of the use of the Library in a tool for writing it). Whether that is true depends on what the Library does and what the program that uses the Library does. | ||
56 | |||
57 | 1. You may copy and distribute verbatim copies of the Library's complete source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice and disclaimer of warranty; keep intact all the notices that refer to this License and to the absence of any warranty; and distribute a copy of this License along with the Library. | ||
58 | |||
59 | You may charge a fee for the physical act of transferring a copy, and you may at your option offer warranty protection in exchange for a fee. | ||
60 | |||
61 | 2. You may modify your copy or copies of the Library or any portion of it, thus forming a work based on the Library, and copy and distribute such modifications or work under the terms of Section 1 above, provided that you also meet all of these conditions: | ||
62 | |||
63 | |||
64 | a) The modified work must itself be a software library. | ||
65 | b) You must cause the files modified to carry prominent notices stating that you changed the files and the date of any change. | ||
66 | c) You must cause the whole of the work to be licensed at no charge to all third parties under the terms of this License. | ||
67 | d) If a facility in the modified Library refers to a function or a table of data to be supplied by an application program that uses the facility, other than as an argument passed when the facility is invoked, then you must make a good faith effort to ensure that, in the event an application does not supply such function or table, the facility still operates, and performs whatever part of its purpose remains meaningful. | ||
68 | (For example, a function in a library to compute square roots has a purpose that is entirely well-defined independent of the application. Therefore, Subsection 2d requires that any application-supplied function or table used by this function must be optional: if the application does not supply it, the square root function must still compute square roots.) | ||
69 | |||
70 | These requirements apply to the modified work as a whole. If identifiable sections of that work are not derived from the Library, and can be reasonably considered independent and separate works in themselves, then this License, and its terms, do not apply to those sections when you distribute them as separate works. But when you distribute the same sections as part of a whole which is a work based on the Library, the distribution of the whole must be on the terms of this License, whose permissions for other licensees extend to the entire whole, and thus to each and every part regardless of who wrote it. | ||
71 | |||
72 | Thus, it is not the intent of this section to claim rights or contest your rights to work written entirely by you; rather, the intent is to exercise the right to control the distribution of derivative or collective works based on the Library. | ||
73 | |||
74 | In addition, mere aggregation of another work not based on the Library with the Library (or with a work based on the Library) on a volume of a storage or distribution medium does not bring the other work under the scope of this License. | ||
75 | |||
76 | 3. You may opt to apply the terms of the ordinary GNU General Public License instead of this License to a given copy of the Library. To do this, you must alter all the notices that refer to this License, so that they refer to the ordinary GNU General Public License, version 2, instead of to this License. (If a newer version than version 2 of the ordinary GNU General Public License has appeared, then you can specify that version instead if you wish.) Do not make any other change in these notices. | ||
77 | |||
78 | Once this change is made in a given copy, it is irreversible for that copy, so the ordinary GNU General Public License applies to all subsequent copies and derivative works made from that copy. | ||
79 | |||
80 | This option is useful when you wish to copy part of the code of the Library into a program that is not a library. | ||
81 | |||
82 | 4. You may copy and distribute the Library (or a portion or derivative of it, under Section 2) in object code or executable form under the terms of Sections 1 and 2 above provided that you accompany it with the complete corresponding machine-readable source code, which must be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange. | ||
83 | |||
84 | If distribution of object code is made by offering access to copy from a designated place, then offering equivalent access to copy the source code from the same place satisfies the requirement to distribute the source code, even though third parties are not compelled to copy the source along with the object code. | ||
85 | |||
86 | 5. A program that contains no derivative of any portion of the Library, but is designed to work with the Library by being compiled or linked with it, is called a "work that uses the Library". Such a work, in isolation, is not a derivative work of the Library, and therefore falls outside the scope of this License. | ||
87 | |||
88 | However, linking a "work that uses the Library" with the Library creates an executable that is a derivative of the Library (because it contains portions of the Library), rather than a "work that uses the library". The executable is therefore covered by this License. Section 6 states terms for distribution of such executables. | ||
89 | |||
90 | When a "work that uses the Library" uses material from a header file that is part of the Library, the object code for the work may be a derivative work of the Library even though the source code is not. Whether this is true is especially significant if the work can be linked without the Library, or if the work is itself a library. The threshold for this to be true is not precisely defined by law. | ||
91 | |||
92 | If such an object file uses only numerical parameters, data structure layouts and accessors, and small macros and small inline functions (ten lines or less in length), then the use of the object file is unrestricted, regardless of whether it is legally a derivative work. (Executables containing this object code plus portions of the Library will still fall under Section 6.) | ||
93 | |||
94 | Otherwise, if the work is a derivative of the Library, you may distribute the object code for the work under the terms of Section 6. Any executables containing that work also fall under Section 6, whether or not they are linked directly with the Library itself. | ||
95 | |||
96 | 6. As an exception to the Sections above, you may also combine or link a "work that uses the Library" with the Library to produce a work containing portions of the Library, and distribute that work under terms of your choice, provided that the terms permit modification of the work for the customer's own use and reverse engineering for debugging such modifications. | ||
97 | |||
98 | You must give prominent notice with each copy of the work that the Library is used in it and that the Library and its use are covered by this License. You must supply a copy of this License. If the work during execution displays copyright notices, you must include the copyright notice for the Library among them, as well as a reference directing the user to the copy of this License. Also, you must do one of these things: | ||
99 | |||
100 | |||
101 | a) Accompany the work with the complete corresponding machine-readable source code for the Library including whatever changes were used in the work (which must be distributed under Sections 1 and 2 above); and, if the work is an executable linked with the Library, with the complete machine-readable "work that uses the Library", as object code and/or source code, so that the user can modify the Library and then relink to produce a modified executable containing the modified Library. (It is understood that the user who changes the contents of definitions files in the Library will not necessarily be able to recompile the application to use the modified definitions.) | ||
102 | b) Use a suitable shared library mechanism for linking with the Library. A suitable mechanism is one that (1) uses at run time a copy of the library already present on the user's computer system, rather than copying library functions into the executable, and (2) will operate properly with a modified version of the library, if the user installs one, as long as the modified version is interface-compatible with the version that the work was made with. | ||
103 | c) Accompany the work with a written offer, valid for at least three years, to give the same user the materials specified in Subsection 6a, above, for a charge no more than the cost of performing this distribution. | ||
104 | d) If distribution of the work is made by offering access to copy from a designated place, offer equivalent access to copy the above specified materials from the same place. | ||
105 | e) Verify that the user has already received a copy of these materials or that you have already sent this user a copy. | ||
106 | For an executable, the required form of the "work that uses the Library" must include any data and utility programs needed for reproducing the executable from it. However, as a special exception, the materials to be distributed need not include anything that is normally distributed (in either source or binary form) with the major components (compiler, kernel, and so on) of the operating system on which the executable runs, unless that component itself accompanies the executable. | ||
107 | |||
108 | It may happen that this requirement contradicts the license restrictions of other proprietary libraries that do not normally accompany the operating system. Such a contradiction means you cannot use both them and the Library together in an executable that you distribute. | ||
109 | |||
110 | 7. You may place library facilities that are a work based on the Library side-by-side in a single library together with other library facilities not covered by this License, and distribute such a combined library, provided that the separate distribution of the work based on the Library and of the other library facilities is otherwise permitted, and provided that you do these two things: | ||
111 | |||
112 | |||
113 | a) Accompany the combined library with a copy of the same work based on the Library, uncombined with any other library facilities. This must be distributed under the terms of the Sections above. | ||
114 | b) Give prominent notice with the combined library of the fact that part of it is a work based on the Library, and explaining where to find the accompanying uncombined form of the same work. | ||
115 | 8. You may not copy, modify, sublicense, link with, or distribute the Library except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense, link with, or distribute the Library is void, and will automatically terminate your rights under this License. However, parties who have received copies, or rights, from you under this License will not have their licenses terminated so long as such parties remain in full compliance. | ||
116 | |||
117 | 9. You are not required to accept this License, since you have not signed it. However, nothing else grants you permission to modify or distribute the Library or its derivative works. These actions are prohibited by law if you do not accept this License. Therefore, by modifying or distributing the Library (or any work based on the Library), you indicate your acceptance of this License to do so, and all its terms and conditions for copying, distributing or modifying the Library or works based on it. | ||
118 | |||
119 | 10. Each time you redistribute the Library (or any work based on the Library), the recipient automatically receives a license from the original licensor to copy, distribute, link with or modify the Library subject to these terms and conditions. You may not impose any further restrictions on the recipients' exercise of the rights granted herein. You are not responsible for enforcing compliance by third parties with this License. | ||
120 | |||
121 | 11. If, as a consequence of a court judgment or allegation of patent infringement or for any other reason (not limited to patent issues), conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot distribute so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not distribute the Library at all. For example, if a patent license would not permit royalty-free redistribution of the Library by all those who receive copies directly or indirectly through you, then the only way you could satisfy both it and this License would be to refrain entirely from distribution of the Library. | ||
122 | |||
123 | If any portion of this section is held invalid or unenforceable under any particular circumstance, the balance of the section is intended to apply, and the section as a whole is intended to apply in other circumstances. | ||
124 | |||
125 | It is not the purpose of this section to induce you to infringe any patents or other property right claims or to contest validity of any such claims; this section has the sole purpose of protecting the integrity of the free software distribution system which is implemented by public license practices. Many people have made generous contributions to the wide range of software distributed through that system in reliance on consistent application of that system; it is up to the author/donor to decide if he or she is willing to distribute software through any other system and a licensee cannot impose that choice. | ||
126 | |||
127 | This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License. | ||
128 | |||
129 | 12. If the distribution and/or use of the Library is restricted in certain countries either by patents or by copyrighted interfaces, the original copyright holder who places the Library under this License may add an explicit geographical distribution limitation excluding those countries, so that distribution is permitted only in or among countries not thus excluded. In such case, this License incorporates the limitation as if written in the body of this License. | ||
130 | |||
131 | 13. The Free Software Foundation may publish revised and/or new versions of the Lesser General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. | ||
132 | |||
133 | Each version is given a distinguishing version number. If the Library specifies a version number of this License which applies to it and "any later version", you have the option of following the terms and conditions either of that version or of any later version published by the Free Software Foundation. If the Library does not specify a license version number, you may choose any version ever published by the Free Software Foundation. | ||
134 | |||
135 | 14. If you wish to incorporate parts of the Library into other free programs whose distribution conditions are incompatible with these, write to the author to ask for permission. For software which is copyrighted by the Free Software Foundation, write to the Free Software Foundation; we sometimes make exceptions for this. Our decision will be guided by the two goals of preserving the free status of all derivatives of our free software and of promoting the sharing and reuse of software generally. | ||
136 | |||
137 | NO WARRANTY | ||
138 | |||
139 | 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. | ||
140 | |||
141 | 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. \ No newline at end of file | ||
diff --git a/ThirdPartyLicenses/BclExtras.txt b/ThirdPartyLicenses/BclExtras.txt new file mode 100644 index 0000000..a8a0292 --- /dev/null +++ b/ThirdPartyLicenses/BclExtras.txt | |||
@@ -0,0 +1,60 @@ | |||
1 | MICROSOFT PUBLIC LICENSE (Ms-PL) | ||
2 | |||
3 | This license governs use of the accompanying software. If you use the software, | ||
4 | you accept this license. If you do not accept the license, do not use the | ||
5 | software. | ||
6 | |||
7 | 1. Definitions | ||
8 | |||
9 | The terms "reproduce," "reproduction," "derivative works," and "distribution" | ||
10 | have the same meaning here as under U.S. copyright law. | ||
11 | |||
12 | A "contribution" is the original software, or any additions or changes to the | ||
13 | software. | ||
14 | |||
15 | A "contributor" is any person that distributes its contribution under this | ||
16 | license. | ||
17 | |||
18 | "Licensed patents" are a contributor's patent claims that read directly on its | ||
19 | contribution. | ||
20 | |||
21 | 2. Grant of Rights | ||
22 | |||
23 | (A) Copyright Grant- Subject to the terms of this license, including the license | ||
24 | conditions and limitations in section 3, each contributor grants you a | ||
25 | non-exclusive, worldwide, royalty-free copyright license to reproduce its | ||
26 | contribution, prepare derivative works of its contribution, and distribute its | ||
27 | contribution or any derivative works that you create. | ||
28 | |||
29 | (B) Patent Grant- Subject to the terms of this license, including the license | ||
30 | conditions and limitations in section 3, each contributor grants you a | ||
31 | non-exclusive, worldwide, royalty-free license under its licensed patents to | ||
32 | make, have made, use, sell, offer for sale, import, and/or otherwise dispose of | ||
33 | its contribution in the software or derivative works of the contribution in the | ||
34 | software. | ||
35 | |||
36 | 3. Conditions and Limitations | ||
37 | |||
38 | (A) No Trademark License- This license does not grant you rights to use any | ||
39 | contributors' name, logo, or trademarks. | ||
40 | |||
41 | (B) If you bring a patent claim against any contributor over patents that you | ||
42 | claim are infringed by the software, your patent license from such contributor | ||
43 | to the software ends automatically. | ||
44 | |||
45 | (C) If you distribute any portion of the software, you must retain all | ||
46 | copyright, patent, trademark, and attribution notices that are present in the | ||
47 | software. | ||
48 | |||
49 | (D) If you distribute any portion of the software in source code form, you may | ||
50 | do so only under this license by including a complete copy of this license with | ||
51 | your distribution. If you distribute any portion of the software in compiled or | ||
52 | object code form, you may only do so under a license that complies with this | ||
53 | license. | ||
54 | |||
55 | (E) The software is licensed "as-is." You bear the risk of using it. The | ||
56 | contributors give no express warranties, guarantees or conditions. You may have | ||
57 | additional consumer rights under your local laws which this license cannot | ||
58 | change. To the extent permitted under your local laws, the contributors exclude | ||
59 | the implied warranties of merchantability, fitness for a particular purpose and | ||
60 | non-infringement. | ||
diff --git a/ThirdPartyLicenses/Bullet for Xna (ModifiedBulletX).txt b/ThirdPartyLicenses/Bullet for Xna (ModifiedBulletX).txt new file mode 100644 index 0000000..a8ed924 --- /dev/null +++ b/ThirdPartyLicenses/Bullet for Xna (ModifiedBulletX).txt | |||
@@ -0,0 +1,19 @@ | |||
1 | Bullet for XNA Copyright (c) 2003-2007 Vsevolod Klementjev http://www.codeplex.com/xnadevru | ||
2 | Bullet original C++ version Copyright (c) 2003-2007 Erwin Coumans http://bulletphysics.com | ||
3 | |||
4 | This software is provided 'as-is', without any express or implied | ||
5 | warranty. In no event will the authors be held liable for any damages | ||
6 | arising from the use of this software. | ||
7 | |||
8 | Permission is granted to anyone to use this software for any purpose, | ||
9 | including commercial applications, and to alter it and redistribute it | ||
10 | freely, subject to the following restrictions: | ||
11 | |||
12 | 1. The origin of this software must not be misrepresented; you must not | ||
13 | claim that you wrote the original software. If you use this software | ||
14 | in a product, an acknowledgment in the product documentation would be | ||
15 | appreciated but is not required. | ||
16 | 2. Altered source versions must be plainly marked as such, and must not be | ||
17 | misrepresented as being the original software. | ||
18 | 3. This notice may not be removed or altered from any source distribution. | ||
19 | \ No newline at end of file | ||
diff --git a/ThirdPartyLicenses/Bullet-XNA.txt b/ThirdPartyLicenses/Bullet-XNA.txt new file mode 100644 index 0000000..5d8899b --- /dev/null +++ b/ThirdPartyLicenses/Bullet-XNA.txt | |||
@@ -0,0 +1,23 @@ | |||
1 | /* | ||
2 | * C# / XNA port of Bullet (c) 2011 Mark Neale <xexuxjy@hotmail.com> | ||
3 | * http://code.google.com/p/bullet-xna/ | ||
4 | * | ||
5 | * Bullet Continuous Collision Detection and Physics Library | ||
6 | * Copyright (c) 2003-2008 Erwin Coumans http://www.bulletphysics.com/ | ||
7 | * | ||
8 | * This software is provided 'as-is', without any express or implied warranty. | ||
9 | * In no event will the authors be held liable for any damages arising from | ||
10 | * the use of this software. | ||
11 | * | ||
12 | * Permission is granted to anyone to use this software for any purpose, | ||
13 | * including commercial applications, and to alter it and redistribute it | ||
14 | * freely, subject to the following restrictions: | ||
15 | * | ||
16 | * 1. The origin of this software must not be misrepresented; you must not | ||
17 | * claim that you wrote the original software. If you use this software | ||
18 | * in a product, an acknowledgment in the product documentation would be | ||
19 | * appreciated but is not required. | ||
20 | * 2. Altered source versions must be plainly marked as such, and must not be | ||
21 | * misrepresented as being the original software. | ||
22 | * 3. This notice may not be removed or altered from any source distribution. | ||
23 | */ \ No newline at end of file | ||
diff --git a/ThirdPartyLicenses/BulletLicense.txt b/ThirdPartyLicenses/BulletLicense.txt new file mode 100644 index 0000000..c3ec68c --- /dev/null +++ b/ThirdPartyLicenses/BulletLicense.txt | |||
@@ -0,0 +1,17 @@ | |||
1 | /* | ||
2 | Copyright (c) 2003-2006 Erwin Coumans http://continuousphysics.com/Bullet/ | ||
3 | |||
4 | This software is provided 'as-is', without any express or implied warranty. | ||
5 | In no event will the authors be held liable for any damages arising from the use of this software. | ||
6 | Permission is granted to anyone to use this software for any purpose, | ||
7 | including commercial applications, and to alter it and redistribute it freely, | ||
8 | subject to the following restrictions: | ||
9 | |||
10 | 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. | ||
11 | 2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software. | ||
12 | 3. This notice may not be removed or altered from any source distribution. | ||
13 | */ | ||
14 | |||
15 | |||
16 | Free for commercial use, but please mail bullet@erwincoumans.com to report projects, and join the forum at | ||
17 | www.continuousphysics.com/Bullet/phpBB2 | ||
diff --git a/ThirdPartyLicenses/C# Webserver.txt b/ThirdPartyLicenses/C# Webserver.txt new file mode 100644 index 0000000..b996891 --- /dev/null +++ b/ThirdPartyLicenses/C# Webserver.txt | |||
@@ -0,0 +1,71 @@ | |||
1 | Files: HttpServer_OpenSim.dll | ||
2 | |||
3 | Apache License | ||
4 | Version 2.0, January 2004 | ||
5 | http://www.apache.org/licenses/ | ||
6 | |||
7 | TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION | ||
8 | |||
9 | 1. Definitions. | ||
10 | |||
11 | "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. | ||
12 | |||
13 | "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. | ||
14 | |||
15 | "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. | ||
16 | |||
17 | "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License. | ||
18 | |||
19 | "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. | ||
20 | |||
21 | "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. | ||
22 | |||
23 | "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). | ||
24 | |||
25 | "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. | ||
26 | |||
27 | "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution." | ||
28 | |||
29 | "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. | ||
30 | |||
31 | 2. Grant of Copyright License. | ||
32 | |||
33 | Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. | ||
34 | |||
35 | 3. Grant of Patent License. | ||
36 | |||
37 | Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. | ||
38 | |||
39 | 4. Redistribution. | ||
40 | |||
41 | You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: | ||
42 | |||
43 | 1. You must give any other recipients of the Work or Derivative Works a copy of this License; and | ||
44 | |||
45 | 2. You must cause any modified files to carry prominent notices stating that You changed the files; and | ||
46 | |||
47 | 3. You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and | ||
48 | |||
49 | 4. If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. | ||
50 | |||
51 | You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. | ||
52 | |||
53 | 5. Submission of Contributions. | ||
54 | |||
55 | Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. | ||
56 | |||
57 | 6. Trademarks. | ||
58 | |||
59 | This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. | ||
60 | |||
61 | 7. Disclaimer of Warranty. | ||
62 | |||
63 | Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. | ||
64 | |||
65 | 8. Limitation of Liability. | ||
66 | |||
67 | In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. | ||
68 | |||
69 | 9. Accepting Warranty or Additional Liability. | ||
70 | |||
71 | While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. \ No newline at end of file | ||
diff --git a/ThirdPartyLicenses/C5.txt b/ThirdPartyLicenses/C5.txt new file mode 100644 index 0000000..4c3a049 --- /dev/null +++ b/ThirdPartyLicenses/C5.txt | |||
@@ -0,0 +1,19 @@ | |||
1 | Copyright (c) 2003-2008 Niels Kokholm and Peter Sestoft. | ||
2 | |||
3 | Permission is hereby granted, free of charge, to any person obtaining a copy | ||
4 | of this software and associated documentation files (the "Software"), to deal | ||
5 | in the Software without restriction, including without limitation the rights | ||
6 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
7 | copies of the Software, and to permit persons to whom the Software is | ||
8 | furnished to do so, subject to the following conditions: | ||
9 | |||
10 | The above copyright notice and this permission notice shall be included in | ||
11 | all copies or substantial portions of the Software. | ||
12 | |||
13 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
14 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
15 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
16 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
17 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
18 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
19 | SOFTWARE \ No newline at end of file | ||
diff --git a/ThirdPartyLicenses/CSCompilerTools.txt b/ThirdPartyLicenses/CSCompilerTools.txt new file mode 100644 index 0000000..c2567bd --- /dev/null +++ b/ThirdPartyLicenses/CSCompilerTools.txt | |||
@@ -0,0 +1,12 @@ | |||
1 | The LSL compiler is generated with "Compiler tools in C#" version 4.7[1] by Dr. Malcolm Crowe[2]. The code is used with permission by the author: | ||
2 | |||
3 | There is no problem with using the code in any way you like, as long as | ||
4 | somewhere you say that that is what you have done (in the source for | ||
5 | example). | ||
6 | And of course we disclaim all responsibility for any resulting | ||
7 | damage... | ||
8 | Best wishes | ||
9 | Malcolm Crowe | ||
10 | |||
11 | [1] http://cis.paisley.ac.uk/crow-ci0/CSTools47.zip | ||
12 | [2] http://cis.paisley.ac.uk/crow-ci0/ | ||
diff --git a/ThirdPartyLicenses/CSJ2K.txt b/ThirdPartyLicenses/CSJ2K.txt new file mode 100644 index 0000000..3032548 --- /dev/null +++ b/ThirdPartyLicenses/CSJ2K.txt | |||
@@ -0,0 +1,28 @@ | |||
1 | Copyright (c) 1999/2000 JJ2000 Partners. | ||
2 | |||
3 | This software module was originally developed by Raphaël Grosbois and | ||
4 | Diego Santa Cruz (Swiss Federal Institute of Technology-EPFL); Joel | ||
5 | Askelöf (Ericsson Radio Systems AB); and Bertrand Berthelot, David | ||
6 | Bouchard, Félix Henry, Gerard Mozelle and Patrice Onno (Canon Research | ||
7 | Centre France S.A) in the course of development of the JPEG2000 | ||
8 | standard as specified by ISO/IEC 15444 (JPEG 2000 Standard). This | ||
9 | software module is an implementation of a part of the JPEG 2000 | ||
10 | Standard. Swiss Federal Institute of Technology-EPFL, Ericsson Radio | ||
11 | Systems AB and Canon Research Centre France S.A (collectively JJ2000 | ||
12 | Partners) agree not to assert against ISO/IEC and users of the JPEG | ||
13 | 2000 Standard (Users) any of their rights under the copyright, not | ||
14 | including other intellectual property rights, for this software module | ||
15 | with respect to the usage by ISO/IEC and Users of this software module | ||
16 | or modifications thereof for use in hardware or software products | ||
17 | claiming conformance to the JPEG 2000 Standard. Those intending to use | ||
18 | this software module in hardware or software products are advised that | ||
19 | their use may infringe existing patents. The original developers of | ||
20 | this software module, JJ2000 Partners and ISO/IEC assume no liability | ||
21 | for use of this software module or modifications thereof. No license | ||
22 | or right to this software module is granted for non JPEG 2000 Standard | ||
23 | conforming products. JJ2000 Partners have full right to use this | ||
24 | software module for his/her own purpose, assign or donate this | ||
25 | software module to any third party and to inhibit third parties from | ||
26 | using this software module for non JPEG 2000 Standard conforming | ||
27 | products. This copyright notice must be included in all copies or | ||
28 | derivative works of this software module. | ||
diff --git a/ThirdPartyLicenses/CircularBuffer.txt b/ThirdPartyLicenses/CircularBuffer.txt new file mode 100644 index 0000000..09c37d9 --- /dev/null +++ b/ThirdPartyLicenses/CircularBuffer.txt | |||
@@ -0,0 +1,16 @@ | |||
1 | Copyright (c) 2012, Alex Regueiro | ||
2 | All rights reserved. | ||
3 | Redistribution and use in source and binary forms, with or without modification, are permitted provided that the | ||
4 | following conditions are met: | ||
5 | |||
6 | Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. | ||
7 | Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer | ||
8 | in the documentation and/or other materials provided with the distribution. | ||
9 | |||
10 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, | ||
11 | BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. | ||
12 | IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, | ||
13 | OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, | ||
14 | OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, | ||
15 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE | ||
16 | POSSIBILITY OF SUCH DAMAGE. \ No newline at end of file | ||
diff --git a/ThirdPartyLicenses/ConvexDecompositionDotNet.txt b/ThirdPartyLicenses/ConvexDecompositionDotNet.txt new file mode 100644 index 0000000..714ae89 --- /dev/null +++ b/ThirdPartyLicenses/ConvexDecompositionDotNet.txt | |||
@@ -0,0 +1,28 @@ | |||
1 | ConvexDecompositionDotNet | ||
2 | ------------------------- | ||
3 | |||
4 | The MIT License | ||
5 | |||
6 | Copyright (c) 2010 Intel Corporation. | ||
7 | All rights reserved. | ||
8 | |||
9 | Based on the convexdecomposition library from | ||
10 | <http://codesuppository.googlecode.com> by John W. Ratcliff and Stan Melax. | ||
11 | |||
12 | Permission is hereby granted, free of charge, to any person obtaining a copy | ||
13 | of this software and associated documentation files (the "Software"), to deal | ||
14 | in the Software without restriction, including without limitation the rights | ||
15 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
16 | copies of the Software, and to permit persons to whom the Software is | ||
17 | furnished to do so, subject to the following conditions: | ||
18 | |||
19 | The above copyright notice and this permission notice shall be included in | ||
20 | all copies or substantial portions of the Software. | ||
21 | |||
22 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
23 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
24 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
25 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
26 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
27 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN | ||
28 | THE SOFTWARE. | ||
diff --git a/ThirdPartyLicenses/DefaultTerrain.txt b/ThirdPartyLicenses/DefaultTerrain.txt new file mode 100644 index 0000000..112beff --- /dev/null +++ b/ThirdPartyLicenses/DefaultTerrain.txt | |||
@@ -0,0 +1,23 @@ | |||
1 | COPYRIGHT AND PERMISSION NOTICE | ||
2 | |||
3 | Second Life(TM) Viewer Artwork. Copyright (C) 2008 Linden Research, Inc. | ||
4 | |||
5 | Linden Research, Inc. ("Linden Lab") licenses the Second Life viewer | ||
6 | artwork and other works in the files distributed with this Notice under | ||
7 | the Creative Commons Attribution-Share Alike 3.0 License, available at | ||
8 | http://creativecommons.org/licenses/by-sa/3.0/legalcode. [^] For the license | ||
9 | summary, see http://creativecommons.org/licenses/by-sa/3.0/. | ||
10 | |||
11 | Notwithstanding the foregoing, all of Linden Lab's trademarks, including | ||
12 | but not limited to the Second Life brand name and Second Life Eye-in-Hand | ||
13 | logo, are subject to our trademark policy at | ||
14 | http://secondlife.com/corporate/trademark/. | ||
15 | |||
16 | If you distribute any copies or adaptations of the Second Life viewer | ||
17 | artwork or any other works in these files, you must include this Notice | ||
18 | and clearly identify any changes made to the original works. Include | ||
19 | this Notice and information where copyright notices are usually included, | ||
20 | for example, after your own copyright notice acknowledging your use of | ||
21 | the Second Life viewer artwork, in a text file distributed with your | ||
22 | program, in your application's About window, or on a credits page for | ||
23 | your work. | ||
diff --git a/ThirdPartyLicenses/DotNetOpenid.txt b/ThirdPartyLicenses/DotNetOpenid.txt new file mode 100644 index 0000000..6833494 --- /dev/null +++ b/ThirdPartyLicenses/DotNetOpenid.txt | |||
@@ -0,0 +1,10 @@ | |||
1 | Copyright (c) 2008, Andrew Arnott, Scott Hanselman, Jason Alexander, et. al | ||
2 | All rights reserved. | ||
3 | |||
4 | Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: | ||
5 | |||
6 | * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. | ||
7 | * 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. | ||
8 | * Neither the name of the DotNetOpenId nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. | ||
9 | |||
10 | 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. \ No newline at end of file | ||
diff --git a/ThirdPartyLicenses/DotNetZip-bzip2.txt b/ThirdPartyLicenses/DotNetZip-bzip2.txt new file mode 100644 index 0000000..f8b4346 --- /dev/null +++ b/ThirdPartyLicenses/DotNetZip-bzip2.txt | |||
@@ -0,0 +1,29 @@ | |||
1 | |||
2 | The managed BZIP2 code included in Ionic.BZip2.dll and Ionic.Zip.dll is | ||
3 | modified code, based on the bzip2 code in the Apache commons compress | ||
4 | library. | ||
5 | |||
6 | The original BZip2 was created by Julian Seward, and is licensed under | ||
7 | the BSD license. | ||
8 | |||
9 | The following license applies to the Apache code: | ||
10 | ----------------------------------------------------------------------- | ||
11 | |||
12 | /* | ||
13 | * Licensed to the Apache Software Foundation (ASF) under one | ||
14 | * or more contributor license agreements. See the NOTICE file | ||
15 | * distributed with this work for additional information | ||
16 | * regarding copyright ownership. The ASF licenses this file | ||
17 | * to you under the Apache License, Version 2.0 (the | ||
18 | * "License"); you may not use this file except in compliance | ||
19 | * with the License. You may obtain a copy of the License at | ||
20 | * | ||
21 | * http://www.apache.org/licenses/LICENSE-2.0 | ||
22 | * | ||
23 | * Unless required by applicable law or agreed to in writing, | ||
24 | * software distributed under the License is distributed on an | ||
25 | * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY | ||
26 | * KIND, either express or implied. See the License for the | ||
27 | * specific language governing permissions and limitations | ||
28 | * under the License. | ||
29 | */ | ||
diff --git a/ThirdPartyLicenses/DotNetZip-zlib.txt b/ThirdPartyLicenses/DotNetZip-zlib.txt new file mode 100644 index 0000000..801e941 --- /dev/null +++ b/ThirdPartyLicenses/DotNetZip-zlib.txt | |||
@@ -0,0 +1,70 @@ | |||
1 | |||
2 | The following licenses govern use of the accompanying software, the | ||
3 | DotNetZip library ("the software"). If you use the software, you accept | ||
4 | these licenses. If you do not accept the license, do not use the software. | ||
5 | |||
6 | The managed ZLIB code included in Ionic.Zlib.dll and Ionic.Zip.dll is | ||
7 | modified code, based on jzlib. | ||
8 | |||
9 | |||
10 | |||
11 | The following notice applies to jzlib: | ||
12 | ----------------------------------------------------------------------- | ||
13 | |||
14 | Copyright (c) 2000,2001,2002,2003 ymnk, JCraft,Inc. All rights reserved. | ||
15 | |||
16 | Redistribution and use in source and binary forms, with or without | ||
17 | modification, are permitted provided that the following conditions are met: | ||
18 | |||
19 | 1. Redistributions of source code must retain the above copyright notice, | ||
20 | this list of conditions and the following disclaimer. | ||
21 | |||
22 | 2. Redistributions in binary form must reproduce the above copyright | ||
23 | notice, this list of conditions and the following disclaimer in | ||
24 | the documentation and/or other materials provided with the distribution. | ||
25 | |||
26 | 3. The names of the authors may not be used to endorse or promote products | ||
27 | derived from this software without specific prior written permission. | ||
28 | |||
29 | THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, | ||
30 | INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND | ||
31 | FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL JCRAFT, | ||
32 | INC. OR ANY CONTRIBUTORS TO THIS SOFTWARE BE LIABLE FOR ANY DIRECT, INDIRECT, | ||
33 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT | ||
34 | LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, | ||
35 | OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF | ||
36 | LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING | ||
37 | NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, | ||
38 | EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||
39 | |||
40 | ----------------------------------------------------------------------- | ||
41 | |||
42 | jzlib is based on zlib-1.1.3. | ||
43 | |||
44 | The following notice applies to zlib: | ||
45 | |||
46 | ----------------------------------------------------------------------- | ||
47 | |||
48 | Copyright (C) 1995-2004 Jean-loup Gailly and Mark Adler | ||
49 | |||
50 | The ZLIB software is provided 'as-is', without any express or implied | ||
51 | warranty. In no event will the authors be held liable for any damages | ||
52 | arising from the use of this software. | ||
53 | |||
54 | Permission is granted to anyone to use this software for any purpose, | ||
55 | including commercial applications, and to alter it and redistribute it | ||
56 | freely, subject to the following restrictions: | ||
57 | |||
58 | 1. The origin of this software must not be misrepresented; you must not | ||
59 | claim that you wrote the original software. If you use this software | ||
60 | in a product, an acknowledgment in the product documentation would be | ||
61 | appreciated but is not required. | ||
62 | 2. Altered source versions must be plainly marked as such, and must not be | ||
63 | misrepresented as being the original software. | ||
64 | 3. This notice may not be removed or altered from any source distribution. | ||
65 | |||
66 | Jean-loup Gailly jloup@gzip.org | ||
67 | Mark Adler madler@alumni.caltech.edu | ||
68 | |||
69 | |||
70 | ----------------------------------------------------------------------- | ||
diff --git a/ThirdPartyLicenses/DotNetZip.txt b/ThirdPartyLicenses/DotNetZip.txt new file mode 100644 index 0000000..c3103fd --- /dev/null +++ b/ThirdPartyLicenses/DotNetZip.txt | |||
@@ -0,0 +1,33 @@ | |||
1 | Microsoft Public License (Ms-PL) | ||
2 | |||
3 | This license governs use of the accompanying software, the DotNetZip library ("the software"). If you use the software, you accept this license. If you do not accept the license, do not use the software. | ||
4 | |||
5 | 1. Definitions | ||
6 | |||
7 | The terms "reproduce," "reproduction," "derivative works," and "distribution" have the same meaning here as under U.S. copyright law. | ||
8 | |||
9 | A "contribution" is the original software, or any additions or changes to the software. | ||
10 | |||
11 | A "contributor" is any person that distributes its contribution under this license. | ||
12 | |||
13 | "Licensed patents" are a contributor's patent claims that read directly on its contribution. | ||
14 | |||
15 | 2. Grant of Rights | ||
16 | |||
17 | (A) Copyright Grant- Subject to the terms of this license, including the license conditions and limitations in section 3, each contributor grants you a non-exclusive, worldwide, royalty-free copyright license to reproduce its contribution, prepare derivative works of its contribution, and distribute its contribution or any derivative works that you create. | ||
18 | |||
19 | (B) Patent Grant- Subject to the terms of this license, including the license conditions and limitations in section 3, each contributor grants you a non-exclusive, worldwide, royalty-free license under its licensed patents to make, have made, use, sell, offer for sale, import, and/or otherwise dispose of its contribution in the software or derivative works of the contribution in the software. | ||
20 | |||
21 | 3. Conditions and Limitations | ||
22 | |||
23 | (A) No Trademark License- This license does not grant you rights to use any contributors' name, logo, or trademarks. | ||
24 | |||
25 | (B) If you bring a patent claim against any contributor over patents that you claim are infringed by the software, your patent license from such contributor to the software ends automatically. | ||
26 | |||
27 | (C) If you distribute any portion of the software, you must retain all copyright, patent, trademark, and attribution notices that are present in the software. | ||
28 | |||
29 | (D) If you distribute any portion of the software in source code form, you may do so only under this license by including a complete copy of this license with your distribution. If you distribute any portion of the software in compiled or object code form, you may only do so under a license that complies with this license. | ||
30 | |||
31 | (E) The software is licensed "as-is." You bear the risk of using it. The contributors give no express warranties, guarantees or conditions. You may have additional consumer rights under your local laws which this license cannot change. To the extent permitted under your local laws, the contributors exclude the implied warranties of merchantability, fitness for a particular purpose and non-infringement. | ||
32 | |||
33 | |||
diff --git a/ThirdPartyLicenses/GTCache.txt b/ThirdPartyLicenses/GTCache.txt new file mode 100644 index 0000000..0e3496f --- /dev/null +++ b/ThirdPartyLicenses/GTCache.txt | |||
@@ -0,0 +1,477 @@ | |||
1 | GlynnTucker.Cache | ||
2 | |||
3 | http://gtcache.sourceforge.net/ | ||
4 | |||
5 | The GlynnTucker.Cache assembly provides a data structure for caching slow data retrievals, for example data retrieved from a database server over the network. Think of it as a Hashtable that can automatically expire its data after a set amount of time or a specified period of inactivity, on a per-object basis. It is written in C# and dual licensed under the GPL/MPL, it should work with any .NET language. | ||
6 | |||
7 | |||
8 | MOZILLA PUBLIC LICENSE | ||
9 | Version 1.1 | ||
10 | |||
11 | --------------- | ||
12 | |||
13 | 1. Definitions. | ||
14 | |||
15 | 1.0.1. "Commercial Use" means distribution or otherwise making the | ||
16 | Covered Code available to a third party. | ||
17 | |||
18 | 1.1. "Contributor" means each entity that creates or contributes to | ||
19 | the creation of Modifications. | ||
20 | |||
21 | 1.2. "Contributor Version" means the combination of the Original | ||
22 | Code, prior Modifications used by a Contributor, and the Modifications | ||
23 | made by that particular Contributor. | ||
24 | |||
25 | 1.3. "Covered Code" means the Original Code or Modifications or the | ||
26 | combination of the Original Code and Modifications, in each case | ||
27 | including portions thereof. | ||
28 | |||
29 | 1.4. "Electronic Distribution Mechanism" means a mechanism generally | ||
30 | accepted in the software development community for the electronic | ||
31 | transfer of data. | ||
32 | |||
33 | 1.5. "Executable" means Covered Code in any form other than Source | ||
34 | Code. | ||
35 | |||
36 | 1.6. "Initial Developer" means the individual or entity identified | ||
37 | as the Initial Developer in the Source Code notice required by Exhibit | ||
38 | A. | ||
39 | |||
40 | 1.7. "Larger Work" means a work which combines Covered Code or | ||
41 | portions thereof with code not governed by the terms of this License. | ||
42 | |||
43 | 1.8. "License" means this document. | ||
44 | |||
45 | 1.8.1. "Licensable" means having the right to grant, to the maximum | ||
46 | extent possible, whether at the time of the initial grant or | ||
47 | subsequently acquired, any and all of the rights conveyed herein. | ||
48 | |||
49 | 1.9. "Modifications" means any addition to or deletion from the | ||
50 | substance or structure of either the Original Code or any previous | ||
51 | Modifications. When Covered Code is released as a series of files, a | ||
52 | Modification is: | ||
53 | A. Any addition to or deletion from the contents of a file | ||
54 | containing Original Code or previous Modifications. | ||
55 | |||
56 | B. Any new file that contains any part of the Original Code or | ||
57 | previous Modifications. | ||
58 | |||
59 | 1.10. "Original Code" means Source Code of computer software code | ||
60 | which is described in the Source Code notice required by Exhibit A as | ||
61 | Original Code, and which, at the time of its release under this | ||
62 | License is not already Covered Code governed by this License. | ||
63 | |||
64 | 1.10.1. "Patent Claims" means any patent claim(s), now owned or | ||
65 | hereafter acquired, including without limitation, method, process, | ||
66 | and apparatus claims, in any patent Licensable by grantor. | ||
67 | |||
68 | 1.11. "Source Code" means the preferred form of the Covered Code for | ||
69 | making modifications to it, including all modules it contains, plus | ||
70 | any associated interface definition files, scripts used to control | ||
71 | compilation and installation of an Executable, or source code | ||
72 | differential comparisons against either the Original Code or another | ||
73 | well known, available Covered Code of the Contributor's choice. The | ||
74 | Source Code can be in a compressed or archival form, provided the | ||
75 | appropriate decompression or de-archiving software is widely available | ||
76 | for no charge. | ||
77 | |||
78 | 1.12. "You" (or "Your") means an individual or a legal entity | ||
79 | exercising rights under, and complying with all of the terms of, this | ||
80 | License or a future version of this License issued under Section 6.1. | ||
81 | For legal entities, "You" includes any entity which controls, is | ||
82 | controlled by, or is under common control with You. For purposes of | ||
83 | this definition, "control" means (a) the power, direct or indirect, | ||
84 | to cause the direction or management of such entity, whether by | ||
85 | contract or otherwise, or (b) ownership of more than fifty percent | ||
86 | (50%) of the outstanding shares or beneficial ownership of such | ||
87 | entity. | ||
88 | |||
89 | 2. Source Code License. | ||
90 | |||
91 | 2.1. The Initial Developer Grant. | ||
92 | The Initial Developer hereby grants You a world-wide, royalty-free, | ||
93 | non-exclusive license, subject to third party intellectual property | ||
94 | claims: | ||
95 | (a) under intellectual property rights (other than patent or | ||
96 | trademark) Licensable by Initial Developer to use, reproduce, | ||
97 | modify, display, perform, sublicense and distribute the Original | ||
98 | Code (or portions thereof) with or without Modifications, and/or | ||
99 | as part of a Larger Work; and | ||
100 | |||
101 | (b) under Patents Claims infringed by the making, using or | ||
102 | selling of Original Code, to make, have made, use, practice, | ||
103 | sell, and offer for sale, and/or otherwise dispose of the | ||
104 | Original Code (or portions thereof). | ||
105 | |||
106 | (c) the licenses granted in this Section 2.1(a) and (b) are | ||
107 | effective on the date Initial Developer first distributes | ||
108 | Original Code under the terms of this License. | ||
109 | |||
110 | (d) Notwithstanding Section 2.1(b) above, no patent license is | ||
111 | granted: 1) for code that You delete from the Original Code; 2) | ||
112 | separate from the Original Code; or 3) for infringements caused | ||
113 | by: i) the modification of the Original Code or ii) the | ||
114 | combination of the Original Code with other software or devices. | ||
115 | |||
116 | 2.2. Contributor Grant. | ||
117 | Subject to third party intellectual property claims, each Contributor | ||
118 | hereby grants You a world-wide, royalty-free, non-exclusive license | ||
119 | |||
120 | (a) under intellectual property rights (other than patent or | ||
121 | trademark) Licensable by Contributor, to use, reproduce, modify, | ||
122 | display, perform, sublicense and distribute the Modifications | ||
123 | created by such Contributor (or portions thereof) either on an | ||
124 | unmodified basis, with other Modifications, as Covered Code | ||
125 | and/or as part of a Larger Work; and | ||
126 | |||
127 | (b) under Patent Claims infringed by the making, using, or | ||
128 | selling of Modifications made by that Contributor either alone | ||
129 | and/or in combination with its Contributor Version (or portions | ||
130 | of such combination), to make, use, sell, offer for sale, have | ||
131 | made, and/or otherwise dispose of: 1) Modifications made by that | ||
132 | Contributor (or portions thereof); and 2) the combination of | ||
133 | Modifications made by that Contributor with its Contributor | ||
134 | Version (or portions of such combination). | ||
135 | |||
136 | (c) the licenses granted in Sections 2.2(a) and 2.2(b) are | ||
137 | effective on the date Contributor first makes Commercial Use of | ||
138 | the Covered Code. | ||
139 | |||
140 | (d) Notwithstanding Section 2.2(b) above, no patent license is | ||
141 | granted: 1) for any code that Contributor has deleted from the | ||
142 | Contributor Version; 2) separate from the Contributor Version; | ||
143 | 3) for infringements caused by: i) third party modifications of | ||
144 | Contributor Version or ii) the combination of Modifications made | ||
145 | by that Contributor with other software (except as part of the | ||
146 | Contributor Version) or other devices; or 4) under Patent Claims | ||
147 | infringed by Covered Code in the absence of Modifications made by | ||
148 | that Contributor. | ||
149 | |||
150 | 3. Distribution Obligations. | ||
151 | |||
152 | 3.1. Application of License. | ||
153 | The Modifications which You create or to which You contribute are | ||
154 | governed by the terms of this License, including without limitation | ||
155 | Section 2.2. The Source Code version of Covered Code may be | ||
156 | distributed only under the terms of this License or a future version | ||
157 | of this License released under Section 6.1, and You must include a | ||
158 | copy of this License with every copy of the Source Code You | ||
159 | distribute. You may not offer or impose any terms on any Source Code | ||
160 | version that alters or restricts the applicable version of this | ||
161 | License or the recipients' rights hereunder. However, You may include | ||
162 | an additional document offering the additional rights described in | ||
163 | Section 3.5. | ||
164 | |||
165 | 3.2. Availability of Source Code. | ||
166 | Any Modification which You create or to which You contribute must be | ||
167 | made available in Source Code form under the terms of this License | ||
168 | either on the same media as an Executable version or via an accepted | ||
169 | Electronic Distribution Mechanism to anyone to whom you made an | ||
170 | Executable version available; and if made available via Electronic | ||
171 | Distribution Mechanism, must remain available for at least twelve (12) | ||
172 | months after the date it initially became available, or at least six | ||
173 | (6) months after a subsequent version of that particular Modification | ||
174 | has been made available to such recipients. You are responsible for | ||
175 | ensuring that the Source Code version remains available even if the | ||
176 | Electronic Distribution Mechanism is maintained by a third party. | ||
177 | |||
178 | 3.3. Description of Modifications. | ||
179 | You must cause all Covered Code to which You contribute to contain a | ||
180 | file documenting the changes You made to create that Covered Code and | ||
181 | the date of any change. You must include a prominent statement that | ||
182 | the Modification is derived, directly or indirectly, from Original | ||
183 | Code provided by the Initial Developer and including the name of the | ||
184 | Initial Developer in (a) the Source Code, and (b) in any notice in an | ||
185 | Executable version or related documentation in which You describe the | ||
186 | origin or ownership of the Covered Code. | ||
187 | |||
188 | 3.4. Intellectual Property Matters | ||
189 | (a) Third Party Claims. | ||
190 | If Contributor has knowledge that a license under a third party's | ||
191 | intellectual property rights is required to exercise the rights | ||
192 | granted by such Contributor under Sections 2.1 or 2.2, | ||
193 | Contributor must include a text file with the Source Code | ||
194 | distribution titled "LEGAL" which describes the claim and the | ||
195 | party making the claim in sufficient detail that a recipient will | ||
196 | know whom to contact. If Contributor obtains such knowledge after | ||
197 | the Modification is made available as described in Section 3.2, | ||
198 | Contributor shall promptly modify the LEGAL file in all copies | ||
199 | Contributor makes available thereafter and shall take other steps | ||
200 | (such as notifying appropriate mailing lists or newsgroups) | ||
201 | reasonably calculated to inform those who received the Covered | ||
202 | Code that new knowledge has been obtained. | ||
203 | |||
204 | (b) Contributor APIs. | ||
205 | If Contributor's Modifications include an application programming | ||
206 | interface and Contributor has knowledge of patent licenses which | ||
207 | are reasonably necessary to implement that API, Contributor must | ||
208 | also include this information in the LEGAL file. | ||
209 | |||
210 | (c) Representations. | ||
211 | Contributor represents that, except as disclosed pursuant to | ||
212 | Section 3.4(a) above, Contributor believes that Contributor's | ||
213 | Modifications are Contributor's original creation(s) and/or | ||
214 | Contributor has sufficient rights to grant the rights conveyed by | ||
215 | this License. | ||
216 | |||
217 | 3.5. Required Notices. | ||
218 | You must duplicate the notice in Exhibit A in each file of the Source | ||
219 | Code. If it is not possible to put such notice in a particular Source | ||
220 | Code file due to its structure, then You must include such notice in a | ||
221 | location (such as a relevant directory) where a user would be likely | ||
222 | to look for such a notice. If You created one or more Modification(s) | ||
223 | You may add your name as a Contributor to the notice described in | ||
224 | Exhibit A. You must also duplicate this License in any documentation | ||
225 | for the Source Code where You describe recipients' rights or ownership | ||
226 | rights relating to Covered Code. You may choose to offer, and to | ||
227 | charge a fee for, warranty, support, indemnity or liability | ||
228 | obligations to one or more recipients of Covered Code. However, You | ||
229 | may do so only on Your own behalf, and not on behalf of the Initial | ||
230 | Developer or any Contributor. You must make it absolutely clear than | ||
231 | any such warranty, support, indemnity or liability obligation is | ||
232 | offered by You alone, and You hereby agree to indemnify the Initial | ||
233 | Developer and every Contributor for any liability incurred by the | ||
234 | Initial Developer or such Contributor as a result of warranty, | ||
235 | support, indemnity or liability terms You offer. | ||
236 | |||
237 | 3.6. Distribution of Executable Versions. | ||
238 | You may distribute Covered Code in Executable form only if the | ||
239 | requirements of Section 3.1-3.5 have been met for that Covered Code, | ||
240 | and if You include a notice stating that the Source Code version of | ||
241 | the Covered Code is available under the terms of this License, | ||
242 | including a description of how and where You have fulfilled the | ||
243 | obligations of Section 3.2. The notice must be conspicuously included | ||
244 | in any notice in an Executable version, related documentation or | ||
245 | collateral in which You describe recipients' rights relating to the | ||
246 | Covered Code. You may distribute the Executable version of Covered | ||
247 | Code or ownership rights under a license of Your choice, which may | ||
248 | contain terms different from this License, provided that You are in | ||
249 | compliance with the terms of this License and that the license for the | ||
250 | Executable version does not attempt to limit or alter the recipient's | ||
251 | rights in the Source Code version from the rights set forth in this | ||
252 | License. If You distribute the Executable version under a different | ||
253 | license You must make it absolutely clear that any terms which differ | ||
254 | from this License are offered by You alone, not by the Initial | ||
255 | Developer or any Contributor. You hereby agree to indemnify the | ||
256 | Initial Developer and every Contributor for any liability incurred by | ||
257 | the Initial Developer or such Contributor as a result of any such | ||
258 | terms You offer. | ||
259 | |||
260 | 3.7. Larger Works. | ||
261 | You may create a Larger Work by combining Covered Code with other code | ||
262 | not governed by the terms of this License and distribute the Larger | ||
263 | Work as a single product. In such a case, You must make sure the | ||
264 | requirements of this License are fulfilled for the Covered Code. | ||
265 | |||
266 | 4. Inability to Comply Due to Statute or Regulation. | ||
267 | |||
268 | If it is impossible for You to comply with any of the terms of this | ||
269 | License with respect to some or all of the Covered Code due to | ||
270 | statute, judicial order, or regulation then You must: (a) comply with | ||
271 | the terms of this License to the maximum extent possible; and (b) | ||
272 | describe the limitations and the code they affect. Such description | ||
273 | must be included in the LEGAL file described in Section 3.4 and must | ||
274 | be included with all distributions of the Source Code. Except to the | ||
275 | extent prohibited by statute or regulation, such description must be | ||
276 | sufficiently detailed for a recipient of ordinary skill to be able to | ||
277 | understand it. | ||
278 | |||
279 | 5. Application of this License. | ||
280 | |||
281 | This License applies to code to which the Initial Developer has | ||
282 | attached the notice in Exhibit A and to related Covered Code. | ||
283 | |||
284 | 6. Versions of the License. | ||
285 | |||
286 | 6.1. New Versions. | ||
287 | Netscape Communications Corporation ("Netscape") may publish revised | ||
288 | and/or new versions of the License from time to time. Each version | ||
289 | will be given a distinguishing version number. | ||
290 | |||
291 | 6.2. Effect of New Versions. | ||
292 | Once Covered Code has been published under a particular version of the | ||
293 | License, You may always continue to use it under the terms of that | ||
294 | version. You may also choose to use such Covered Code under the terms | ||
295 | of any subsequent version of the License published by Netscape. No one | ||
296 | other than Netscape has the right to modify the terms applicable to | ||
297 | Covered Code created under this License. | ||
298 | |||
299 | 6.3. Derivative Works. | ||
300 | If You create or use a modified version of this License (which you may | ||
301 | only do in order to apply it to code which is not already Covered Code | ||
302 | governed by this License), You must (a) rename Your license so that | ||
303 | the phrases "Mozilla", "MOZILLAPL", "MOZPL", "Netscape", | ||
304 | "MPL", "NPL" or any confusingly similar phrase do not appear in your | ||
305 | license (except to note that your license differs from this License) | ||
306 | and (b) otherwise make it clear that Your version of the license | ||
307 | contains terms which differ from the Mozilla Public License and | ||
308 | Netscape Public License. (Filling in the name of the Initial | ||
309 | Developer, Original Code or Contributor in the notice described in | ||
310 | Exhibit A shall not of themselves be deemed to be modifications of | ||
311 | this License.) | ||
312 | |||
313 | 7. DISCLAIMER OF WARRANTY. | ||
314 | |||
315 | COVERED CODE IS PROVIDED UNDER THIS LICENSE ON AN "AS IS" BASIS, | ||
316 | WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, | ||
317 | WITHOUT LIMITATION, WARRANTIES THAT THE COVERED CODE IS FREE OF | ||
318 | DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING. | ||
319 | THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE COVERED CODE | ||
320 | IS WITH YOU. SHOULD ANY COVERED CODE PROVE DEFECTIVE IN ANY RESPECT, | ||
321 | YOU (NOT THE INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE | ||
322 | COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER | ||
323 | OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF | ||
324 | ANY COVERED CODE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER. | ||
325 | |||
326 | 8. TERMINATION. | ||
327 | |||
328 | 8.1. This License and the rights granted hereunder will terminate | ||
329 | automatically if You fail to comply with terms herein and fail to cure | ||
330 | such breach within 30 days of becoming aware of the breach. All | ||
331 | sublicenses to the Covered Code which are properly granted shall | ||
332 | survive any termination of this License. Provisions which, by their | ||
333 | nature, must remain in effect beyond the termination of this License | ||
334 | shall survive. | ||
335 | |||
336 | 8.2. If You initiate litigation by asserting a patent infringement | ||
337 | claim (excluding declatory judgment actions) against Initial Developer | ||
338 | or a Contributor (the Initial Developer or Contributor against whom | ||
339 | You file such action is referred to as "Participant") alleging that: | ||
340 | |||
341 | (a) such Participant's Contributor Version directly or indirectly | ||
342 | infringes any patent, then any and all rights granted by such | ||
343 | Participant to You under Sections 2.1 and/or 2.2 of this License | ||
344 | shall, upon 60 days notice from Participant terminate prospectively, | ||
345 | unless if within 60 days after receipt of notice You either: (i) | ||
346 | agree in writing to pay Participant a mutually agreeable reasonable | ||
347 | royalty for Your past and future use of Modifications made by such | ||
348 | Participant, or (ii) withdraw Your litigation claim with respect to | ||
349 | the Contributor Version against such Participant. If within 60 days | ||
350 | of notice, a reasonable royalty and payment arrangement are not | ||
351 | mutually agreed upon in writing by the parties or the litigation claim | ||
352 | is not withdrawn, the rights granted by Participant to You under | ||
353 | Sections 2.1 and/or 2.2 automatically terminate at the expiration of | ||
354 | the 60 day notice period specified above. | ||
355 | |||
356 | (b) any software, hardware, or device, other than such Participant's | ||
357 | Contributor Version, directly or indirectly infringes any patent, then | ||
358 | any rights granted to You by such Participant under Sections 2.1(b) | ||
359 | and 2.2(b) are revoked effective as of the date You first made, used, | ||
360 | sold, distributed, or had made, Modifications made by that | ||
361 | Participant. | ||
362 | |||
363 | 8.3. If You assert a patent infringement claim against Participant | ||
364 | alleging that such Participant's Contributor Version directly or | ||
365 | indirectly infringes any patent where such claim is resolved (such as | ||
366 | by license or settlement) prior to the initiation of patent | ||
367 | infringement litigation, then the reasonable value of the licenses | ||
368 | granted by such Participant under Sections 2.1 or 2.2 shall be taken | ||
369 | into account in determining the amount or value of any payment or | ||
370 | license. | ||
371 | |||
372 | 8.4. In the event of termination under Sections 8.1 or 8.2 above, | ||
373 | all end user license agreements (excluding distributors and resellers) | ||
374 | which have been validly granted by You or any distributor hereunder | ||
375 | prior to termination shall survive termination. | ||
376 | |||
377 | 9. LIMITATION OF LIABILITY. | ||
378 | |||
379 | UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT | ||
380 | (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE INITIAL | ||
381 | DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED CODE, | ||
382 | OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR | ||
383 | ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY | ||
384 | CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL, | ||
385 | WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER | ||
386 | COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN | ||
387 | INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF | ||
388 | LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY | ||
389 | RESULTING FROM SUCH PARTY'S NEGLIGENCE TO THE EXTENT APPLICABLE LAW | ||
390 | PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE | ||
391 | EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO | ||
392 | THIS EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU. | ||
393 | |||
394 | 10. U.S. GOVERNMENT END USERS. | ||
395 | |||
396 | The Covered Code is a "commercial item," as that term is defined in | ||
397 | 48 C.F.R. 2.101 (Oct. 1995), consisting of "commercial computer | ||
398 | software" and "commercial computer software documentation," as such | ||
399 | terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent with 48 | ||
400 | C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995), | ||
401 | all U.S. Government End Users acquire Covered Code with only those | ||
402 | rights set forth herein. | ||
403 | |||
404 | 11. MISCELLANEOUS. | ||
405 | |||
406 | This License represents the complete agreement concerning subject | ||
407 | matter hereof. If any provision of this License is held to be | ||
408 | unenforceable, such provision shall be reformed only to the extent | ||
409 | necessary to make it enforceable. This License shall be governed by | ||
410 | California law provisions (except to the extent applicable law, if | ||
411 | any, provides otherwise), excluding its conflict-of-law provisions. | ||
412 | With respect to disputes in which at least one party is a citizen of, | ||
413 | or an entity chartered or registered to do business in the United | ||
414 | States of America, any litigation relating to this License shall be | ||
415 | subject to the jurisdiction of the Federal Courts of the Northern | ||
416 | District of California, with venue lying in Santa Clara County, | ||
417 | California, with the losing party responsible for costs, including | ||
418 | without limitation, court costs and reasonable attorneys' fees and | ||
419 | expenses. The application of the United Nations Convention on | ||
420 | Contracts for the International Sale of Goods is expressly excluded. | ||
421 | Any law or regulation which provides that the language of a contract | ||
422 | shall be construed against the drafter shall not apply to this | ||
423 | License. | ||
424 | |||
425 | 12. RESPONSIBILITY FOR CLAIMS. | ||
426 | |||
427 | As between Initial Developer and the Contributors, each party is | ||
428 | responsible for claims and damages arising, directly or indirectly, | ||
429 | out of its utilization of rights under this License and You agree to | ||
430 | work with Initial Developer and Contributors to distribute such | ||
431 | responsibility on an equitable basis. Nothing herein is intended or | ||
432 | shall be deemed to constitute any admission of liability. | ||
433 | |||
434 | 13. MULTIPLE-LICENSED CODE. | ||
435 | |||
436 | Initial Developer may designate portions of the Covered Code as | ||
437 | "Multiple-Licensed". "Multiple-Licensed" means that the Initial | ||
438 | Developer permits you to utilize portions of the Covered Code under | ||
439 | Your choice of the NPL or the alternative licenses, if any, specified | ||
440 | by the Initial Developer in the file described in Exhibit A. | ||
441 | |||
442 | EXHIBIT A -Mozilla Public License. | ||
443 | |||
444 | ``The contents of this file are subject to the Mozilla Public License | ||
445 | Version 1.1 (the "License"); you may not use this file except in | ||
446 | compliance with the License. You may obtain a copy of the License at | ||
447 | http://www.mozilla.org/MPL/ | ||
448 | |||
449 | Software distributed under the License is distributed on an "AS IS" | ||
450 | basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the | ||
451 | License for the specific language governing rights and limitations | ||
452 | under the License. | ||
453 | |||
454 | The Original Code is ______________________________________. | ||
455 | |||
456 | The Initial Developer of the Original Code is ________________________. | ||
457 | Portions created by ______________________ are Copyright (C) ______ | ||
458 | _______________________. All Rights Reserved. | ||
459 | |||
460 | Contributor(s): ______________________________________. | ||
461 | |||
462 | Alternatively, the contents of this file may be used under the terms | ||
463 | of the _____ license (the "[___] License"), in which case the | ||
464 | provisions of [______] License are applicable instead of those | ||
465 | above. If you wish to allow use of your version of this file only | ||
466 | under the terms of the [____] License and not to allow others to use | ||
467 | your version of this file under the MPL, indicate your decision by | ||
468 | deleting the provisions above and replace them with the notice and | ||
469 | other provisions required by the [___] License. If you do not delete | ||
470 | the provisions above, a recipient may use your version of this file | ||
471 | under either the MPL or the [___] License." | ||
472 | |||
473 | [NOTE: The text of this Exhibit A may differ slightly from the text of | ||
474 | the notices in the Source Code files of the Original Code. You should | ||
475 | use the text of this Exhibit A rather than the text found in the | ||
476 | Original Code Source Code for Your Modifications.] | ||
477 | |||
diff --git a/ThirdPartyLicenses/GoogleProtoBuffer.txt b/ThirdPartyLicenses/GoogleProtoBuffer.txt new file mode 100644 index 0000000..e0df00c --- /dev/null +++ b/ThirdPartyLicenses/GoogleProtoBuffer.txt | |||
@@ -0,0 +1,31 @@ | |||
1 | // Protocol Buffers - Google's data interchange format | ||
2 | // Copyright 2008 Google Inc. All rights reserved. | ||
3 | // http://github.com/jskeet/dotnet-protobufs/ | ||
4 | // Original C++/Java/Python code: | ||
5 | // http://code.google.com/p/protobuf/ | ||
6 | // | ||
7 | // Redistribution and use in source and binary forms, with or without | ||
8 | // modification, are permitted provided that the following conditions are | ||
9 | // met: | ||
10 | // | ||
11 | // * Redistributions of source code must retain the above copyright | ||
12 | // notice, this list of conditions and the following disclaimer. | ||
13 | // * Redistributions in binary form must reproduce the above | ||
14 | // copyright notice, this list of conditions and the following disclaimer | ||
15 | // in the documentation and/or other materials provided with the | ||
16 | // distribution. | ||
17 | // * Neither the name of Google Inc. nor the names of its | ||
18 | // contributors may be used to endorse or promote products derived from | ||
19 | // this software without specific prior written permission. | ||
20 | // | ||
21 | // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS | ||
22 | // "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT | ||
23 | // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR | ||
24 | // A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT | ||
25 | // OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, | ||
26 | // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT | ||
27 | // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, | ||
28 | // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY | ||
29 | // THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | ||
30 | // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE | ||
31 | // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||
diff --git a/ThirdPartyLicenses/ICSharpCode.SharpZipLib.license.txt b/ThirdPartyLicenses/ICSharpCode.SharpZipLib.license.txt new file mode 100644 index 0000000..c384be4 --- /dev/null +++ b/ThirdPartyLicenses/ICSharpCode.SharpZipLib.license.txt | |||
@@ -0,0 +1,17 @@ | |||
1 | The library is released under the GPL with the following exception: | ||
2 | |||
3 | Linking this library statically or dynamically with other modules is | ||
4 | making a combined work based on this library. Thus, the terms and | ||
5 | conditions of the GNU General Public License cover the whole combination. | ||
6 | |||
7 | As a special exception, the copyright holders of this library give you | ||
8 | permission to link this library with independent modules to produce an | ||
9 | executable, regardless of the license terms of these independent modules, | ||
10 | and to copy and distribute the resulting executable under terms of your | ||
11 | choice, provided that you also meet, for each linked independent module, | ||
12 | the terms and conditions of the license of that module. An independent | ||
13 | module is a module which is not derived from or based on this library. | ||
14 | |||
15 | If you modify this library, you may extend this exception to your | ||
16 | version of the library, but you are not obligated to do so. If you do not | ||
17 | wish to do so, delete this exception statement from your version. | ||
diff --git a/ThirdPartyLicenses/MXP.txt b/ThirdPartyLicenses/MXP.txt new file mode 100644 index 0000000..43f51ce --- /dev/null +++ b/ThirdPartyLicenses/MXP.txt | |||
@@ -0,0 +1,15 @@ | |||
1 | Metaverse Exchange Protocol specification and reference implementation. | ||
2 | |||
3 | Copyright 2008-2009 Bubble Cloud Comminity (http://www.bubblecloud.org) | ||
4 | |||
5 | Licensed under the Apache License, Version 2.0 (the "License"); | ||
6 | you may not use this file except in compliance with the License. | ||
7 | You may obtain a copy of the License at | ||
8 | |||
9 | http://www.apache.org/licenses/LICENSE-2.0 | ||
10 | |||
11 | Unless required by applicable law or agreed to in writing, software | ||
12 | distributed under the License is distributed on an "AS IS" BASIS, | ||
13 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
14 | See the License for the specific language governing permissions and | ||
15 | limitations under the License. | ||
diff --git a/ThirdPartyLicenses/Mono.Xna (MonoXnaCompactMaths).txt b/ThirdPartyLicenses/Mono.Xna (MonoXnaCompactMaths).txt new file mode 100644 index 0000000..ef324b6 --- /dev/null +++ b/ThirdPartyLicenses/Mono.Xna (MonoXnaCompactMaths).txt | |||
@@ -0,0 +1,22 @@ | |||
1 | MIT License | ||
2 | Copyright © 2006 The Mono.Xna Team | ||
3 | |||
4 | All rights reserved. | ||
5 | |||
6 | Permission is hereby granted, free of charge, to any person obtaining a copy | ||
7 | of this software and associated documentation files (the "Software"), to deal | ||
8 | in the Software without restriction, including without limitation the rights | ||
9 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
10 | copies of the Software, and to permit persons to whom the Software is | ||
11 | furnished to do so, subject to the following conditions: | ||
12 | |||
13 | The above copyright notice and this permission notice shall be included in all | ||
14 | copies or substantial portions of the Software. | ||
15 | |||
16 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
17 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
18 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
19 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
20 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
21 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
22 | SOFTWARE. \ No newline at end of file | ||
diff --git a/ThirdPartyLicenses/MonoAddins.txt b/ThirdPartyLicenses/MonoAddins.txt new file mode 100644 index 0000000..10c23b3 --- /dev/null +++ b/ThirdPartyLicenses/MonoAddins.txt | |||
@@ -0,0 +1,41 @@ | |||
1 | Authors: Lluis Sanchez Gual <lluis@novell.com> | ||
2 | |||
3 | The MIT License | ||
4 | |||
5 | Copyright (C) 2007 Novell, Inc (http://www.novell.com) | ||
6 | |||
7 | |||
8 | |||
9 | Permission is hereby granted, free of charge, to any person obtaining | ||
10 | a copy | ||
11 | of this software and associated documentation files (the "Software"), | ||
12 | to deal | ||
13 | in the Software without restriction, including without limitation | ||
14 | the rights | ||
15 | to use, copy, modify, merge, publish, distribute, sublicense, | ||
16 | and/or sell | ||
17 | copies of the Software, and to permit persons to whom the | ||
18 | Software is | ||
19 | furnished to do so, subject to the following conditions: | ||
20 | |||
21 | |||
22 | |||
23 | The above copyright notice and this permission notice shall be included in | ||
24 | |||
25 | all copies or substantial portions of the Software. | ||
26 | |||
27 | |||
28 | |||
29 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, | ||
30 | EXPRESS OR | ||
31 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF | ||
32 | MERCHANTABILITY, | ||
33 | FITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. | ||
34 | IN NO EVENT SHALL THE | ||
35 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, | ||
36 | DAMAGES OR OTHER | ||
37 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR | ||
38 | OTHERWISE, ARISING FROM, | ||
39 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR | ||
40 | THE USE OR OTHER DEALINGS IN | ||
41 | THE SOFTWARE. | ||
diff --git a/ThirdPartyLicenses/MySQL.txt b/ThirdPartyLicenses/MySQL.txt new file mode 100644 index 0000000..bbda936 --- /dev/null +++ b/ThirdPartyLicenses/MySQL.txt | |||
@@ -0,0 +1,122 @@ | |||
1 | GPLv2 + MySQL FLOSS License Exception (files COPYING and EXCEPTIONS) | ||
2 | |||
3 | --- file: EXCEPTIONS --- | ||
4 | MySQL FLOSS License Exception | ||
5 | |||
6 | The MySQL AB Exception for Free/Libre and Open Source | ||
7 | Software-only Applications Using MySQL Client Libraries (the | ||
8 | "FLOSS Exception"). | ||
9 | |||
10 | Version 0.6, 7 March 2007 | ||
11 | |||
12 | Exception Intent | ||
13 | |||
14 | We want specified Free/Libre and Open Source Software (``FLOSS'') | ||
15 | applications to be able to use specified GPL-licensed MySQL client | ||
16 | libraries (the ``Program'') despite the fact that not all FLOSS | ||
17 | licenses are compatible with version 2 of the GNU General Public | ||
18 | License (the ``GPL''). | ||
19 | |||
20 | Legal Terms and Conditions | ||
21 | |||
22 | As a special exception to the terms and conditions of version 2.0 | ||
23 | of the GPL: | ||
24 | |||
25 | 1. You are free to distribute a Derivative Work that is formed | ||
26 | entirely from the Program and one or more works (each, a | ||
27 | "FLOSS Work") licensed under one or more of the licenses | ||
28 | listed below in section 1, as long as: | ||
29 | a. You obey the GPL in all respects for the Program and the | ||
30 | Derivative Work, except for identifiable sections of the | ||
31 | Derivative Work which are not derived from the Program, | ||
32 | and which can reasonably be considered independent and | ||
33 | separate works in themselves, | ||
34 | b. all identifiable sections of the Derivative Work which | ||
35 | are not derived from the Program, and which can | ||
36 | reasonably be considered independent and separate works | ||
37 | in themselves, | ||
38 | i. are distributed subject to one of the FLOSS licenses | ||
39 | listed below, and | ||
40 | ii. the object code or executable form of those sections | ||
41 | are accompanied by the complete corresponding | ||
42 | machine-readable source code for those sections on | ||
43 | the same medium and under the same FLOSS license as | ||
44 | the corresponding object code or executable forms of | ||
45 | those sections, and | ||
46 | c. any works which are aggregated with the Program or with a | ||
47 | Derivative Work on a volume of a storage or distribution | ||
48 | medium in accordance with the GPL, can reasonably be | ||
49 | considered independent and separate works in themselves | ||
50 | which are not derivatives of either the Program, a | ||
51 | Derivative Work or a FLOSS Work. | ||
52 | If the above conditions are not met, then the Program may only | ||
53 | be copied, modified, distributed or used under the terms and | ||
54 | conditions of the GPL or another valid licensing option from | ||
55 | MySQL AB. | ||
56 | |||
57 | 2. FLOSS License List | ||
58 | |||
59 | License name Version(s)/Copyright Date | ||
60 | Academic Free License 2.0 | ||
61 | Apache Software License 1.0/1.1/2.0 | ||
62 | Apple Public Source License 2.0 | ||
63 | Artistic license From Perl 5.8.0 | ||
64 | BSD license "July 22 1999" | ||
65 | Common Development and Distribution License (CDDL) 1.0 | ||
66 | Common Public License 1.0 | ||
67 | Eclipse Public License 1.0 | ||
68 | GNU Library or "Lesser" General Public License (LGPL) 2.0/2.1 | ||
69 | Jabber Open Source License 1.0 | ||
70 | MIT license (As listed in file MIT-License.txt) --- | ||
71 | Mozilla Public License (MPL) 1.0/1.1 | ||
72 | Open Software License 2.0 | ||
73 | OpenSSL license (with original SSLeay license) "2003" ("1998") | ||
74 | PHP License 3.0 | ||
75 | Python license (CNRI Python License) --- | ||
76 | Python Software Foundation License 2.1.1 | ||
77 | Sleepycat License "1999" | ||
78 | University of Illinois/NCSA Open Source License --- | ||
79 | W3C License "2001" | ||
80 | X11 License "2001" | ||
81 | Zlib/libpng License --- | ||
82 | Zope Public License 2.0 | ||
83 | |||
84 | Due to the many variants of some of the above licenses, we | ||
85 | require that any version follow the 2003 version of the Free | ||
86 | Software Foundation's Free Software Definition | ||
87 | (http://www.gnu.org/philosophy/free-sw.html) or version 1.9 of | ||
88 | the Open Source Definition by the Open Source Initiative | ||
89 | (http://www.opensource.org/docs/definition.php). | ||
90 | |||
91 | 3. Definitions | ||
92 | |||
93 | a. Terms used, but not defined, herein shall have the | ||
94 | meaning provided in the GPL. | ||
95 | b. Derivative Work means a derivative work under copyright | ||
96 | law. | ||
97 | |||
98 | 4. Applicability: This FLOSS Exception applies to all Programs | ||
99 | that contain a notice placed by MySQL AB saying that the | ||
100 | Program may be distributed under the terms of this FLOSS | ||
101 | Exception. If you create or distribute a work which is a | ||
102 | Derivative Work of both the Program and any other work | ||
103 | licensed under the GPL, then this FLOSS Exception is not | ||
104 | available for that work; thus, you must remove the FLOSS | ||
105 | Exception notice from that work and comply with the GPL in all | ||
106 | respects, including by retaining all GPL notices. You may | ||
107 | choose to redistribute a copy of the Program exclusively under | ||
108 | the terms of the GPL by removing the FLOSS Exception notice | ||
109 | from that copy of the Program, provided that the copy has | ||
110 | never been modified by you or any third party. | ||
111 | |||
112 | Appendix A. Qualified Libraries and Packages | ||
113 | |||
114 | The following is a non-exhaustive list of libraries and packages | ||
115 | which are covered by the FLOSS License Exception. Please note that | ||
116 | this appendix is provided merely as an additional service to | ||
117 | specific FLOSS projects wishing to simplify licensing information | ||
118 | for their users. Compliance with one of the licenses noted under | ||
119 | the "FLOSS license list" section remains a prerequisite. | ||
120 | |||
121 | Package Name Qualifying License and Version | ||
122 | Apache Portable Runtime (APR) Apache Software License 2.0 | ||
diff --git a/ThirdPartyLicenses/Nini.txt b/ThirdPartyLicenses/Nini.txt new file mode 100644 index 0000000..fe38b62 --- /dev/null +++ b/ThirdPartyLicenses/Nini.txt | |||
@@ -0,0 +1,23 @@ | |||
1 | |||
2 | Nini Configuration Project. | ||
3 | Copyright (c) 2006 Brent R. Matzelle | ||
4 | |||
5 | Permission is hereby granted, free of charge, to any person obtaining | ||
6 | a copy of this software and associated documentation files (the | ||
7 | "Software"), to deal in the Software without restriction, including | ||
8 | without limitation the rights to use, copy, modify, merge, publish, | ||
9 | distribute, sublicense, and/or sell copies of the Software, and to | ||
10 | permit persons to whom the Software is furnished to do so, subject to | ||
11 | the following conditions: | ||
12 | |||
13 | The above copyright notice and this permission notice shall be | ||
14 | included in all copies or substantial portions of the Software. | ||
15 | |||
16 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, | ||
17 | EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF | ||
18 | MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND | ||
19 | NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE | ||
20 | LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION | ||
21 | OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION | ||
22 | WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | ||
23 | |||
diff --git a/ThirdPartyLicenses/Npgsql.txt b/ThirdPartyLicenses/Npgsql.txt new file mode 100644 index 0000000..e2e4f12 --- /dev/null +++ b/ThirdPartyLicenses/Npgsql.txt | |||
@@ -0,0 +1,7 @@ | |||
1 | Copyright (c) 2002-2007, The Npgsql Development Team | ||
2 | |||
3 | Permission to use, copy, modify, and distribute this software and its documentation for any purpose, without fee, and without a written agreement is hereby granted, provided that the above copyright notice and this paragraph and the following two paragraphs appear in all copies. | ||
4 | |||
5 | IN NO EVENT SHALL THE NPGSQL DEVELOPMENT TEAM BE LIABLE TO ANY PARTY FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, INCLUDING LOST PROFITS, ARISING OUT OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE NPGSQL DEVELOPMENT TEAM HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||
6 | |||
7 | THE NPGSQL DEVELOPMENT TEAM SPECIFICALLY DISCLAIMS ANY WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS ON AN "AS IS" BASIS, AND THE NPGSQL DEVELOPMENT TEAM HAS NO OBLIGATIONS TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. | ||
diff --git a/ThirdPartyLicenses/ODE.txt b/ThirdPartyLicenses/ODE.txt new file mode 100644 index 0000000..53a93db --- /dev/null +++ b/ThirdPartyLicenses/ODE.txt | |||
@@ -0,0 +1,13 @@ | |||
1 | Open Dynamics Engine | ||
2 | Copyright (c) 2001-2004, Russell L. Smith. | ||
3 | All rights reserved. | ||
4 | |||
5 | Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: | ||
6 | |||
7 | Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. | ||
8 | |||
9 | 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. | ||
10 | |||
11 | Neither the names of ODE's copyright owner nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. | ||
12 | |||
13 | 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. \ No newline at end of file | ||
diff --git a/ThirdPartyLicenses/OpenJpeg.txt b/ThirdPartyLicenses/OpenJpeg.txt new file mode 100644 index 0000000..d1e5b6a --- /dev/null +++ b/ThirdPartyLicenses/OpenJpeg.txt | |||
@@ -0,0 +1,30 @@ | |||
1 | /* | ||
2 | * Copyright (c) 2002-2007, Communications and Remote Sensing Laboratory, Universite catholique de Louvain (UCL), Belgium | ||
3 | * Copyright (c) 2002-2007, Professor Benoit Macq | ||
4 | * Copyright (c) 2001-2003, David Janssens | ||
5 | * Copyright (c) 2002-2003, Yannick Verschueren | ||
6 | * Copyright (c) 2003-2007, Francois-Olivier Devaux and Antonin Descampe | ||
7 | * Copyright (c) 2005, Herve Drolon, FreeImage Team | ||
8 | * All rights reserved. | ||
9 | * | ||
10 | * Redistribution and use in source and binary forms, with or without | ||
11 | * modification, are permitted provided that the following conditions | ||
12 | * are met: | ||
13 | * 1. Redistributions of source code must retain the above copyright | ||
14 | * notice, this list of conditions and the following disclaimer. | ||
15 | * 2. Redistributions in binary form must reproduce the above copyright | ||
16 | * notice, this list of conditions and the following disclaimer in the | ||
17 | * documentation and/or other materials provided with the distribution. | ||
18 | * | ||
19 | * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS `AS IS' | ||
20 | * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | ||
21 | * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | ||
22 | * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE | ||
23 | * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR | ||
24 | * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF | ||
25 | * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS | ||
26 | * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN | ||
27 | * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) | ||
28 | * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE | ||
29 | * POSSIBILITY OF SUCH DAMAGE. | ||
30 | */ \ No newline at end of file | ||
diff --git a/ThirdPartyLicenses/Protobuf-net.txt b/ThirdPartyLicenses/Protobuf-net.txt new file mode 100644 index 0000000..8eb6c71 --- /dev/null +++ b/ThirdPartyLicenses/Protobuf-net.txt | |||
@@ -0,0 +1,21 @@ | |||
1 | The core Protocol Buffers technology is provided courtesy of Google. | ||
2 | At the time of writing, this is released under the BSD license. | ||
3 | Full details can be found here: | ||
4 | |||
5 | http://code.google.com/p/protobuf/ | ||
6 | |||
7 | |||
8 | This .NET implementation is Copyright 2008 Marc Gravell | ||
9 | |||
10 | Licensed under the Apache License, Version 2.0 (the "License"); | ||
11 | you may not use this file except in compliance with the License. | ||
12 | You may obtain a copy of the License at | ||
13 | |||
14 | http://www.apache.org/licenses/LICENSE-2.0 | ||
15 | |||
16 | Unless required by applicable law or agreed to in writing, software | ||
17 | distributed under the License is distributed on an "AS IS" BASIS, | ||
18 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
19 | See the License for the specific language governing permissions and | ||
20 | limitations under the License. | ||
21 | |||
diff --git a/ThirdPartyLicenses/Prototype.txt b/ThirdPartyLicenses/Prototype.txt new file mode 100644 index 0000000..61e4918 --- /dev/null +++ b/ThirdPartyLicenses/Prototype.txt | |||
@@ -0,0 +1,16 @@ | |||
1 | Copyright (c) 2005-2008 Sam Stephenson | ||
2 | |||
3 | Permission is hereby granted, free of charge, to any person obtaining a copy | ||
4 | of this software and associated documentation files (the "Software"), to deal | ||
5 | in the Software without restriction, including without limitation the rights | ||
6 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
7 | copies of the Software, and to permit persons to whom the Software is | ||
8 | furnished to do so, subject to the following conditions: | ||
9 | |||
10 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
11 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
12 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
13 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
14 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
15 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
16 | SOFTWARE. | ||
diff --git a/ThirdPartyLicenses/SmartThreadPool.txt b/ThirdPartyLicenses/SmartThreadPool.txt new file mode 100644 index 0000000..7bfc997 --- /dev/null +++ b/ThirdPartyLicenses/SmartThreadPool.txt | |||
@@ -0,0 +1,22 @@ | |||
1 | Microsoft Public License (Ms-PL) | ||
2 | |||
3 | This license governs use of the accompanying software. If you use the software, you | ||
4 | accept this license. If you do not accept the license, do not use the software. | ||
5 | |||
6 | 1. Definitions | ||
7 | The terms "reproduce," "reproduction," "derivative works," and "distribution" have the | ||
8 | same meaning here as under U.S. copyright law. | ||
9 | A "contribution" is the original software, or any additions or changes to the software. | ||
10 | A "contributor" is any person that distributes its contribution under this license. | ||
11 | "Licensed patents" are a contributor's patent claims that read directly on its contribution. | ||
12 | |||
13 | 2. Grant of Rights | ||
14 | (A) Copyright Grant- Subject to the terms of this license, including the license conditions and limitations in section 3, each contributor grants you a non-exclusive, worldwide, royalty-free copyright license to reproduce its contribution, prepare derivative works of its contribution, and distribute its contribution or any derivative works that you create. | ||
15 | (B) Patent Grant- Subject to the terms of this license, including the license conditions and limitations in section 3, each contributor grants you a non-exclusive, worldwide, royalty-free license under its licensed patents to make, have made, use, sell, offer for sale, import, and/or otherwise dispose of its contribution in the software or derivative works of the contribution in the software. | ||
16 | |||
17 | 3. Conditions and Limitations | ||
18 | (A) No Trademark License- This license does not grant you rights to use any contributors' name, logo, or trademarks. | ||
19 | (B) If you bring a patent claim against any contributor over patents that you claim are infringed by the software, your patent license from such contributor to the software ends automatically. | ||
20 | (C) If you distribute any portion of the software, you must retain all copyright, patent, trademark, and attribution notices that are present in the software. | ||
21 | (D) If you distribute any portion of the software in source code form, you may do so only under this license by including a complete copy of this license with your distribution. If you distribute any portion of the software in compiled or object code form, you may only do so under a license that complies with this license. | ||
22 | (E) The software is licensed "as-is." You bear the risk of using it. The contributors give no express warranties, guarantees or conditions. You may have additional consumer rights under your local laws which this license cannot change. To the extent permitted under your local laws, the contributors exclude the implied warranties of merchantability, fitness for a particular purpose and non-infringement. | ||
diff --git a/ThirdPartyLicenses/XML-RPC.NET.txt b/ThirdPartyLicenses/XML-RPC.NET.txt new file mode 100644 index 0000000..2aff37f --- /dev/null +++ b/ThirdPartyLicenses/XML-RPC.NET.txt | |||
@@ -0,0 +1,27 @@ | |||
1 | XML-RPC.NET - XML-RPC for .NET | ||
2 | v2.1.0 | ||
3 | Copyright (C) 2001-2006 Charles Cook (chascook@gmail.com) | ||
4 | |||
5 | xmlrpcgen | ||
6 | Copyright (C) 2003 Joe Bork | ||
7 | |||
8 | For more information about XML-RPC.NET visit http://www.xml-rpc.net. | ||
9 | |||
10 | XML-RPC.NET is licensed with MIT X11 license. | ||
11 | (see http://www.xml-rpc.net/faq/xmlrpcnetfaq.html#6.12) | ||
12 | |||
13 | For more information about XML-RPC refer to http://www.xmlrpc.com/ | ||
14 | |||
15 | |||
16 | PREQUISITES | ||
17 | ----------- | ||
18 | Assembly CookComputing.XmlRpc.dll requires 1.0 .NET runtime and | ||
19 | runs on all later versions. | ||
20 | |||
21 | Assembly CookComputing.XmlRpcV2.dll requires 2.0 .NET runtime. | ||
22 | |||
23 | |||
24 | DOCUMENTATION | ||
25 | ------------- | ||
26 | For help on using XML-RPC.NET, see | ||
27 | http://www.xml-rpc.net/faq/xmlrpcnetfaq.html. \ No newline at end of file | ||
diff --git a/ThirdPartyLicenses/libsl.txt b/ThirdPartyLicenses/libsl.txt new file mode 100644 index 0000000..73951dc --- /dev/null +++ b/ThirdPartyLicenses/libsl.txt | |||
@@ -0,0 +1,23 @@ | |||
1 | Copyright (c) 2006, Second Life Reverse Engineering Team | ||
2 | All rights reserved. | ||
3 | |||
4 | - Redistribution and use in source and binary forms, with or without | ||
5 | modification, are permitted provided that the following conditions are met: | ||
6 | |||
7 | - Redistributions of source code must retain the above copyright notice, this | ||
8 | list of conditions and the following disclaimer. | ||
9 | - Neither the name of the Second Life Reverse Engineering Team nor the names | ||
10 | of its contributors may be used to endorse or promote products derived from | ||
11 | this software without specific prior written permission. | ||
12 | |||
13 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" | ||
14 | AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | ||
15 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | ||
16 | ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE | ||
17 | LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR | ||
18 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF | ||
19 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS | ||
20 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN | ||
21 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) | ||
22 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE | ||
23 | POSSIBILITY OF SUCH DAMAGE. \ No newline at end of file | ||