kword

KWAboutData.h

00001 /* This file is part of the KDE project
00002    Copyright (C) 1998 - 2001 Reginald Stadlbauer <reggie@kde.org>
00003 
00004    This library is free software; you can redistribute it and/or
00005    modify it under the terms of the GNU Library General Public
00006    License as published by the Free Software Foundation; either
00007    version 2 of the License, or (at your option) any later version.
00008 
00009    This library is distributed in the hope that it will be useful,
00010    but WITHOUT ANY WARRANTY; without even the implied warranty of
00011    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
00012    Library General Public License for more details.
00013 
00014    You should have received a copy of the GNU Library General Public License
00015    along with this library; see the file COPYING.LIB.  If not, write to
00016    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
00017  * Boston, MA 02110-1301, USA.
00018 */
00019 
00020 #ifndef KWORD_ABOUTDATA
00021 #define KWORD_ABOUTDATA
00022 
00023 #include <kaboutdata.h>
00024 #include <klocale.h>
00025 #include <kofficeversion.h>
00026 
00027 static const char* KWORD_DESCRIPTION=I18N_NOOP("KOffice Word Processor");
00028 // First official public release Oct 2000 version 0.8
00029 // KOffice-1.1-beta1: version 0.9
00030 // KOffice-1.1-beta2: version 1.1 (to remove confusion)
00031 // KOffice-1.2: version 1.2
00032 // From then on: always the same as the KOffice version
00033 static const char* KWORD_VERSION=KOFFICE_VERSION_STRING;
00034 
00035 KAboutData * newKWordAboutData()
00036 {
00037     KAboutData * aboutData=new KAboutData( "kword", I18N_NOOP("KWord"),
00038                                            KWORD_VERSION, KWORD_DESCRIPTION, KAboutData::License_LGPL,
00039                                            I18N_NOOP("(c) 1998-2006, The KWord Team"), 0,
00040                                            "http://www.koffice.org/kword/" );
00041     aboutData->addAuthor("David Faure", 0, "faure@kde.org");
00042     aboutData->addAuthor("Reginald Stadlbauer", 0, "reggie@kde.org");
00043     aboutData->addAuthor("Thomas Zander");
00044     aboutData->addAuthor("Laurent Montel", 0, "montel@kde.org");
00045     aboutData->addAuthor("Sven Lüppken", 0, "sven@kde.org");
00046     aboutData->addAuthor("Frank Dekervel", 0, "Frank.dekervel@student.kuleuven.ac.Be");
00047     aboutData->addAuthor("Krister Wicksell Eriksson", 0, "krister.wicksell@spray.se");
00048     aboutData->addAuthor("Dag Andersen", 0, "danders@get2net.dk");
00049     aboutData->addAuthor("Nash Hoogwater", 0, "nrhoogwater@wanadoo.nl");
00050     aboutData->addAuthor("Ulrich Kuettler", I18N_NOOP("KFormula"), "ulrich.kuettler@mailbox.tu-dresden.de");
00051     // filter developers
00052     aboutData->addAuthor("Shaheed Haque", 0, "srhaque@iee.org");
00053     aboutData->addAuthor("Werner Trobin", 0, "trobin@kde.org");
00054     aboutData->addAuthor("Nicolas Goutte", 0, "goutte@kde.org");
00055     aboutData->addAuthor("Ariya Hidayat", 0, "ariya@kde.org");
00056     aboutData->addAuthor("Clarence Dang", 0, "dang@kde.org");
00057     aboutData->addAuthor("Robert Jacolin", 0, "rjacolin@ifrance.com");
00058     aboutData->addAuthor("Enno Bartels", 0, "ebartels@nwn.de");
00059     aboutData->addAuthor("Ewald Snel", 0, "ewald@rambo.its.tudelft.nl");
00060     aboutData->addAuthor("Tomasz Grobelny", 0, "grotk@poczta.onet.pl");
00061     aboutData->addAuthor("Michael Johnson");
00062     return aboutData;
00063 }
00064 
00065 #endif
KDE Home | KDE Accessibility Home | Description of Access Keys