-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathAUTHORS
More file actions
23 lines (17 loc) · 699 Bytes
/
AUTHORS
File metadata and controls
23 lines (17 loc) · 699 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
webapp2 is maintained by Rodrigo Moraes <rodrigo.moraes@gmail.com>.
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.