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

Last change on this file since 5200 was 4710, checked in by sandervl, 25 years ago

* empty log message *

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