/* Dia -- an diagram creation/manipulation program * Copyright (C) 1998 Alexander Larsson * * * W W A RRR N N I N N GGG * W W A A R R NN N I NN N G * W W AAAAA RRR N N N I N N N G GG * W W W A A R R N NN I N NN G G * W W A A R R N N I N N GGG * * * THIS FILE IS ENCODED IN UTF-8. * * IF YOUR EDITOR DOES NOT SUPPORT FULLY UTF-8 INCLUDING CHARACTERS IT DOES * NOT KNOW HOW TO DISPLAY, GET THE HELL OUT OF THIS FILE ** NOW **. * * (well, if you plan to generate a patch or make a CVS commit) * * * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /* Wouldn't it be neat to display (where applicable) the names of the authors in their original (non-Roman) scripts, where applicable ? -- cc */ /* All names below should be UTF-8 encoded. The consensus is that it's the responsbility of the user to ensure their terminal can display this if necessary. The way the following list is done is a bit messy, but it works. All the people are 'authors'. The first NUMBER_OF_ORIG_AUTHORS are original authors. The next NUMBER_OF_MAINTAINERS are _current_ maintainers. The rest are just 'authors'. Documentors are listed in a separate array below. --- Andrew Ferrier */ static const int NUMBER_OF_ORIG_AUTHORS = 1; static const int NUMBER_OF_MAINTAINERS = 2; static const gchar *authors[] = { /* original author(s) */ "Alexander Larsson ", /* current maintainer(s) */ "Hans Breuer ", "Lars R. Clausen ", /* other author(s) */ "Cyrille Chépélov ", "James Henstridge ", "Jerome Abela ", "Emmanuel Briot ", "Fredrik Hallenberg ", "Francis J. Lacoste ", "Steffen Macke ", "Jacek Pliszka ", "Henk Jan Priester ", "Alejandro Aguilar Sierra ", "Hubert Figuière ", "Alexey Novodvorsky ", "Patric Sung ", "Robert Young ", "田郷 明 (Akira TAGOH) ", "Richard Rowell ", "Frank Gevaerts ", "M. C. Nelson ", "Matthieu Sozeau ", "Xing Wang ", "Andrew Ferrier ", "Angus Ainslie ", "Alan Horkan ", "Martin Hans ", "Vadim Berezniker ", "Krzysztof Foltman ", "W. Borgert ", "Luc Pionchon ", "Maurizio Tidei ", "Sampo Kellomaki ", "Grégoire Dooms ", "Moritz Kirmse ", "Robert Staudinger ", NULL }; static const gchar *documentors[] = { "Henry House ", "Judith Samson ", "Kevin Breit ", "Alan Horkan ", NULL };