| 1 | ## Web2py License |
|---|
| 2 | |
|---|
| 3 | Web2py is Licensed under the LGPL license version 3 |
|---|
| 4 | (http://www.gnu.org/licenses/lgpl.html) |
|---|
| 5 | |
|---|
| 6 | Copyrighted (c) by Massimo Di Pierro (2007-2013) |
|---|
| 7 | |
|---|
| 8 | ### On Commercial Redistribution |
|---|
| 9 | |
|---|
| 10 | In accordance with LGPL you may: |
|---|
| 11 | - redistribute web2py with your apps (including official web2py binary versions) |
|---|
| 12 | - release your applications which use official web2py libraries under any license you wish |
|---|
| 13 | But you must: |
|---|
| 14 | - make clear in the documentation that your application uses web2py |
|---|
| 15 | - release any modification of the web2py libraries under the LGPLv3 license |
|---|
| 16 | |
|---|
| 17 | THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. |
|---|
| 18 | EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES |
|---|
| 19 | PROVIDE THE PROGRAM “AS IS” WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, |
|---|
| 20 | INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
|---|
| 21 | FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE |
|---|
| 22 | PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL |
|---|
| 23 | NECESSARY SERVICING, REPAIR OR CORRECTION. |
|---|
| 24 | |
|---|
| 25 | IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT |
|---|
| 26 | HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS THE PROGRAM AS PERMITTED ABOVE, |
|---|
| 27 | BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL |
|---|
| 28 | DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED |
|---|
| 29 | TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES |
|---|
| 30 | OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER |
|---|
| 31 | PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. |
|---|
| 32 | |
|---|
| 33 | (Earlier versions of web2py, 1.0.*-1.90.*, were released under the GPL2 license plus a |
|---|
| 34 | commercial exception which, for practical purposes, was very similar to the current LPGLv3) |
|---|
| 35 | |
|---|
| 36 | ### Licenses for third party contributed software |
|---|
| 37 | |
|---|
| 38 | web2py contains third party software under the gluon/contrib/ folder. |
|---|
| 39 | Each file/module in contrib is distributed with web2py under its original license. |
|---|
| 40 | Here we list some of them. |
|---|
| 41 | |
|---|
| 42 | #### gluon.contrib.rss2.py (originally PyRSS2Gen) LICENSE |
|---|
| 43 | |
|---|
| 44 | This is copyright (c) by Dalke Scientific Software, LLC and released under the |
|---|
| 45 | BSD license. See the file LICENSE in the distribution or |
|---|
| 46 | <http://www.opensource.org/licenses/bsd-license.php> for details. |
|---|
| 47 | |
|---|
| 48 | #### gluon.contrib.markdown (markdown2) LICENSE |
|---|
| 49 | |
|---|
| 50 | MIT License from from <http://code.google.com/p/python-markdown2/> |
|---|
| 51 | |
|---|
| 52 | #### gluon.contrib.feedparser LICENSE |
|---|
| 53 | |
|---|
| 54 | Copyright (c) 2002-2005, Mark Pilgrim |
|---|
| 55 | |
|---|
| 56 | All rights reserved. |
|---|
| 57 | |
|---|
| 58 | Redistribution and use in source and binary forms, with or without |
|---|
| 59 | modification, are permitted provided that the following conditions |
|---|
| 60 | are met: |
|---|
| 61 | |
|---|
| 62 | * Redistributions of source code must retain the above copyright notice, |
|---|
| 63 | this list of conditions and the following disclaimer. |
|---|
| 64 | |
|---|
| 65 | * Redistributions in binary form must reproduce the above copyright notice, |
|---|
| 66 | this list of conditions and the following disclaimer in the documentation |
|---|
| 67 | and/or other materials provided with the distribution. |
|---|
| 68 | |
|---|
| 69 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 'AS IS' |
|---|
| 70 | AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
|---|
| 71 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
|---|
| 72 | ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE |
|---|
| 73 | LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
|---|
| 74 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
|---|
| 75 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
|---|
| 76 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
|---|
| 77 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
|---|
| 78 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
|---|
| 79 | POSSIBILITY OF SUCH DAMAGE. |
|---|
| 80 | |
|---|
| 81 | #### gluon.wsgiserver.py LICENSE (borrowed from cherrypy) |
|---|
| 82 | |
|---|
| 83 | Copyright (c) 2004, CherryPy Team (team@cherrypy.org) |
|---|
| 84 | All rights reserved. |
|---|
| 85 | |
|---|
| 86 | Redistribution and use in source and binary forms, with or without modification, |
|---|
| 87 | are permitted provided that the following conditions are met: |
|---|
| 88 | |
|---|
| 89 | * Redistributions of source code must retain the above copyright notice, |
|---|
| 90 | this list of conditions and the following disclaimer. |
|---|
| 91 | * Redistributions in binary form must reproduce the above copyright notice, |
|---|
| 92 | this list of conditions and the following disclaimer in the documentation |
|---|
| 93 | and/or other materials provided with the distribution. |
|---|
| 94 | * Neither the name of the CherryPy Team nor the names of its contributors |
|---|
| 95 | may be used to endorse or promote products derived from this software |
|---|
| 96 | without specific prior written permission. |
|---|
| 97 | |
|---|
| 98 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND |
|---|
| 99 | ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |
|---|
| 100 | WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE |
|---|
| 101 | DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE |
|---|
| 102 | FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
|---|
| 103 | DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR |
|---|
| 104 | SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER |
|---|
| 105 | CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, |
|---|
| 106 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
|---|
| 107 | OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
|---|
| 108 | |
|---|
| 109 | #### gluon.contrib.pam LICENSE |
|---|
| 110 | |
|---|
| 111 | Copyright (C) 2007-2009 Chris AtLee <chris@atlee.ca> Licensed under the MIT license |
|---|
| 112 | |
|---|
| 113 | #### gluon.contrib.shell LICENSE |
|---|
| 114 | |
|---|
| 115 | Copyright (C) by Google inc. Apache 2.0 Lincense |
|---|
| 116 | |
|---|
| 117 | #### The javascript licenses are in the code itself |
|---|
| 118 | |
|---|