|
1 |
| -ServiceStack |
2 |
| -Copyright (c) 2013 Service Stack |
3 |
| -=============================================================================== |
4 |
| - |
5 |
| -This program is free software: you can redistribute it and/or modify it |
6 |
| -under the terms of the GNU Affero General Public License as published by the |
7 |
| -Free Software Foundation, either version 3 of the License, see |
8 |
| -http://www.gnu.org/licenses/agpl-3.0.html. |
9 |
| - |
10 |
| -This program is distributed in the hope that it will be useful, but WITHOUT |
11 |
| -ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS |
12 |
| -FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. |
13 |
| - |
14 |
| - |
15 |
| -FOSS License Exception |
16 |
| -=============================================================================== |
17 |
| - |
18 |
| -This Exception applies to open source applications built with ServiceStack and |
19 |
| -ServiceStack extensions ("The Software"), and to open source Derivative Works of |
20 |
| -the Software, that use the Software under the terms of GNU Affero General |
21 |
| -Public License, version 3 ("AGPLv3"). The Exception extends AGPLv3 by providing |
22 |
| -additional grants that allows developers of FOSS applications to include ServiceStack |
23 |
| -with their FOSS applications in combination with other software licensed under |
24 |
| -the licenses from the "Open Source License List" below, provided that: |
25 |
| - |
26 |
| -You obey the AGPLv3 terms for the Software and the Derivative Work, except for |
27 |
| -the separate parts of the Derivative Work ("Additions") which constitute independent |
28 |
| -work and are not dervied from the Software. |
29 |
| - |
30 |
| - - All Additions are distributed subject to one of the licenses listed below. |
31 |
| - - Your software distribution provides complete source code for the Additions. |
32 |
| - - The Derivative Work and its Additions are intended for use in end-user applications |
33 |
| - and do not constitute software intended for use by software developers, such as |
34 |
| - software libraries, components, and development kits. |
35 |
| - - If you violate any of the terms in this Exception, you lose all rights granted |
36 |
| - to you by the Exception and revert to the terms of AGPLv3. |
37 |
| - |
38 |
| -Service Stack reserves all rights not expressly granted in these terms and conditions. |
39 |
| - |
40 |
| -Open Source License List |
41 |
| - |
42 |
| -Name Version |
43 |
| -Academic Free License 2.0 |
44 |
| -Apache Software License 2.0 |
45 |
| -Apple Public Source License 2.0 |
46 |
| -Artistic license From Perl 5.8.0 |
47 |
| -BSD license July 22 1999 |
48 |
| -Common Development and Distribution License (CDDL) 1.0 |
49 |
| -Common Public License 1.0 |
50 |
| -Eclipse Public License 1.0 |
51 |
| -Educational Community License 2.0 |
52 |
| -European Union Public License (EUPL) 1.1 |
53 |
| -GNU General Public License (GPL) 2.0 |
54 |
| -GNU Library or "Lesser" General Public License (LGPL) 3.0 |
55 |
| -Jabber Open Source License 1.0 |
56 |
| -MIT License (As listed in file MIT-License.txt) - |
57 |
| -Mozilla Public License (MPL) 1.0/1.1 |
58 |
| -Open Software License 2.0 |
59 |
| -OpenSSL license (with original SSLeay license) 2003 (1998) |
60 |
| -University of Illinois/NCSA Open Source License - |
61 |
| -W3C License 2001 |
62 |
| -X11 License 2001 |
63 |
| -Zlib/libpng License - |
64 |
| - |
65 |
| - |
66 |
| -Commercial License |
67 |
| -=========================================================================== |
68 |
| -In addition to this license, ServiceStack is offered under a commercial license. |
69 |
| -see https://servicestack.net/pricing for details. |
| 1 | +Copyright (c) 2007-2013, Demis Bellot, ServiceStack. |
| 2 | +https://servicestack.net |
| 3 | +All rights reserved. |
| 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 ServiceStack 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 COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND |
| 17 | +ANY 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 <COPYRIGHT HOLDER> 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. |
0 commit comments