forked from orbit-oss/flask
Fixed typo and added AUTHORS file and license text to docs.
This commit is contained in:
parent
715f64d2af
commit
3a1e518657
5 changed files with 47 additions and 11 deletions
|
|
@ -44,6 +44,7 @@ web development.
|
|||
deploying/index
|
||||
becomingbig
|
||||
design
|
||||
license
|
||||
|
||||
Reference
|
||||
---------
|
||||
|
|
|
|||
21
docs/license.rst
Normal file
21
docs/license.rst
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue