summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2010-02-10 10:57:57 +0100
committerAndrea Diamantini <adjam7@gmail.com>2010-02-10 10:57:57 +0100
commit067b99a053b6f8b1ccab507be8e828b2f72a1e43 (patch)
treed374b7c9b6ef9694e0250561cb7369e52adee0f5 /src/main.cpp
parentFix popup position (diff)
downloadrekonq-067b99a053b6f8b1ccab507be8e828b2f72a1e43.tar.xz
Fix copyright for 0.4 beta release
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 030b8476..0b12fba1 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -2,7 +2,7 @@
*
* This file is a part of the rekonq project
*
-* Copyright (C) 2008-2009 by Andrea Diamantini <adjam7 at gmail dot com>
+* Copyright (C) 2008-2010 by Andrea Diamantini <adjam7 at gmail dot com>
*
*
* This program is free software; you can redistribute it and/or
@@ -56,15 +56,10 @@ extern "C" KDE_EXPORT int kdemain( int argc, char **argv )
// --------------- about authors -----------------------------
about.addAuthor(ki18n("Andrea Diamantini"),
- ki18n("Project Lead, Developer"),
+ ki18n("Project Lead, Developer, Maintainer"),
"adjam7@gmail.com",
"http://www.adjam.org");
- about.addAuthor(ki18n("Domrachev Alexandr"),
- ki18n("Developer"),
- "alexandr.domrachev@gmail.com",
- "");
-
about.addAuthor(ki18n("Panagiotis Papadopoulos"),
ki18n("Quite everything but code"),
"pano_90@gmx.net",
@@ -91,6 +86,11 @@ extern "C" KDE_EXPORT int kdemain( int argc, char **argv )
"");
// --------------- about credits -----------------------------
+ about.addCredit(ki18n("Domrachev Alexandr"),
+ ki18n("Developer"),
+ "alexandr.domrachev@gmail.com",
+ "");
+
about.addCredit(ki18n("Henry de Valence"),
ki18n("Promised help on multitask rekonq"),
"hdevalence@gmail.com",