1webapp2
2=======
3Copyright 2010 Rodrigo Moraes.
4All rights reserved.
5
6Licensed under the Apache License, Version 2.0 (the "License");
7you may not use this file except in compliance with the License.
8You may obtain a copy of the License at
9
10    http://www.apache.org/licenses/LICENSE-2.0
11
12Unless required by applicable law or agreed to in writing, software
13distributed under the License is distributed on an "AS IS" BASIS,
14WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15See the License for the specific language governing permissions and
16limitations under the License.
17
18
19GOOGLE APP ENGINE SDK
20=====================
21Copyright 2008 Google Inc.
22All rights reserved.
23
24Licensed under the Apache License, Version 2.0 (the "License");
25you may not use this file except in compliance with the License.
26You may obtain a copy of the License at
27
28    http://www.apache.org/licenses/LICENSE-2.0
29
30Unless required by applicable law or agreed to in writing, software
31distributed under the License is distributed on an "AS IS" BASIS,
32WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
33See the License for the specific language governing permissions and
34limitations under the License.
35
36
37WebOb
38=====
39Copyright (c) 2007 Ian Bicking and Contributors
40
41Permission is hereby granted, free of charge, to any person obtaining a copy
42of this software and associated documentation files (the "Software"), to deal
43in the Software without restriction, including without limitation the rights
44to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
45copies of the Software, and to permit persons to whom the Software is
46furnished to do so, subject to the following conditions:
47
48The above copyright notice and this permission notice shall be included in
49all copies or substantial portions of the Software.
50
51THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
52IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
53FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
54AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
55LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
56OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
57THE SOFTWARE.
58
59
60Werkzeug
61========
62Copyright (c) 2011 by the Werkzeug Team, see AUTHORS for more details.
63
64Redistribution and use in source and binary forms, with or without
65modification, are permitted provided that the following conditions are
66met:
67
68    * Redistributions of source code must retain the above copyright
69      notice, this list of conditions and the following disclaimer.
70
71    * Redistributions in binary form must reproduce the above
72      copyright notice, this list of conditions and the following
73      disclaimer in the documentation and/or other materials provided
74      with the distribution.
75
76    * The names of the contributors may not be used to endorse or
77      promote products derived from this software without specific
78      prior written permission.
79
80THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
81"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
82LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
83A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
84OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
85SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
86LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
87DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
88THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
89(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
90OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
91
92
93Tornado
94=======
95Copyright 2009 Facebook
96
97Licensed under the Apache License, Version 2.0 (the "License"); you may
98not use this file except in compliance with the License. You may obtain
99a copy of the License at
100
101    http://www.apache.org/licenses/LICENSE-2.0
102
103Unless required by applicable law or agreed to in writing, software
104distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
105WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
106License for the specific language governing permissions and limitations
107under the License.
108
109
110Flask
111=====
112Copyright (c) 2010 by Armin Ronacher and contributors.  See AUTHORS
113for more details.
114
115Some rights reserved.
116
117Redistribution and use in source and binary forms of the software as well
118as documentation, with or without modification, are permitted provided
119that the following conditions are met:
120
121* Redistributions of source code must retain the above copyright
122  notice, this list of conditions and the following disclaimer.
123
124* Redistributions in binary form must reproduce the above
125  copyright notice, this list of conditions and the following
126  disclaimer in the documentation and/or other materials provided
127  with the distribution.
128
129* The names of the contributors may not be used to endorse or
130  promote products derived from this software without specific
131  prior written permission.
132
133THIS SOFTWARE AND DOCUMENTATION IS PROVIDED BY THE COPYRIGHT HOLDERS AND
134CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT
135NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
136A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER
137OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
138EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
139PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
140PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
141LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
142NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
143SOFTWARE AND DOCUMENTATION, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
144DAMAGE.
145