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

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

* empty log message *

File size: 793 bytes
Line 
1/* $Id: authors.h,v 1.7 2000-01-22 10:30:30 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 "Michal Necasek",
23 "Knut Stange Osmundsen",
24 "Vitali E. Pelenyov",
25 "Rene Pronk",
26 "David Raison",
27 "Vit Timchishin",
28 "Joel Troster",
29 "Jens Wiessner",
30 "Vince Vielhaber",
31 "<<< all the WINE people >>>",
32 NULL
33};
34
35#endif /* __WINE_AUTHORS_H */
Note: See TracBrowser for help on using the repository browser.