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