• Skip to content
  • Skip to link menu
KDE 4.2 API Reference
  • KDE API Reference
  • kdepim
  • Sitemap
  • Contact Us
 

kleopatra

aboutdata.cpp

Go to the documentation of this file.
00001 /*
00002     aboutdata.cpp
00003 
00004     This file is part of Kleopatra, the KDE keymanager
00005     Copyright (c) 2001,2002,2004 Klarälvdalens Datakonsult AB
00006 
00007     Kleopatra is free software; you can redistribute it and/or modify
00008     it under the terms of the GNU General Public License as published by
00009     the Free Software Foundation; either version 2 of the License, or
00010     (at your option) any later version.
00011 
00012     Kleopatra is distributed in the hope that it will be useful,
00013     but WITHOUT ANY WARRANTY; without even the implied warranty of
00014     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
00015     General Public License for more details.
00016 
00017     You should have received a copy of the GNU General Public License
00018     along with this program; if not, write to the Free Software
00019     Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
00020 
00021     In addition, as a special exception, the copyright holders give
00022     permission to link the code of this program with any edition of
00023     the Qt library by Trolltech AS, Norway (or with modified versions
00024     of Qt that use the same license as Qt), and distribute linked
00025     combinations including the two.  You must obey the GNU General
00026     Public License in all respects for all of the code used other than
00027     Qt.  If you modify this file, you may extend this exception to
00028     your version of the file, but you are not obligated to do so.  If
00029     you do not wish to do so, delete this exception statement from
00030     your version.
00031 */
00032 
00033 #include <config-kleopatra.h>
00034 #include <version-kleopatra.h>
00035 
00036 #include "aboutdata.h"
00037 
00038 #include <klocale.h>
00039 
00040 static const char kleopatra_version[] = KLEOPATRA_VERSION_STRING;
00041 static const char description[] = I18N_NOOP("Certificate Manager and Unified Crypto GUI");
00042 
00043 struct about_data {
00044   const char * name;
00045   const char * desc;
00046   const char * email;
00047   const char * web;
00048 };
00049 
00050 static const about_data authors[] = {
00051   { "Marc Mutz", I18N_NOOP("Current Maintainer"), "mutz@kde.org", 0 },
00052   { "Steffen Hansen", I18N_NOOP("Former Maintainer"), "hansen@kde.org", 0 },
00053   { "Matthias Kalle Dalheimer", I18N_NOOP("Original Author"), "kalle@kde.org", 0 },
00054 };
00055 
00056 
00057 static const about_data credits[] = {
00058   { I18N_NOOP("David Faure"),
00059     I18N_NOOP("Backend configuration framework, KIO integration"),
00060     "faure@kde.org", 0 },
00061   { I18N_NOOP("Michel Boyer de la Giroday"),
00062     I18N_NOOP("Key-state dependant colors and fonts in the key list"),
00063     "michel@klaralvdalens-datakonsult.se", 0 },
00064   { I18N_NOOP("Thomas Moenicke"),
00065     I18N_NOOP("Artwork"),
00066     "tm@php-qt.org", 0 },
00067   { I18N_NOOP("Frank Osterfeld"),
00068     I18N_NOOP("Resident gpgme/win wrangler, UI Server commands and dialogs"),
00069     "osterfeld@kde.org", 0 },
00070   { I18N_NOOP("Karl-Heinz Zimmer"),
00071     I18N_NOOP("DN display ordering support, infrastructure"),
00072     "khz@kde.org", 0 },
00073 };
00074 
00075 
00076 AboutData::AboutData()
00077   : KAboutData( "kleopatra", 0, ki18n("Kleopatra"),
00078         kleopatra_version, ki18n(description), License_GPL,
00079         ki18n("(c) 2002 Steffen Hansen, Matthias Kalle Dalheimer, Klar\xC3\xA4lvdalens Datakonsult AB\n"
00080               "(c) 2004, 2007, 2008 Marc Mutz, Klar\xC3\xA4lvdalens Datakonsult AB") )
00081 {
00082   using ::authors;
00083   using ::credits;
00084   for ( unsigned int i = 0 ; i < sizeof authors / sizeof *authors ; ++i )
00085     addAuthor( ki18n(authors[i].name), ki18n(authors[i].desc),
00086            authors[i].email, authors[i].web );
00087   for ( unsigned int i = 0 ; i < sizeof credits / sizeof *credits ; ++i )
00088     addCredit( ki18n(credits[i].name), ki18n(credits[i].desc),
00089            credits[i].email, credits[i].web );
00090 }

kleopatra

Skip menu "kleopatra"
  • Main Page
  • Namespace List
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Namespace Members
  • Class Members

kdepim

Skip menu "kdepim"
  • akonadi
  •   clients
  •   kabc
  •   kcal
  •   kcm
  • akregator
  • console
  •   kabcclient
  •   konsolekalendar
  • kaddressbook
  • kalarm
  •   lib
  • kdgantt
  • kdgantt1
  • kjots
  • kleopatra
  • kmail
  • kmobiletools
  • knode
  • knotes
  • kontact
  • kontactinterfaces
  • korganizer
  •   korgac
  • kpilot
  • ktimetracker
  •   doc
  • libkdepim
  • libkholidays
  • libkleo
  • libkpgp
  • maildir
Generated for kdepim by doxygen 1.5.4
This website is maintained by Adriaan de Groot and Allen Winter.
KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal