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

Last change on this file since 1036 was 798, checked in by phaller, 26 years ago

Add: credits for us :)

File size: 590 bytes
Line 
1#ifndef __WINE_AUTHORS_H
2#define __WINE_AUTHORS_H
3
4static const char * const SHELL_People[] =
5{
6 "Christoph Bratschi",
7 "Edgar Buerkle",
8 "Yuri Dario",
9 "Przemyslaw Dobrowolski",
10 "Daniela Engert",
11 "Peter Fitzsimmons",
12 "Patrick Haller",
13 "Achim Hasenmueller",
14 "Sander van Leeuwen",
15 "Felix Maschek",
16 "Chris McKillop",
17 "Markus Montkowski",
18 "Knut Stange Osmundsen",
19 "Rene Pronk",
20 "David Raison",
21 "Joel Troster",
22 "Jens Wiessner",
23 "Vince Vielhaber",
24 "<<< all the WINE people >>>",
25 NULL
26};
27
28#endif /* __WINE_AUTHORS_H */
Note: See TracBrowser for help on using the repository browser.