awips2/pythonPackages/werkzeug/AUTHORS
root 9bb8decbcf Initial revision of AWIPS2 11.9.0-7p5
Former-commit-id: 133dc97f67 [formerly a02aeb236c] [formerly 9f19e3f712] [formerly 06a8b51d6d [formerly 9f19e3f712 [formerly 64fa9254b946eae7e61bbc3f513b7c3696c4f54f]]]
Former-commit-id: 06a8b51d6d
Former-commit-id: 377dcd10b9 [formerly 3360eb6c5f]
Former-commit-id: 8e80217e59
2012-01-06 08:55:05 -06:00

41 lines
1.2 KiB
Text
Executable file

Werkzeug is written and maintained by the Werkzeug Team and various
contributors:
Project Leader / Developer:
- Armin Ronacher <armin.ronacher@active-4.com>
- Georg Brandl
- Leif K-Brooks <eurleif@gmail.com>
- Thomas Johansson
- Marian Sigler
- Ronny Pfannschmidt
- Noah Slater <nslater@tumbolia.org>
- Alec Thomas
- Shannon Behrens
- Christoph Rauch
- Clemens Hermann
- Jason Kirtland
- Ali Afshar
- Christopher Grebs <cg@webshox.org>
- Sean Cazzell <seancazzell@gmail.com>
Contributors of code for werkzeug/examples are:
- Itay Neeman <itay@neeman.net>
The SSL related parts of the Werkzeug development server are partially
taken from Paste. The original code is MIT licensed which is largely
compatible with the modfied BSD 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 <jonas@edgewall.com>
- (c) 2006 Matthew Good <trac@matt-good.net>
- (c) 2005-2006 Christian Boos <cboos@neuf.fr>