1 | <html>
|
---|
2 | <!-- ***** BEGIN LICENSE BLOCK *****
|
---|
3 | - Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
---|
4 | -
|
---|
5 | - The contents of this file are subject to the Mozilla Public License Version
|
---|
6 | - 1.1 (the "License"); you may not use this file except in compliance with
|
---|
7 | - the License. You may obtain a copy of the License at
|
---|
8 | - http://www.mozilla.org/MPL/
|
---|
9 | -
|
---|
10 | - Software distributed under the License is distributed on an "AS IS" basis,
|
---|
11 | - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
---|
12 | - for the specific language governing rights and limitations under the
|
---|
13 | - License.
|
---|
14 | -
|
---|
15 | - The Original Code is PyXPCOM.
|
---|
16 | -
|
---|
17 | - The Initial Developer of the Original Code is
|
---|
18 | - ActiveState Tool Corporation.
|
---|
19 | - Portions created by the Initial Developer are Copyright (C) 2000-2001
|
---|
20 | - the Initial Developer. All Rights Reserved.
|
---|
21 | -
|
---|
22 | - Contributor(s):
|
---|
23 | -
|
---|
24 | - Alternatively, the contents of this file may be used under the terms of
|
---|
25 | - either the GNU General Public License Version 2 or later (the "GPL"), or
|
---|
26 | - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
---|
27 | - in which case the provisions of the GPL or the LGPL are applicable instead
|
---|
28 | - of those above. If you wish to allow use of your version of this file only
|
---|
29 | - under the terms of either the GPL or the LGPL, and not to allow others to
|
---|
30 | - use your version of this file under the terms of the MPL, indicate your
|
---|
31 | - decision by deleting the provisions above and replace them with the notice
|
---|
32 | - and other provisions required by the LGPL or the GPL. If you do not delete
|
---|
33 | - the provisions above, a recipient may use your version of this file under
|
---|
34 | - the terms of any one of the MPL, the GPL or the LGPL.
|
---|
35 | -
|
---|
36 | - ***** END LICENSE BLOCK ***** -->
|
---|
37 |
|
---|
38 | <head>
|
---|
39 | <meta http-equiv="Content-Language" content="en-au">
|
---|
40 | <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
|
---|
41 | <meta name="GENERATOR" content="Microsoft FrontPage 4.0">
|
---|
42 | <meta name="ProgId" content="FrontPage.Editor.Document">
|
---|
43 | <title>Credits and Acknowledgements</title>
|
---|
44 | </head>
|
---|
45 |
|
---|
46 | <body>
|
---|
47 |
|
---|
48 | <h1>Credits and Acknowledgements</h1>
|
---|
49 | <h2>ActiveState Tool Corporation</h2>
|
---|
50 | <p>The Python XPCOM Package was developed primarily by <a href="mailto:[email protected]">Mark
|
---|
51 | Hammond</a> of <a href="http://www.ActiveState.com">ActiveState Tool Corporation</a>.</p>
|
---|
52 | <p>The developers on the <a href="http://www.ActiveState.com/Products/Komodo">Komodo
|
---|
53 | project</a> deserve high praise for putting up with early versions when almost
|
---|
54 | nothing worked, and for believing in Python as a viable XPCOM language.
|
---|
55 | Their feedback and patience has allowed the first public release to be amazingly
|
---|
56 | functional and bug-free.</p>
|
---|
57 | <h3>Komodo Development Team (at December 2000)</h3>
|
---|
58 | <p><a href="mailto:[email protected]">David Ascher</a>, <a href="mailto:[email protected]">Aaron Bingham</a>,
|
---|
59 | <a href="mailto:[email protected]">Bin Du</a>, <a href="mailto:[email protected]">Mark
|
---|
60 | Hammond</a>, <a href="mailto:[email protected]">Trent Mick (build god)</a>,
|
---|
61 | <a href="mailto:[email protected]">Paul Prescod</a>, <a href="mailto:[email protected]">Eric Promislow</a>,
|
---|
62 | <a href="mailto:[email protected]">Ken Simpson</a>, <a href="mailto:[email protected]">Neil Watkiss</a>,
|
---|
63 | <a href="mailto:[email protected]">Audrey Schumacher</a>.</p>
|
---|
64 | <h2>Mozilla/Netscape</h2>
|
---|
65 | <p>The following people at <a href="http://www.netscape.com">Netscape</a> and <a href="http://www.mozilla.org">Mozilla</a>
|
---|
66 | (or not there but still heavily involved in the project) have provided enormous
|
---|
67 | help in getting things integrated with their build system, answering us on the
|
---|
68 | newsgroup, teaching us the finer points of XPCOM, gently slapping us for accidentally
|
---|
69 | referring to <i>jscript</i>, etc., and otherwise lending us a clue in the
|
---|
70 | Mozilla/Netscape/XPCOM world.</p>
|
---|
71 | <p><a href="mailto:[email protected]">John Bandhauer</a>, <a href="mailto:[email protected]">Brendan
|
---|
72 | Eich</a>, <a href="mailto:[email protected]">Mike Shaver</a>, <a href="mailto:[email protected]">Eric Vaughan</a>,
|
---|
73 | <a href="mailto:[email protected]">David Hyatt</a></p>
|
---|
74 | <h2>External Contributors</h2>
|
---|
75 | <p>The following people have made contributions to the project, simply because
|
---|
76 | they find it useful and enjoy supporting Open Source projects.</p>
|
---|
77 | <p><a href="mailto:[email protected]">Christof Meerwald</a></p>
|
---|
78 | <h2>Documentation Credits</h2>
|
---|
79 | <p>The following people have contributed to the Python XPCOM Package
|
---|
80 | documentation </p>
|
---|
81 | <p><a href="mailto:[email protected]">Mark
|
---|
82 | Hammond</a>, <a href="mailto:[email protected]">Audrey Schumacher</a></p>
|
---|
83 |
|
---|
84 | </body>
|
---|
85 |
|
---|
86 | </html>
|
---|