mirror of https://github.com/mitsuhiko/flask.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
553 B
22 lines
553 B
15 years ago
|
License
|
||
|
=======
|
||
|
|
||
|
Flask is licensed under a three clause `BSD License`_. It basically
|
||
|
means: do whatever you want with it as long as the copyright in Flask
|
||
|
sticks around, the conditions are not modified and the disclaimer is
|
||
|
present. Furthermore you must not use the names of the authors to promote
|
||
|
derivates of the software without written consent.
|
||
|
|
||
|
.. _BSD License:
|
||
|
http://en.wikipedia.org/wiki/BSD_licenses#3-clause_license_.28.22New_BSD_License.22.29
|
||
|
|
||
|
Authors
|
||
|
-------
|
||
|
|
||
|
.. include:: ../AUTHORS
|
||
|
|
||
|
License Text
|
||
|
------------
|
||
|
|
||
|
.. include:: ../LICENSE
|