updated INSTALL, NEWS and other files for new release
[xboard.git] / AUTHORS
1 Contributions of xboard and WinBoard authors by file\r
2 $Id: AUTHORS,v 1.1 2003/11/02 04:42:06 mann Exp $\r
3 \r
4 0. Files covered\r
5 \r
6 The first group are included in the xboard distribution.  The second\r
7 group are included in the WinBoard source distribution but not in the\r
8 xboard distribution.  All are part of the joint xboard/WinBoard source\r
9 base and are covered by the same copyrights and licensing terms.\r
10 \r
11 FAQ.html\r
12 backend.c\r
13 backend.h\r
14 backendz.h\r
15 bitmaps\r
16 childio.c\r
17 childio.h\r
18 cmail.in\r
19 cmail.man\r
20 comment.in\r
21 common.h\r
22 config.h.in\r
23 configure.in\r
24 engine-intf.txt\r
25 frontend.h\r
26 gamelist.c\r
27 ics-parsing.txt\r
28 lists.c\r
29 lists.h\r
30 moves.c\r
31 moves.h\r
32 parser.h\r
33 parser.l\r
34 pgntags.c\r
35 xboard.c\r
36 xboard.h\r
37 xboard.man\r
38 xboard.texi\r
39 xedittags.c\r
40 xedittags.h\r
41 xgamelist.c\r
42 xgamelist.h\r
43 zic2xpm.c\r
44 zic2xpm.man\r
45 zippy.README\r
46 zippy.c\r
47 zippy.h\r
48 \r
49 winboard.rtf (compiles to winboard.hlp)\r
50 config.h\r
51 defaults.h\r
52 resource.h\r
53 wedittags.c\r
54 wedittags.h\r
55 wgamelist.c\r
56 wgamelist.h\r
57 winboard.c\r
58 winboard.h\r
59 winboard.rc\r
60 \r
61 bitmaps/*\r
62 bitmaps.xchess/*\r
63 \r
64 1. Wayne Christopher\r
65 \r
66 Wrote from scratch (I believe) bitmaps.xchess/*80*.bm.  Other bitmaps\r
67 in the bitmaps.xchess directory were derived from these by shrinking\r
68 and some hand-tuning.  By default these bitmaps are no longer used.\r
69 Their copyright status is unclear.\r
70 \r
71 2. Chris Sears and Dan Sears\r
72 \r
73 Wrote from scratch parser.l, xboard.c, xboard.h, xboard.man.  Parts\r
74 (sometimes small) of these files were later moved by Tim Mann to\r
75 backend.c, backend.h, childio.c, common.h, frontend.h, and parser.h.\r
76 \r
77 Chris and Dan's original work is copyrighted by Digital Equipment\r
78 Corporation with licensing terms similar to what the X Consortium uses\r
79 (see the file COPYRIGHT).  All the work listed below is copyrighted by\r
80 the Free Software Foundation and covered by the GPL (see the files\r
81 COPYRIGHT and COPYING).\r
82 \r
83 3. Tim Mann <tim@tim-mann.org>\r
84 \r
85 Wrote from scratch FAQ.html, backendz.h, childio.h, comment.in,\r
86 config.h.in, configure.in, engine-intf.txt, ics-parsing.txt, moves.c,\r
87 moves.h, pgntags.c (split from backend.c by Jochen Wiedmann),\r
88 xedittags.c, xedittags.h, xgamelist.c, xgamelist.h, zippy.README,\r
89 zippy.c, zippy.h, winboard.rtf, config.h, defaults.h, resource.h,\r
90 wedittags.c, wedittags.h, wgamelist.c, wgamelist.h, winboard.c,\r
91 winboard.h, winboard.rc.\r
92 \r
93 Major additions and changes to nearly all other files listed in\r
94 section 0.\r
95 \r
96 4. John Chanak\r
97 \r
98 Addition to xboard.c, mostly later moved into backend.c.\r
99 \r
100 5. Evan Welsh <Evan.Welsh@msdw.com>\r
101 \r
102 Wrote from scratch cmail.in and cmail.man.  Additions to backend.c and\r
103 xboard.c.\r
104 \r
105 6. Elmar Bartel <bartel@informatik.tu-muenchen.de>\r
106 \r
107 Wrote from scratch the Metafont code from which bitmaps/* were\r
108 generated.  The Metafont code itself is not included in the package.\r
109 \r
110 7. Jochen Wiedmann\r
111 \r
112 Wrote from scratch gamelist.c, lists.c, lists.h.  Wrote xboard.texi,\r
113 mostly based on xboard.man and cmail.man.  Minor additions to backend.c.\r
114 \r
115 8. Frank McIngvale <frankm@hiwaay.net>\r
116 \r
117 Wrote from scratch zic2xpm.c and zic2xpm.man.  Additions to backend.c,\r
118 xboard.c, and xboard.man.\r
119 \r
120 9. Hugh Fisher <Hugh.Fisher@cs.anu.edu.au>\r
121 \r
122 Additions to backend.c and xboard.c.\r
123 \r
124 10. Allessandro Scotti\r
125 \r
126 Made many additions to the WinBoard user interface and graphics \r
127 capabilities, such as new windows for engine output, board textures \r
128 and font-based piece rendering. These changes became collectively known\r
129 as Winboard_x.\r
130 \r
131 11. H.G. Muller <h.g.muller AT hccnet DOT nl>\r
132 \r
133 Heaviliy modified winboard.c, backend.c, moves.c and parser.l, to\r
134 allow board sizes other than 8x8, and many non-orthodox Chess pieces,\r
135 so that WinBoard is now capable of playing variants like Shogi and Xiangqi.\r
136 Also implemented displaying of the Crazyhouse holdings, and many adjudication\r
137 and other backend options. This version of WinBoard, (4.3.xx) containing all \r
138 of the WinBoard_x options, became known as WinBoard_F.\r
139 \r
140 12. Arun Persaud <arun AT nubati DOT net> \r
141  \r
142 fix for parser.l\r
143 updated autotools files