source: trunk/include/win/authors.h@ 2357

Last change on this file since 2357 was 2260, checked in by sandervl, 26 years ago

added Bart van Leeuwen

File size: 771 bytes
Line 
1/* $Id: authors.h,v 1.6 1999-12-30 09:29:10 sandervl Exp $ */
2#ifndef __WINE_AUTHORS_H
3#define __WINE_AUTHORS_H
4
5static const char * const SHELL_People[] =
6{
7 "Christoph Bratschi",
8 "Edgar Buerkle",
9 "Yuri Dario",
10 "Przemyslaw Dobrowolski",
11 "Daniela Engert",
12 "Peter Fitzsimmons",
13 "Adrian Gschwend",
14 "Patrick Haller",
15 "Achim Hasenmueller",
16 "Bart van Leeuwen",
17 "Sander van Leeuwen",
18 "Felix Maschek",
19 "Chris McKillop",
20 "Nenad Milenkovic",
21 "Markus Montkowski",
22 "Knut Stange Osmundsen",
23 "Vitali E. Pelenyov",
24 "Rene Pronk",
25 "David Raison",
26 "Vit Timchishin",
27 "Joel Troster",
28 "Jens Wiessner",
29 "Vince Vielhaber",
30 "<<< all the WINE people >>>",
31 NULL
32};
33
34#endif /* __WINE_AUTHORS_H */
Note: See TracBrowser for help on using the repository browser.