Adrià Vilanova MartÃnez | f19ea43 | 2024-01-23 20:20:52 +0100 | [diff] [blame] | 1 | GOOGLE APP ENGINE SDK |
| 2 | ===================== |
| 3 | Copyright 2008 Google Inc. |
| 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 | DJANGO FRAMEWORK |
| 20 | ================ |
| 21 | Copyright (c) 2005, the Lawrence Journal-World |
| 22 | All rights reserved. |
| 23 | |
| 24 | Redistribution and use in source and binary forms, with or without modification, |
| 25 | are permitted provided that the following conditions are met: |
| 26 | |
| 27 | 1. Redistributions of source code must retain the above copyright notice, |
| 28 | this list of conditions and the following disclaimer. |
| 29 | |
| 30 | 2. Redistributions in binary form must reproduce the above copyright |
| 31 | notice, this list of conditions and the following disclaimer in the |
| 32 | documentation and/or other materials provided with the distribution. |
| 33 | |
| 34 | 3. Neither the name of Django nor the names of its contributors may be used |
| 35 | to endorse or promote products derived from this software without |
| 36 | specific prior written permission. |
| 37 | |
| 38 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND |
| 39 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
| 40 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
| 41 | DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR |
| 42 | ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES |
| 43 | (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
| 44 | LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON |
| 45 | ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 46 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS |
| 47 | SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 48 | |
| 49 | |
| 50 | WebOb |
| 51 | ====== |
| 52 | |
| 53 | Copyright (c) 2007 Ian Bicking and Contributors |
| 54 | |
| 55 | Permission is hereby granted, free of charge, to any person obtaining |
| 56 | a copy of this software and associated documentation files (the |
| 57 | "Software"), to deal in the Software without restriction, including |
| 58 | without limitation the rights to use, copy, modify, merge, publish, |
| 59 | distribute, sublicense, and/or sell copies of the Software, and to |
| 60 | permit persons to whom the Software is furnished to do so, subject to |
| 61 | the following conditions: |
| 62 | |
| 63 | The above copyright notice and this permission notice shall be |
| 64 | included in all copies or substantial portions of the Software. |
| 65 | |
| 66 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, |
| 67 | EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF |
| 68 | MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND |
| 69 | NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE |
| 70 | LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION |
| 71 | OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION |
| 72 | WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
| 73 | |
| 74 | |
| 75 | PyYaml |
| 76 | ======= |
| 77 | Copyright (c) 2006 Kirill Simonov |
| 78 | |
| 79 | Permission is hereby granted, free of charge, to any person obtaining a copy of |
| 80 | this software and associated documentation files (the "Software"), to deal in |
| 81 | the Software without restriction, including without limitation the rights to |
| 82 | use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies |
| 83 | of the Software, and to permit persons to whom the Software is furnished to do |
| 84 | so, subject to the following conditions: |
| 85 | |
| 86 | The above copyright notice and this permission notice shall be included in all |
| 87 | copies or substantial portions of the Software. |
| 88 | |
| 89 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
| 90 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
| 91 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
| 92 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
| 93 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
| 94 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE |
| 95 | SOFTWARE. |
| 96 | |
| 97 | |
| 98 | cacerts |
| 99 | ======= |
| 100 | Version: MPL 1.1/GPL 2.0/LGPL 2.1 |
| 101 | |
| 102 | The contents of this file are subject to the Mozilla Public License Version |
| 103 | 1.1 (the "License"); you may not use this file except in compliance with |
| 104 | the License. You may obtain a copy of the License at |
| 105 | http://www.mozilla.org/MPL/ |
| 106 | |
| 107 | Software distributed under the License is distributed on an "AS IS" basis, |
| 108 | WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License |
| 109 | for the specific language governing rights and limitations under the |
| 110 | License. |
| 111 | |
| 112 | The Original Code is the Netscape security libraries. |
| 113 | |
| 114 | The Initial Developer of the Original Code is |
| 115 | Netscape Communications Corporation. |
| 116 | Portions created by the Initial Developer are Copyright (C) 1994-2000 |
| 117 | the Initial Developer. All Rights Reserved. |
| 118 | |
| 119 | Contributor(s): |
| 120 | |
| 121 | Alternatively, the contents of this file may be used under the terms of |
| 122 | either the GNU General Public License Version 2 or later (the "GPL"), or |
| 123 | the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), |
| 124 | in which case the provisions of the GPL or the LGPL are applicable instead |
| 125 | of those above. If you wish to allow use of your version of this file only |
| 126 | under the terms of either the GPL or the LGPL, and not to allow others to |
| 127 | use your version of this file under the terms of the MPL, indicate your |
| 128 | decision by deleting the provisions above and replace them with the notice |
| 129 | and other provisions required by the GPL or the LGPL. If you do not delete |
| 130 | the provisions above, a recipient may use your version of this file under |
| 131 | the terms of any one of the MPL, the GPL or the LGPL. |
| 132 | |