|
1 | | -marshmallow includes code adapted from other Python libraries, including Flask-RESTful, Django, pytz, and six. |
2 | | - |
3 | | -Flask-RESTful License |
4 | | -===================== |
5 | | - |
6 | | -Copyright (c) 2013, Twilio, Inc. |
7 | | -All rights reserved. |
8 | | - |
9 | | -Redistribution and use in source and binary forms, with or without |
10 | | -modification, are permitted provided that the following conditions are met: |
11 | | - |
12 | | -- Redistributions of source code must retain the above copyright notice, this |
13 | | - list of conditions and the following disclaimer. |
14 | | -- Redistributions in binary form must reproduce the above copyright notice, |
15 | | - this list of conditions and the following disclaimer in the documentation |
16 | | - and/or other materials provided with the distribution. |
17 | | -- Neither the name of the Twilio, Inc. nor the names of its contributors may be |
18 | | - used to endorse or promote products derived from this software without |
19 | | - specific prior written permission. |
20 | | - |
21 | | -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND |
22 | | -ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
23 | | -WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
24 | | -DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE |
25 | | -FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
26 | | -DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR |
27 | | -SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER |
28 | | -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
29 | | -OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
30 | | -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
31 | | - |
| 1 | +marshmallow includes code adapted from Django. |
32 | 2 |
|
33 | 3 | Django License |
34 | 4 | ============== |
@@ -60,49 +30,3 @@ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON |
60 | 30 | ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
61 | 31 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
62 | 32 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
63 | | - |
64 | | - |
65 | | -pytz License |
66 | | -============ |
67 | | - |
68 | | -Copyright (c) 2003-2005 Stuart Bishop <stuart@stuartbishop.net> |
69 | | - |
70 | | -Permission is hereby granted, free of charge, to any person obtaining a |
71 | | -copy of this software and associated documentation files (the "Software"), |
72 | | -to deal in the Software without restriction, including without limitation |
73 | | -the rights to use, copy, modify, merge, publish, distribute, sublicense, |
74 | | -and/or sell copies of the Software, and to permit persons to whom the |
75 | | -Software is furnished to do so, subject to the following conditions: |
76 | | - |
77 | | -The above copyright notice and this permission notice shall be included in |
78 | | -all copies or substantial portions of the Software. |
79 | | - |
80 | | -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
81 | | -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
82 | | -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL |
83 | | -THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
84 | | -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING |
85 | | -FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
86 | | -DEALINGS IN THE SOFTWARE. |
87 | | - |
88 | | -six License |
89 | | -=========== |
90 | | - |
91 | | -Copyright (c) 2010-2015 Benjamin Peterson |
92 | | - |
93 | | -Permission is hereby granted, free of charge, to any person obtaining a copy of |
94 | | -this software and associated documentation files (the "Software"), to deal in |
95 | | -the Software without restriction, including without limitation the rights to |
96 | | -use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of |
97 | | -the Software, and to permit persons to whom the Software is furnished to do so, |
98 | | -subject to the following conditions: |
99 | | - |
100 | | -The above copyright notice and this permission notice shall be included in all |
101 | | -copies or substantial portions of the Software. |
102 | | - |
103 | | -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
104 | | -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS |
105 | | -FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR |
106 | | -COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER |
107 | | -IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN |
108 | | -CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
0 commit comments