From 4a769332ba13849897ea3de2ef0cbab18c45f9bc Mon Sep 17 00:00:00 2001 From: Ingo Klcker Date: Sat, 18 Jan 2003 20:40:02 +0000 Subject: [PATCH] Update the copyright information which is displayed in the About KMail dialog svn path=/trunk/kdepim/; revision=200887 --- main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.cpp b/main.cpp index fde61de1a..0147650eb 100644 --- a/main.cpp +++ b/main.cpp @@ -153,7 +153,7 @@ int main(int argc, char *argv[]) KMAIL_VERSION, I18N_NOOP("The KDE Email client."), KAboutData::License_GPL, - I18N_NOOP("(c) 1997-2002, The KMail developers"), + I18N_NOOP("(c) 1997-2003, The KMail developers"), 0, "http://kmail.kde.org"); about.addAuthor( "Ingo Kl\303\266cker", I18N_NOOP("Maintainer"), "kloecker@kde.de" );