kspread Library API Documentation

kspread_aboutdata.h

00001 /* This file is part of the KDE project
00002    Copyright (C) 1998, 1999 Torben Weis <weis@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., 59 Temple Place - Suite 330,
00017    Boston, MA 02111-1307, USA.
00018 */
00019 
00020 #ifndef KSPREAD_ABOUTDATA
00021 #define KSPREAD_ABOUTDATA
00022 
00023 #include <kaboutdata.h>
00024 #include <klocale.h>
00025 #include <kofficeversion.h>
00026 
00027 static const char* description=I18N_NOOP("KOffice Spreadsheet Application");
00028 
00029 // Always the same as the KOffice version
00030 static const char* version=KOFFICE_VERSION_STRING;
00031 
00032 KAboutData * newKSpreadAboutData()
00033 {
00034     KAboutData * aboutData = new KAboutData( "kspread", I18N_NOOP("KSpread"),
00035                                              version, description, KAboutData::License_LGPL,
00036                                              I18N_NOOP("(c) 1998-2005, The KSpread Team"), 0,
00037                "http://www.koffice.org/kspread/");
00038     aboutData->addAuthor("Torben Weis", 0, "weis@kde.org");
00039     aboutData->addAuthor("Laurent Montel", 0, "montel@kde.org");
00040     aboutData->addAuthor("John Dailey", 0, "dailey@vt.edu");
00041     aboutData->addAuthor("Philipp Müller", 0, "philipp.mueller@gmx.de");
00042     aboutData->addAuthor("Ariya Hidayat", 0, "ariya@kde.org");
00043     aboutData->addAuthor("Norbert Andres", 0, "nandres@web.de");
00044     aboutData->addAuthor("Shaheed Haque", 0, "srhaque@iee.org");
00045     aboutData->addAuthor("Werner Trobin", 0, "trobin@kde.org");
00046     aboutData->addAuthor("Nikolas Zimmermann", 0, "wildfox@kde.org");
00047     aboutData->addAuthor("David Faure", 0, "faure@kde.org");
00048     aboutData->addAuthor("Helge Deller", 0, "deller@gmx.de");
00049     aboutData->addAuthor("Percy Leonhart", 0, "percy@eris23.org");
00050     aboutData->addAuthor("Eva Brucherseifer", 0, "eva@kde.org");
00051     aboutData->addAuthor("Phillip Ezolt", 0, "phillipezolt@hotmail.com");
00052     aboutData->addAuthor("Enno Bartels", 0, "ebartels@nwn.de");
00053     aboutData->addAuthor("Graham Short", 0, "grahshrt@netscape.net");
00054     aboutData->addAuthor("Lukáš Tinkl", 0, "lukas@kde.org");
00055     aboutData->addAuthor("Tomas Mecir", 0, "mecirt@gmail.com");
00056     aboutData->addAuthor("Raphael Langerhorst", 0, "raphael.langerhorst@kdemail.net");
00057     aboutData->addAuthor("John Tapsell", 0, "john.tapsell@kdemail.net");
00058 
00059     return aboutData;
00060 }
00061 
00062 #endif
KDE Logo
This file is part of the documentation for kspread Library Version 1.4.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Mon Feb 13 09:42:46 2006 by doxygen 1.4.2 written by Dimitri van Heesch, © 1997-2003