summaryrefslogtreecommitdiffstats
path: root/kdpkg-install/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kdpkg-install/main.cpp')
-rw-r--r--kdpkg-install/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kdpkg-install/main.cpp b/kdpkg-install/main.cpp
index e0eec81..8b69e81 100644
--- a/kdpkg-install/main.cpp
+++ b/kdpkg-install/main.cpp
@@ -45,7 +45,7 @@ int main(int argc, char **argv)
about->setLicense(KAboutData::License_GPL_V2);
about->setHomepage("http://trinity.pearsoncomputing.net");
about->setBugAddress("http://bugs.pearsoncomputing.net");
- about->setCopyrightStatement("(c) 2010 Timothy Pearson\r(c) 2007 Fabian Würtz");
+ about->setCopyrightStatement("(c) 2010 Timothy Pearson\n(c) 2007 Fabian Würtz");
about->addAuthor("Timothy Pearson (Trinity Project)", I18N_NOOP("Developer"), "kb9vqf@pearsoncomputing.net", "http://trinity.pearsoncomputing.net");
about->addAuthor("Fabian Würtz (xadras)", I18N_NOOP("Developer"), "xadras@sidux.com", "http://linux.wuertz.org/");