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

okteta

about.cpp

Go to the documentation of this file.
00001 /*
00002     This file is part of the Okteta program, part of the KDE project.
00003 
00004     Copyright 2006-2008 Friedrich W. H. Kossebau <kossebau@kde.org>
00005 
00006     This program is free software; you can redistribute it and/or
00007     modify it under the terms of the GNU General Public License as
00008     published by the Free Software Foundation; either version 2 of
00009     the License or (at your option) version 3 or any later version
00010     accepted by the membership of KDE e.V. (or its successor approved
00011     by the membership of KDE e.V.), which shall act as a proxy 
00012     defined in Section 14 of version 3 of the license.
00013 
00014     This program is distributed in the hope that it will be useful,
00015     but WITHOUT ANY WARRANTY; without even the implied warranty of
00016     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00017     GNU General Public License for more details.
00018 
00019     You should have received a copy of the GNU General Public License
00020     along with this program.  If not, see <http://www.gnu.org/licenses/>.
00021 */
00022 
00023 #include "about.h"
00024 
00025 // KDE
00026 #include <KLocale>
00027 
00028 #include <kdeversion.h>
00029 
00030 
00031 // Program
00032 static const char ProgramId[] =          "okteta";
00033 static const char ProgramVersion[] =     "0.2.0";
00034 static const char ProgramHomepage[] =    "http://utils.kde.org/projects/okteta";
00035 // Author
00036 static const char FWHKEmailAddress[] =   "kossebau@kde.org";
00037 
00038 
00039 OktetaAboutData::OktetaAboutData()
00040 : KAboutData( ProgramId, 0,
00041               ki18n("Okteta"), ProgramVersion, // name
00042               ki18n("KDE bytes editor"), // description
00043               KAboutData::License_GPL_V2,
00044               ki18n("Copyright 2006-2008 Friedrich W. H. Kossebau"), //copyright
00045               ki18n("Edit files as an array of bytes"), // comment
00046               ProgramHomepage )
00047 {
00048 #if KDE_IS_VERSION(4,0,70)
00049     addLicense(KAboutData::License_GPL_V3);
00050 #endif
00051     setOrganizationDomain( "kde.org" );
00052     addAuthor( ki18n("Friedrich W. H. Kossebau"), // name
00053                ki18n("Author"), // task
00054                FWHKEmailAddress );
00055 }

okteta

Skip menu "okteta"
  • Main Page
  • Namespace List
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Namespace Members
  • Class Members
  • Related Pages

kdeutils

Skip menu "kdeutils"
  • ark
  • kcalc
  • kcharselect
  • kdessh
  • kdf
  • kfloppy
  • kgpg
  • ktimer
  • kwallet
  • okteta
  • printer-applet
  • superkaramba
  • sweeper
Generated for kdeutils 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