From c2af49cb12180c9de0a1a85f757e6f603721e152 Mon Sep 17 00:00:00 2001 From: "Paul J. Davis" Date: Thu, 6 May 2010 19:55:29 -0400 Subject: [PATCH] Add license info to README --- README.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.rst b/README.rst index 29a34da8..3c83c142 100644 --- a/README.rst +++ b/README.rst @@ -136,6 +136,12 @@ And then as per usual:: $ cd yourpasteproject $ paster serve development.ini workers=2 +LICENSE +------- + +Gunicorn is released under the MIT License. See the LICENSE_ file for more +details. + .. _Unicorn: http://unicorn.bogomips.org/ .. _`#gunicorn`: http://webchat.freenode.net/?channels=gunicorn .. _freenode: http://freenode.net @@ -145,3 +151,4 @@ And then as per usual:: .. _libev: http://software.schmorp.de/pkg/libev.html .. _`config file`: http://gunicorn.org/configuration.html .. _setproctitle: http://pypi.python.org/pypi/setproctitle/ +.. _LICENSE: http://github.com/benoitc/gunicorn/blob/master/LICENSE \ No newline at end of file