forked from GoogleCloudPlatform/webapp2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
AUTHORS
30 lines (22 loc) · 904 Bytes
/
AUTHORS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
webapp2 is maintained by the webapp2 maintainers <[email protected]>.
Contributors:
- Jon Wayne Parrott <[email protected]>
- Rodrigo Moraes <[email protected]>
- Yesudeep Mangalapilly <[email protected]>
- Kyle Finley <[email protected]>
webapp2 includes code or ideas ported or adapted from the following projects:
- `Google App Engine SDK <http://code.google.com/appengine/>`_:
- Copyright (c) 2008 Google Inc.
- Apache 2.0 License.
- `WebOb <http://pythonpaste.org/webob/>`_:
- Copyright (c) 2007 Ian Bicking and Contributors.
- MIT License.
- `Werkzeug <http://werkzeug.pocoo.org/>`_:
- Copyright (c) 2011 Werkzeug Team.
- BSD License.
- `Tornado <http://www.tornadoweb.org/>`_:
- Copyright (c) 2009 Facebook.
- Apache 2.0 License.
- `Flask <http://flask.pocoo.org/>`_:
- Copyright (c) 2010 Armin Ronacher and Contributors.
- BSD License.