┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorMarkus Meik Slopianka <[email protected]>2010-07-25 23:54:59 +0000
committerMarkus Meik Slopianka <[email protected]>2010-07-25 23:54:59 +0000
commit3d2577074191356cb9e8e78e9b5c11c126dea315 (patch)
tree25eda7c309a6c30ae3ea62cb039f245d2c80c6b0 /src/main.cpp
parent1b15dd24e9c28cdc5ee5a16d7ce646d4618107b9 (diff)
Modified (some) 'About' windows to carry legally enforceable Copyright messages. Also looks better than '(c)'. ;-)
Also fixed a few typos where I noticed them. svn path=/trunk/KDE/kdebase/apps/; revision=1154600
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 752d30960..7d01b79f5 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -36,10 +36,10 @@ KDE_EXPORT int kdemain(int argc, char **argv)
"1.5",
ki18nc("@title", "File Manager"),
KAboutData::License_GPL,
- ki18nc("@info:credit", "(C) 2006-2010 Peter Penz"));
+ ki18nc("@info:credit", "Copyright © 2006–2011 Dolphin authors"));
about.setHomepage("http://dolphin.kde.org");
about.addAuthor(ki18nc("@info:credit", "Peter Penz"),
- ki18nc("@info:credit", "Maintainer and developer"),
+ ki18nc("@info:credit", "Maintainer and lead developer"),
about.addAuthor(ki18nc("@info:credit", "David Faure"),
ki18nc("@info:credit", "Developer"),