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

Last change on this file since 5598 was 5542, checked in by sandervl, 25 years ago

added Shingo Tsuda

File size: 1014 bytes
Line 
1/* $Id: authors.h,v 1.15 2001-04-18 19:48:54 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 "J”rg Sievers",
32 "J”rg Skottke",
33 "Kai Sommerfeld",
34 "Carsten Tenbrink",
35 "Vit Timchishin",
36 "Joel Troster",
37 "Shingo Tsuda",
38 "Jens Wiessner",
39 "Chris Wohlgemuth",
40 "Vince Vielhaber",
41 "<<< all the WINE people >>>",
42 NULL
43};
44
45#endif /* __WINE_AUTHORS_H */
Note: See TracBrowser for help on using the repository browser.