Source code: docs/Credits.java
1
2 package docs;
3
4 /**
5 * This is a list of the people that have worked on this project.
6 * <h3>Credits</h3>
7 *
8 * <p>There will need to be an "About ..." dialog in the finished
9 * thing. Until then, this is a list of the people that have contributed to
10 * this project:
11 *
12 * <ul>
13 * <li><strong>Actual code</strong> - Joe Walker, Mark Goodwin
14 * <li><strong>Debating ideas</strong> -
15 * The Sword Mailing List, Jon Downes, James Trelfer, Steve Jefferies,
16 * Sarah Walker, David Iversen.</li>
17 * <li><strong>Code Inspiration</strong> -
18 * Claude Duguay (some of the ideas in the Config dialog),
19 * Merlin Hughes (awt Font dialog that I swingified)</li>
20 * <li><strong>Library Contribution</strong> -
21 * SUN (Java, ProjectX), IBM (XML4J), Lotus/Scott Boag (LotusXSL),
22 * OOI (BSH)</li>
23 * </ul>
24 *
25 *
26 * <table border='1' cellPadding='3' cellSpacing='0' width="100%">
27 * <tr><td bgColor='white'class='TableRowColor'><font size='-7'>
28 * Distribution Licence:<br />
29 * Project B is free software; you can redistribute it
30 * and/or modify it under the terms of the GNU General Public License,
31 * version 2 as published by the Free Software Foundation.<br />
32 * This program is distributed in the hope that it will be useful,
33 * but WITHOUT ANY WARRANTY; without even the implied warranty of
34 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
35 * General Public License for more details.<br />
36 * The License is available on the internet
37 * <a href='http://www.gnu.org/copyleft/gpl.html'>here</a>, by writing to
38 * <i>Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
39 * MA 02111-1307, USA</i>, Or locally at the Licence link below.<br />
40 * The copyright to this program is held by it's authors.
41 * </font></td></tr></table>
42 * @see <a href='http://www.eireneh.com/servlets/Web'>Project B Home</a>
43 * @see <{docs.Licence}>
44 * @author Joe Walker
45 */
46 public class Credits { }