updated copyright year, there were indeed changes this year

svn path=/trunk/kdebase/kwin/; revision=113370
icc-effect-5.14.5
Matthias Ettrich 2001-09-05 09:09:59 +00:00
parent df7c4fb8b6
commit 0f2643c994
1 changed files with 2 additions and 2 deletions

View File

@ -207,7 +207,7 @@ static void sighandler(int) {
QApplication::exit();
}
static const char *version = "0.9";
static const char *version = "0.95";
static const char *description = I18N_NOOP( "The KDE window manager." );
extern "C" { int kdemain(int, char *[]); }
@ -274,7 +274,7 @@ int kdemain( int argc, char * argv[] )
KAboutData aboutData( "kwin", I18N_NOOP("KWin"),
version, description, KAboutData::License_BSD,
"(c) 1999-2000, The KDE Developers");
"(c) 1999-2001, The KDE Developers");
aboutData.addAuthor("Matthias Ettrich",0, "ettrich@kde.org");
aboutData.addAuthor("Daniel M. Duley",0, "mosfet@kde.org");