1 /* logview-about.h - authors and contributors information
3 * Copyright (C) 2004 Vincent Noel <vnoel@cox.net>
4 * Copyright (C) 2008 Cosimo Cecchi <cosimoc@gnome.org>
6 * This program is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU General Public License as
8 * published by the Free Software Foundation; either version 2 of the
9 * License, or (at your option) any later version.
11 * This program is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14 * General Public License for more details.
16 * You should have received a copy of the GNU General Public License
17 * along with this program; if not, write to the Free Software
18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
22 #ifndef __LOGVIEW_ABOUT_H__
23 #define __LOGVIEW_ABOUT_H__
25 static const char *logview_about_authors
[] = {
26 "Cesar Miquel <miquel@df.uba.ar>",
27 "Glynn Foster <glynn.foster@sun.com>",
28 "Fernando Herrera <fherrera@onirica.com>",
29 "Shakti Sen <shprasad@novell.com>",
30 "Julio M Merino Vidal <jmmv@menta.net>",
31 "Jason Leach <leach@wam.umd.edu>",
32 "Christian Neumair <chris@gnome-de.org>",
33 "Jan Arne Petersen <jpetersen@uni-bonn.de>",
34 "Jason Long <jlong@messiah.edu>",
35 "Kjartan Maraas <kmaraas@gnome.org>",
36 "Vincent Noel <vincent.noel@gmail.com>",
37 "Cosimo Cecchi <cosimoc@gnome.org>",
41 static const char *logview_about_documenters
[] = {
42 "Sun GNOME Documentation Team <gdocteam@sun.com>",
43 "Vincent Noel <vincent.noel@gmail.com>",
44 "Judith Samson <judith@samsonsource.com>",
48 static const char * logview_about_license
[] = {
49 N_("This program is free software; you can redistribute it and/or modify "
50 "it under the terms of the GNU General Public License as published by "
51 "the Free Software Foundation; either version 2 of the License, or "
52 "(at your option) any later version."),
53 N_("This program is distributed in the hope that it will be useful, "
54 "but WITHOUT ANY WARRANTY; without even the implied warranty of "
55 "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the "
56 "GNU General Public License for more details."),
57 N_("You should have received a copy of the GNU General Public License "
58 "along with this program; if not, write to the Free Software Foundation, Inc., "
59 "51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA")
62 /* translator credits */
63 static const char *logview_about_translator_credits
= N_("translator-credits");
66 #endif /* __LOGVIEW_ABOUT_H__ */