forked from pallets/werkzeug
-
Notifications
You must be signed in to change notification settings - Fork 0
/
AUTHORS
30 lines (23 loc) · 1.05 KB
/
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
Werkzeug is developed and maintained by the Pallets team and community
contributors. It was created by Armin Ronacher. The core maintainers
are:
- Armin Ronacher (mitsuhiko)
- Marcus Unterwaditzer (untitaker)
- Adrian Mönnich (ThiefMaster)
- David Lord (davidism)
A full list of contributors is available from git with:
git shortlog -sne
The SSL parts of the Werkzeug development server are partially taken
from Paste. The same is true for the range support which comes from
WebOb, a Paste project. The original code is MIT licensed and largely
compatible with the BSD 3-clause license. The following copyrights
apply:
- (c) 2005 Ian Bicking and contributors
- (c) 2005 Clark C. Evans
The rename() function from the posixemulation was taken almost
unmodified from the Trac project's utility module. The original code is
BSD licensed with the following copyrights from that module:
- (c) 2003-2009 Edgewall Software
- (c) 2003-2006 Jonas Borgström <[email protected]>
- (c) 2006 Matthew Good <[email protected]>
- (c) 2005-2006 Christian Boos <[email protected]>