krita

kis_aboutdata.h

00001 /*
00002  *  kis_aboutdata.h - part of Krayon
00003  *
00004  *  Copyright (c) 1999-2000 Matthias Elter  <me@kde.org>
00005  *
00006  *  This program is free software; you can redistribute it and/or modify
00007  *  it under the terms of the GNU General Public License as published by
00008  *  the Free Software Foundation; either version 2 of the License, or
00009  *  (at your option) any later version.
00010  *
00011  *  This program is distributed in the hope that it will be useful,
00012  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
00013  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00014  *  GNU General Public License for more details.
00015  *
00016  *  You should have received a copy of the GNU General Public License
00017  *  along with this program; if not, write to the Free Software
00018  *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
00019  */
00020 #ifndef KIS_ABOUT_DATA_H_
00021 #define KIS_ABOUT_DATA_H_
00022 
00023 #include <kaboutdata.h>
00024 #include <klocale.h>
00025 #include <kofficeversion.h>
00026 #include <config.h>
00027 
00028 KAboutData * newKritaAboutData()
00029 {
00030     KAboutData * aboutData = new KAboutData( "krita",
00031             I18N_NOOP("Krita"),
00032             KOFFICE_VERSION_STRING,
00033             I18N_NOOP("KOffice image manipulation application"),
00034             KAboutData::License_GPL,
00035             I18N_NOOP("(c) 1999-2006 The Krita team.\n"),
00036             "",
00037             "http://www.koffice.org/krita",
00038             "submit@bugs.kde.org");
00039     aboutData->addAuthor("Adrian Page", 0, "Adrian.Page@tesco.net");
00040     aboutData->addAuthor("Alan Horkan", 0, "", "http://www.openclipart.org");
00041     aboutData->addAuthor("Bart Coppens", 0, "kde@bartcoppens.be");
00042     aboutData->addAuthor("Boudewijn Rempt", 0, "boud@valdyas.org", "http://www.valdyas.org/fading/index.cgi");
00043     aboutData->addAuthor("Carsten Pfeiffer", 0, "carpdjih@cetus.zrz.tu-berlin.de");
00044     aboutData->addAuthor("Casper Boemann", 0, "cbr@boemann.dk");
00045     aboutData->addAuthor("Clarence Dang", 0, "dang@kde.org");
00046     aboutData->addAuthor("Cyrille Berger", 0, "cyb@lepi.org");
00047     aboutData->addAuthor("Dirk Schoenberger", 0, "dirk.schoenberger@sz-online.de");
00048     aboutData->addAuthor("Danny Allen", 0 , "danny@dannyallen.co.uk");
00049     aboutData->addAuthor("Emanuele Tamponi", 0, "emanuele@valinor.it");
00050     aboutData->addAuthor("Gábor Lehel", 0, "<illissius@gmail.com>");
00051     aboutData->addAuthor("John Califf",0, "jcaliff@compuzone.net");
00052     aboutData->addAuthor("Laurent Montel",0, "lmontel@mandrakesoft.com");
00053     aboutData->addAuthor("Matthias Elter", 0, "me@kde.org");
00054     aboutData->addAuthor("Melchior Franz", 0, "mfranz@kde.org");
00055     aboutData->addAuthor("Michael Koch", 0, "koch@kde.org");
00056     aboutData->addAuthor("Michael Thaler", 0, "michael.thaler@physik.tu-muenchen.de");
00057     aboutData->addAuthor("Patrick Julien", 0, "freak@codepimps.org");
00058     aboutData->addAuthor("Roger Larsson", 0, "roger.larsson@norran.net");
00059     aboutData->addAuthor("Sven Langkamp", 0, "longamp@reallygood.de");
00060     aboutData->addAuthor("Toshitaka Fujioka", 0, "fujioka@kde.org");
00061     aboutData->addAuthor("Thomas Zander", 0, "zander@kde.org");
00062     aboutData->addAuthor("Sander Koning", 0, "sanderkoning@kde.nl");
00063     aboutData->addAuthor("Ronan Zeegers",/*"icons"*/ 0,0);
00064     aboutData->addAuthor("Frédéric Coiffier", 0, "frederic.coiffier@free.fr");
00065     return aboutData;
00066 }
00067 
00068 #endif // KIS_ABOUT_DATA_H_
KDE Home | KDE Accessibility Home | Description of Access Keys