1webapp2 is maintained by Rodrigo Moraes <rodrigo.moraes@gmail.com>.
2
3Contributors:
4
5- Yesudeep Mangalapilly <yesudeep@gmail.com>
6- Kyle Finley <kylefinley@gmail.com>
7
8webapp2 includes code or ideas ported or adapted from the following projects:
9
10- `Google App Engine SDK <http://code.google.com/appengine/>`_:
11  - Copyright (c) 2008 Google Inc.
12  - Apache 2.0 License.
13
14- `WebOb <http://pythonpaste.org/webob/>`_:
15  - Copyright (c) 2007 Ian Bicking and Contributors.
16  - MIT License.
17
18- `Werkzeug <http://werkzeug.pocoo.org/>`_:
19  - Copyright (c) 2011 Werkzeug Team.
20  - BSD License.
21
22- `Tornado <http://www.tornadoweb.org/>`_:
23  - Copyright (c) 2009 Facebook.
24  - Apache 2.0 License.
25
26- `Flask <http://flask.pocoo.org/>`_:
27  - Copyright (c) 2010 Armin Ronacher and Contributors.
28  - BSD License.
29