From 6a1baeaea03b3a86a6e167d339c6b63a890b57c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubo=C5=A1=20Lu=C5=88=C3=A1k?= Date: Mon, 8 Aug 2005 12:03:15 +0000 Subject: [PATCH] Hmm, is it 2005 already? svn path=/trunk/KDE/kdebase/kwin/; revision=444014 --- main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.cpp b/main.cpp index 4781bc1144..3aa3c7119b 100644 --- a/main.cpp +++ b/main.cpp @@ -246,7 +246,7 @@ KDE_EXPORT int kdemain( int argc, char * argv[] ) KAboutData aboutData( "kwin", I18N_NOOP("KWin"), version, description, KAboutData::License_GPL, - I18N_NOOP("(c) 1999-2003, The KDE Developers")); + I18N_NOOP("(c) 1999-2005, The KDE Developers")); aboutData.addAuthor("Matthias Ettrich",0, "ettrich@kde.org"); aboutData.addAuthor("Cristian Tibirna",0, "tibirna@kde.org"); aboutData.addAuthor("Daniel M. Duley",0, "mosfet@kde.org");