mirror of
https://invent.kde.org/system/dolphin
synced 2024-11-05 18:47:12 +00:00
Slightly modified 'About' window to:
a.) Carry the "Copyright" term (legally required) b.) Use Unicode (© and en-dash) To the module owner: Please consider bumping the copyright year to 2011 (SC 4.6 will be released then) svn path=/trunk/KDE/kdebase/apps/; revision=1154953
This commit is contained in:
parent
90d5a5b805
commit
5e5fddbc6f
1 changed files with 6 additions and 6 deletions
|
@ -1,19 +1,19 @@
|
|||
/*******************************************************************
|
||||
* main.cpp
|
||||
*
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or
|
||||
* modify it under the terms of the GNU General Public License as
|
||||
* published by the Free Software Foundation; either version 2 of
|
||||
* published by the Free Software Foundation; either version 2 of
|
||||
* the License, or (at your option) any later version.
|
||||
*
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*
|
||||
*
|
||||
******************************************************************/
|
||||
|
||||
#include <QtCore/QDir>
|
||||
|
@ -33,7 +33,7 @@ int main( int argc, char ** argv )
|
|||
{
|
||||
KAboutData aboutData( "kfind", "kfindpart", ki18n("KFind"),
|
||||
KFIND_VERSION, ki18n(description), KAboutData::License_GPL,
|
||||
ki18n("(c) 1998-2003, The KDE Developers"));
|
||||
ki18n("Copyright © 1998–2003 KFind authors"));
|
||||
|
||||
aboutData.addAuthor(ki18n("Eric Coquelle"), ki18n("Current Maintainer"), "coquelle@caramail.com");
|
||||
aboutData.addAuthor(ki18n("Mark W. Webb"), ki18n("Developer"), "markwebb@adelphia.net");
|
||||
|
|
Loading…
Reference in a new issue