pre3 updates
[dia.git] / app / authors.h
blob7fbab8643f0c856d21546cb3aed735a2ed5490e9
1 /* Dia -- an diagram creation/manipulation program
2 * Copyright (C) 1998 Alexander Larsson
4 *
5 * W W A RRR N N I N N GGG
6 * W W A A R R NN N I NN N G
7 * W W AAAAA RRR N N N I N N N G GG
8 * W W W A A R R N NN I N NN G G
9 * W W A A R R N N I N N GGG
12 * THIS FILE IS ENCODED IN UTF-8.
14 * IF YOUR EDITOR DOES NOT SUPPORT FULLY UTF-8 INCLUDING CHARACTERS IT DOES
15 * NOT KNOW HOW TO DISPLAY, GET THE HELL OUT OF THIS FILE ** NOW **.
17 * (well, if you plan to generate a patch or make a CVS commit)
21 * This program is free software; you can redistribute it and/or modify
22 * it under the terms of the GNU General Public License as published by
23 * the Free Software Foundation; either version 2 of the License, or
24 * (at your option) any later version.
26 * This program is distributed in the hope that it will be useful,
27 * but WITHOUT ANY WARRANTY; without even the implied warranty of
28 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
29 * GNU General Public License for more details.
31 * You should have received a copy of the GNU General Public License
32 * along with this program; if not, write to the Free Software
33 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
36 /* Wouldn't it be neat to display (where applicable) the names
37 of the authors in their original (non-Roman) scripts, where
38 applicable ? -- cc */
40 /* All names below should be UTF-8 encoded. The consensus is that
41 it's the responsbility of the user to ensure their terminal
42 can display this if necessary.
44 The way the following list is done is a bit messy, but it
45 works. All the people are 'authors'. The first
46 NUMBER_OF_ORIG_AUTHORS are original authors. The next
47 NUMBER_OF_MAINTAINERS are _current_ maintainers. The rest
48 are just 'authors'. Documentors are listed in a separate
49 array below.
51 --- Andrew Ferrier
54 static const int NUMBER_OF_ORIG_AUTHORS = 1;
55 static const int NUMBER_OF_MAINTAINERS = 2;
57 static const gchar *authors[] = {
59 /* original author(s) */
61 "Alexander Larsson <alexl@redhat.com>",
63 /* current maintainer(s) */
65 "Hans Breuer <hans@breuer.org>",
66 "Lars R. Clausen <lrclause@cs.uiuc.edu>",
68 /* other author(s) */
70 "Cyrille Chépélov <cyrille@chepelov.org>",
71 "James Henstridge <james@daa.com.au>",
72 "Jerome Abela <abela@solsoft.fr>",
73 "Emmanuel Briot <briot@volga.gnat.com>",
74 "Fredrik Hallenberg <hallon@debian.org>",
75 "Francis J. Lacoste <francis@contre.com>",
76 "Steffen Macke <sdteffen@web.de>",
77 "Jacek Pliszka <Jacek@Pliszka.fuw.edu.pl>",
78 "Henk Jan Priester <hj@justcroft.com>",
79 "Alejandro Aguilar Sierra <asierra@servidor.unam.mx>",
80 "Hubert Figuière <hfiguiere@teaser.fr>",
81 "Alexey Novodvorsky <aen@logic.ru>",
82 "Patric Sung <phsung@ualberta.ca>",
83 "Robert Young <robert@young.dsto.defence.gov.au>",
84 "田郷 明 (Akira TAGOH) <tagoh@redhat.com>",
85 "Richard Rowell <rwrowell@bellsouth.net>",
86 "Frank Gevaerts <frank.gevaerts@fks.be>",
87 "M. C. Nelson <mcn@kobayashimaru.org>",
88 "Matthieu Sozeau <mattam@netcourrier.com>",
89 "Xing Wang <quixon@gnuchina.org>",
90 "Andrew Ferrier <andrew@new-destiny.co.uk>",
91 "Angus Ainslie <angusa@deltatee.com>",
92 "Alan Horkan <horkana@tcd.ie>",
93 "Martin Hans <opfinder@gmx.net>",
94 "Vadim Berezniker <vadim@berezniker.com>",
95 "Krzysztof Foltman <kfoltman@onet.pl>",
96 "W. Borgert <debacle@debian.org>",
97 "Luc Pionchon <luc@handhelds.org>",
98 "Maurizio Tidei <tidei@compal.de>",
99 "Sampo Kellomaki <sampo@iki.fi>",
100 "Grégoire Dooms <dooms@info.ucl.ac.be>",
101 "Moritz Kirmse <momomaniac@gmail.com>",
102 NULL
105 static const gchar *documentors[] = {
106 "Henry House <hajhouse@houseag.com>",
107 "Judith Samson <judith@samsonsource.com>",
108 "Kevin Breit <battery841@mypad.com>",
109 "Alan Horkan <horkana@tcd.ie>",
110 NULL